index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
libiproute
/
ll_proto.c
Age
Commit message (
Expand
)
Author
2012-09-03
Fix compile failure in ll_proto.c
Denys Vlasenko
2012-09-02
ll_proto.c: code shrink
Denys Vlasenko
2011-06-10
*: simplify Ethernet header includes
Dan Fandrich
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-07-26
*: trailing empty lines removed
Denys Vlasenko
2009-10-13
libiproute/*: code shrink
Denys Vlasenko
2009-03-05
networking/libiproute/*: code shrink by optimizing numeric conversions
Denis Vlasenko
2008-09-06
modprobe-small: make insmod command line compatible
Denis Vlasenko
2008-09-04
- add WIP stub for tc.
Bernhard Reutner-Fischer
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-02-16
random s/short/int/
Denis Vlasenko
2007-10-29
ll_types.c: optimize link type table, make it conditional
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #6
Denis Vlasenko
2006-12-18
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-11-17
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-04-02
- janitorial: include proper prototypes in libiproute.
Bernhard Reutner-Fischer
2006-01-25
just whitespace
Tim Riker
2005-04-16
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
On second thought, this is a better way to fix things
Eric Andersen
2003-07-14
Don't use Linux kernel headers
Eric Andersen
2003-06-20
Patch from Lars Kellogg-Stedman:
Eric Andersen
2002-12-16
Only included headers that are used.
Glenn L McGrath
2002-11-10
IP applet by Bastian Blank <waldi@debian.org>
Glenn L McGrath