index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
ip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip link: support for the CAN netlink
Dario Binacchi
2024-02-26
1
-2
/
+53
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-3
/
+3
*
Remove "select PLATFORM_LINUX"
Denys Vlasenko
2022-11-29
1
-6
/
+0
*
Fix non-Linux builds
Samuel Thibault
2022-11-29
1
-0
/
+6
*
ip: added support for setting netns on devices
Nicholas Niro
2021-10-07
1
-1
/
+1
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
ip rule: add support for fwmark/fwmask for policy routing
Rui Salvaterra
2020-10-03
1
-1
/
+1
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-7
/
+0
*
ip: Add support for "noprefixroute" option
Christian Eggers
2020-07-31
1
-1
/
+3
*
config: update size information
Denys Vlasenko
2018-12-28
1
-2
/
+2
*
ip: tweak --help text
Denys Vlasenko
2018-08-14
1
-4
/
+2
*
remove stray newline in "iplink --help"
Denys Vlasenko
2018-03-08
1
-1
/
+1
*
iplink: implement support for selecting a master interface
Jan Luebbe
2018-02-20
1
-1
/
+2
*
ip link: support "add TYPE vrf", improve --help
Jan Luebbe
2018-02-20
1
-4
/
+53
*
ip,ip*: make them NOEXEC
Denys Vlasenko
2017-09-18
1
-7
/
+7
*
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-27
1
-8
/
+10
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-20
/
+20
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-7
/
+7
*
ipaddress: tweak help text more: mention "brd +" syntax
Denys Vlasenko
2017-04-07
1
-6
/
+7
*
ipaddress: tweak help text
Denys Vlasenko
2017-04-07
1
-8
/
+11
*
iproute: support advmss option
Denys Vlasenko
2017-04-07
1
-1
/
+1
*
iproute: update help text, add commented-out code for unsupported options
Denys Vlasenko
2017-04-06
1
-4
/
+35
*
iplink: implement "set promisc on|off". Closes 4682
Denys Vlasenko
2017-04-06
1
-2
/
+2
*
ip link: tidying up
Denys Vlasenko
2017-04-06
1
-5
/
+2
*
ip: better --help
Denys Vlasenko
2017-01-21
1
-33
/
+55
*
more ip --help fixes
Denys Vlasenko
2017-01-21
1
-7
/
+7
*
make --help texts smaller
Denys Vlasenko
2017-01-21
1
-37
/
+37
*
ip: make ip aliases individually selectable
Denys Vlasenko
2016-12-22
1
-77
/
+85
*
ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts
Denys Vlasenko
2016-11-23
1
-1
/
+2
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+124
*
networking: add 'ip neigh' command
Curt Brune
2015-10-14
1
-1
/
+18
*
ip addr: support change and replace commands
Michael Tokarev
2015-07-01
1
-1
/
+1
*
iproute: fix help text
Denys Vlasenko
2011-12-06
1
-7
/
+6
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+73
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-3
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
libiproute: code shrink by adding FAST_FUNC
Denys Vlasenko
2010-07-24
1
-2
/
+2
*
ip: fix "ip r" breakage
Denys Vlasenko
2010-07-24
1
-39
/
+23
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-10
/
+10
*
iproute: fix ipXXX utilities trying to parse their applet name
Denis Vlasenko
2008-12-04
1
-1
/
+1
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-7
/
+7
*
whitespace fixes
Denis Vlasenko
2008-03-28
1
-5
/
+5
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-6
/
+6
*
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
Denis Vlasenko
2007-12-22
1
-1
/
+1
*
ip: stop propagating argc; optimize ip_parse_common_args
Denis Vlasenko
2007-11-18
1
-22
/
+15
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-6
/
+6
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-10
/
+9
[next]