index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
route/netem: merge branch 'pr/159'
Thomas Haller
2018-01-16
1
-14/+38
|
\
|
*
route: free previous data in rtnl_netem_set_delay_distribution_data()
Thomas Haller
2018-01-16
1
-1/+7
|
*
route: fix memleak in rtnl_netem_set_delay_distribution_data()
Thomas Haller
2018-01-16
1
-1/+3
|
*
route: mark data argument for rtnl_netem_set_delay_distribution_data() as const
Thomas Haller
2018-01-16
1
-1/+1
|
*
route: add rtnl_netem_set_delay_distribution_data() to linker script
Thomas Haller
2018-01-16
1
-3/+5
|
*
route: add separate function to set netem qdisc delay distribution
Steffen Vogel
2017-12-20
1
-10/+26
*
|
all: declare all variables at the beginning of scope (-Wdeclaration-after-sta...
Thomas Haller
2018-01-16
2
-10/+17
|
/
*
Change rtnl_link_af_ops.ao_override_rtm behavior
Jef Oliver
2017-11-29
2
-4/+18
*
route: fix handling old_nh in rtnl_route_parse() and avoid leak
Thomas Haller
2017-11-06
1
-8/+20
*
route/vlan: add capability to indicate heap overflow fix in rtnl_link_vlan_se...
Thomas Haller
2017-10-23
1
-1/+1
*
route/vlan: grow buffer exponentially in rtnl_link_vlan_set_egress_map()
Thomas Haller
2017-10-23
1
-2/+8
*
route/vlan: fix cloning vlan link in vlan_clone()
Thomas Haller
2017-10-23
1
-6/+15
*
route/vlan: fix memory corruption in rtnl_link_vlan_set_egress_map
Sebastian Bixl
2017-10-23
1
-1/+1
*
route: neigh: print family in neigh dumps
Roopa Prabhu
2017-10-12
1
-1/+5
*
route: link: add family to dump messages
Roopa Prabhu
2017-10-12
1
-0/+3
*
nl: add "const" specifier for nla_policy argument of parse functions
Thomas Haller
2017-10-09
4
-7/+7
*
libnl-3.4.0 release
libnl3_4_0
Thomas Haller
2017-10-09
1
-1/+1
*
netconf: Put nc reference in msg_parser
David Ahern
2017-09-21
1
-1/+4
*
Potential memory leak becaue of wrong variable check.
Amit Khatri
2017-09-01
1
-1/+1
*
route: Add support for MPLS encap
David Ahern
2017-08-18
2
-1/+135
*
route: Add support for lwtunnel encapsulations
David Ahern
2017-08-18
3
-0/+158
*
route: Add support for ttl propagation in MPLS routes
David Ahern
2017-08-18
1
-0/+33
*
route: Add support for MPLS address family
David Ahern
2017-08-18
3
-10/+230
*
addr: Add support for AF_MPLS
David Ahern
2017-08-18
1
-11/+45
*
addr: Add implementations for mpls_ntop and mpls_pton
David Ahern
2017-08-18
1
-0/+108
*
lib/route: add /usr/lib64/tc/ search path for netem dist file
Thomas Haller
2017-08-14
1
-3/+9
*
all: avoid compiler warnings -Wimplicit-fallthrough
Thomas Haller
2017-06-15
1
-23/+23
*
lib/genl/family.c: fix if (x) y; else y;
Rasmus Villemoes
2017-06-15
1
-1/+1
*
lib/xfrm/ae.c: fix memcpy(dst, dst) bug
Rasmus Villemoes
2017-06-15
1
-2/+2
*
lib/route/qdisc/netem.c/trivial: don't use braces for one-line blocks
Thomas Haller
2017-06-15
1
-18/+11
*
lib/route/qdisc/netem.c/trivial: fix whitespace and indentation in netem_msg_...
Thomas Haller
2017-06-15
1
-39/+40
*
lib/route/cls/u32.c: use UCHAR_MAX define instead of numeric 255
Thomas Haller
2017-06-15
1
-1/+1
*
lib/route/qdisc/netem.c: avoid memory leak if realloc fails
Rasmus Villemoes
2017-06-08
1
-2/+3
*
lib/route/cls/u32.c: remove bogus comment
Rasmus Villemoes
2017-06-08
1
-1/+0
*
lib/route/cls/u32.c: let the compiler do pointer arithmetic
Rasmus Villemoes
2017-06-08
1
-1/+1
*
lib/route/cls/u32.c: avoid overflowing an unsigned char
Rasmus Villemoes
2017-06-08
1
-0/+3
*
lib/route/cls/u32.c: remove pointless nl_data_append calls
Rasmus Villemoes
2017-06-08
1
-21/+0
*
lib/data.c: avoid memleak if realloc fails
Rasmus Villemoes
2017-06-08
1
-4/+5
*
lib/cache_mgr.c: remove pointless goto
Rasmus Villemoes
2017-06-08
1
-2/+0
*
lib/cache_mngr.c: avoid memleak if realloc fails
Rasmus Villemoes
2017-06-08
1
-6/+9
*
genl: drop usage of GENL_ID_GENERATE
Tobias Klauser
2017-05-29
2
-2/+2
*
addr: add AF_VSOCK to translation table
Tobias Klauser
2017-05-12
1
-0/+3
*
rule: change API for setting/getting l3mdev rule property
Thomas Haller
2017-05-12
1
-4/+31
*
rule: Add support for l3mdev in FIB rules
David Ahern
2017-05-12
1
-3/+29
*
route: Add support for MPLS to netconf
David Ahern
2017-05-12
1
-0/+40
*
route: Add support for netconf
David Ahern
2017-05-12
1
-0/+540
*
Do not increment refcount in rtnl_*_get_action APIs.
Santhosh Kumar
2017-05-03
2
-6/+2
*
Provide accessors for actions (rtnl_act).
Santhosh Kumar
2017-05-03
3
-0/+39
*
route/link: add accessor API for IPv6 flags
Markus Trapp
2017-05-03
1
-2/+49
*
libnl-3.3.0 release
libnl3_3_0
Thomas Haller
2017-05-03
1
-1/+1
[prev]
[next]