Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
iproute2
/
ba5783cbf3ad6a63a422f8155a96912ac015b801
/
lib
d91fb3f
Add support for configuring Infiniband GUIDs
by Eli Cohen
· 8 years ago
9ba4126
utils: fix hex digits parsing in hexstring_a2n()
by Beniamino Galvani
· 8 years ago
609640f
utils: provide get_hex to read a hex digit from a char
by Sabrina Dubroca
· 8 years ago
9f7401f
utils: add get_be{16, 32, 64}, use them where possible
by Sabrina Dubroca
· 8 years ago
89ae502
utils: make hexstring_a2n provide the number of hex digits parsed
by Sabrina Dubroca
· 8 years ago
57bdf8b
Make builds default to quiet mode
by David Ahern
· 8 years ago
b0a4ce6
ip link: Add support for kernel side filtering
by David Ahern
· 8 years ago
4952b45
include: add linked list implementation from kernel
by Jiri Pirko
· 9 years ago
e9e9365
scrub out whitespace issues
by Stephen Hemminger
· 9 years ago
334af76
fix get_addr() and get_prefix() error messages
by Marco Varlese
· 9 years ago
f63ed3e
lib/ll_addr: improve ll_addr_n2a() a bit
by Phil Sutter
· 9 years ago
2e96d2c
utils: make rt_addr_n2a() non-reentrant by default
by Phil Sutter
· 9 years ago
a418e45
make format_host non-reentrant by default
by Phil Sutter
· 9 years ago
a1121aa
color: introduce color helpers and COLOR_CLEAR
by Phil Sutter
· 9 years ago
72b365e
libnetlink: Double the dump buffer size
by Phil Sutter
· 9 years ago
4a36b4c
iproute2: fix building with musl
by Gustavo Zacarias
· 9 years ago
57fdf2d
libnetlink: don't print NETLINK_SOCK_DIAG errors in rtnl_talk
by Lorenzo Colitti
· 9 years ago
c13b6b0
add coverity model file
by Stephen Hemminger
· 9 years ago
00a2a17
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
5866bdd
ila: Add support for ILA lwtunnels
by Tom Herbert
· 9 years ago
6ad355c
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
ed108cf
libnetlink: don't confuse variables in rtnl_talk()
by Nicolas Dichtel
· 9 years ago
f6793ee
{f, m}_bpf: allow for user-defined object pinnings
by Daniel Borkmann
· 9 years ago
8e72880
libnetlink: introduce nc_flags
by Phil Sutter
· 9 years ago
68ef507
rt_names: style cleanup
by Stephen Hemminger
· 9 years ago
13ada95
Add support for rt_tables.d
by David Ahern
· 9 years ago
1e5aa99
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
b5bb182
lib/utils: improve error messages of get_addr() and get_prefix()
by Phil Sutter
· 9 years ago
c6646c1
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
303cc9c
libnetlink: introduce rta_nest and u8, u16, u64 helpers for nesting within rtattr
by Roopa Prabhu
· 9 years ago
0d238ca
ip neigh: Add support for filtering dumps by master device
by David Ahern
· 9 years ago
39e3d38
batch: support quoted strings
by Christophe Gouault
· 9 years ago
fcc16c2
provide common json output formatter
by Stephen Hemminger
· 9 years ago
9e5ba07
lib/namespace: fix fd leakage in non-error case
by Phil Sutter
· 9 years ago
5950ba9
lib/namespace: don't leak fd in error case
by Phil Sutter
· 9 years ago
ea34366
Replace BSD MAXPATHLEN by POSIX PATH_MAX
by Felix Janda
· 9 years ago
03371c7
Merge branch 'master' into net-next
by Stephen Hemminger
· 9 years ago
c079e12
libnetlink: add size argument to rtnl_talk
by Stephen Hemminger
· 9 years ago
449b824
ipmonitor: allows to monitor in several netns
by Nicolas Dichtel
· 9 years ago
0628cdd
libnetlink: introduce rtnl_listen_filter_t
by Nicolas Dichtel
· 9 years ago
f7dd7e5
iproute2: Fix typo in get_prefix_1()
by Thomas Graf
· 10 years ago
d7bd2db
ip: Add color output option
by Mathias Nyman
· 10 years ago
d652ccb
netns: allow to dump and monitor nsid
by Nicolas Dichtel
· 10 years ago
bd733e4
Merge branch 'master' into net-next
by Stephen Hemminger
· 10 years ago
8b90a99
tc class: Ignore if default class name file does not exist
by Vadim Kochan
· 10 years ago
dacc5d4
add basic mpls support to iproute
by Eric W. Biederman
· 10 years ago
45c90d1
add address family to/from string helper functions.
by Eric W. Biederman
· 10 years ago
0b218ab
add support for printing AF_PACKET addresses
by Eric W. Biederman
· 10 years ago
71b4d59
make the addr argument of ll_addr_n2a const
by Eric W. Biederman
· 10 years ago
26dcdf3
add a source addres length parameter to rt_addr_n2a
by Eric W. Biederman
· 10 years ago
106ca27
lib utils: fix family during af_bit_len calculation
by Roopa Prabhu
· 10 years ago
4612d04
tc class: Show class names from file
by Vadim Kochan
· 10 years ago
f3a2ddc
lib utils: Use helpers to get AF bit/byte len
by Vadim Kochan
· 10 years ago
b217df1
ss: Unify socket address output by one generic func
by Vadim Kochan
· 10 years ago
e998e11
lib: Exec func on each netns
by Vadim Kochan
· 10 years ago
c3087c1
netns: Rename & move get_netns_fd to lib
by Vadim Kochan
· 10 years ago
ddb1129
Use one func to print timestamp from nlmsg
by Vadim Kochan
· 10 years ago
decbb43
libnetlink: add parse_rtattr_one_nested helper
by Jiri Pirko
· 10 years ago
eb67e44
lib: Add netns_switch func for change network namespace
by Vadim Kochan
· 10 years ago
486ccd9
ss: Use rtnl_dump_filter for inet_show_netlink
by Vadim Kochan
· 10 years ago
79aa79d
ip lib: Added shorter timestamp option
by Vadim Kochan
· 10 years ago
8a4025f
ss: Use rtnl_dump_filter in handle_netlink_request
by vadimk
· 10 years ago
b0d30f7
rt_names can't be const
by Stephen Hemminger
· 10 years ago
f00073e
lib names: Add helper func for parse id and name from file
by vadimk
· 10 years ago
4e5615b
lib names: Use CONFDIR for specify 'group' file path
by vadimk
· 10 years ago
1fa804e
iproute2: Add support for babel protocol table entry
by Dave Taht
· 10 years ago
eef43b5
ss: Identify more netlink protocol names
by vadimk
· 10 years ago
4d9a264
utils: relax strtoX checking in get_time_rtt
by Florian Westphal
· 10 years ago
e557212
netlink: extend buffers to 16K
by Eric Dumazet
· 10 years ago
1910618
ll_types: add netlink ARPHRD
by Daniel Borkmann
· 10 years ago
656111b
cleanup warnings
by Stephen Hemminger
· 10 years ago
316c234
iproute2: utils: change hexstring_n2a and hexstring_a2n to do not work with ":"
by Jiri Pirko
· 10 years ago
81ebcb2
iproute2: use named constants instead of number literals to fill rtnl_rttable_hash
by Masatake YAMATO
· 11 years ago
58ed50e
iproute2: use named constants instead of number literals to fill rtnl_rtscope_tab
by Masatake YAMATO
· 11 years ago
aa574cd
vxlan: add ipv6 support
by WANG Cong
· 11 years ago
4e20cc5
ipv6 gre: add entry to ether types
by Stephen Hemminger
· 11 years ago
c4fdf75
ip link: fix display of interface groups
by Stefan Tomanek
· 11 years ago
8fd8f6e
ip: iplink_vlan: add 802.1ad support
by Patric McHardy
· 11 years ago
bcb9d40
ip: set the close-on-exec flag for descriptors
by Andrey Vagin
· 11 years ago
c083d99
iproute2: fix build failure on sparc due to -Wformat and tv_usec
by Andreas Henriksson
· 11 years ago
63338dc
libnetlink: Use ifinfomsg instead of rtgenmsg in rtnl_wilddump_req_filter
by Alexander Duyck
· 12 years ago
697ac63
utils: fix range checking for get_u32/get_u64 et all
by Stephen Hemminger
· 12 years ago
0025e5d
ll_map: add name and index hash
by Stephen Hemminger
· 12 years ago
16f02e1
libnetlink: check flag NLM_F_DUMP_INTR during dumps
by Nicolas Dichtel
· 12 years ago
5f21823
ll_map: use net/if.h to get prototype
by Stephen Hemminger
· 12 years ago
3e26112
ll_map: remove unused address fields
by Stephen Hemminger
· 12 years ago
b1b7ce0
bridge: Add support for printing bridge port attributes
by Vlad Yasevich
· 12 years ago
9eff0e5
bridge: Add vlan configuration support
by Vlad Yasevich
· 12 years ago
257422f
rtnl_wilddump_request: fix alignment issue for embedded platforms
by Lutz Jaenicke
· 12 years ago
46ac8a5
lib: make string arguments const
by Stephen Hemminger
· 12 years ago
5bd9dd4
include needed files
by Strake
· 12 years ago
691c8a6
lib: include the Config file too
by Mike Frysinger
· 12 years ago
2c389b0
iproute2: drop libresolv
by Andreas Henriksson
· 12 years ago
328d482
iproute2: GENL: merge GENL_REQUEST and GENL_INITIALIZER
by Julian Anastasov
· 12 years ago
8afcc28
iproute2: add libgenl files
by Julian Anastasov
· 12 years ago
b8cf1e9
iproute: Fix errno propagation from rtnl_talk
by Pavel Emelyanov
· 12 years ago
fb72129
iproute2 - Don't hardcode the path to config files
by Christoph J. Thompson
· 13 years ago
bd886eb
iproute2: Add netlink attribute to filter dump requests
by Rose, Gregory V
· 13 years ago
30d10db
utils: add s32 parser
by Hagen Paul Pfeifer
· 13 years ago
aa38c3e
using NLM_F_DUMP flag constant in libnetlink.c
by Masatake YAMATO
· 13 years ago
Next »