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
...
*
nl: fix function name in debug msg
Matthieu Baerts
2018-06-25
1
-1/+1
*
route/class: add new api rtnl_class_get_by_parent()
d0u9
2018-04-11
1
-0/+32
*
nl-msg: explicitly initialize nlmsg_seq and nlmsg_pid field in nlmsg_alloc_si...
Thomas Haller
2018-04-11
1
-0/+2
*
route/link: assert in rtnl_link_change() that the sequence number is set as e...
Thomas Haller
2018-04-11
1
-0/+1
*
route/link: fix sequence number handling in rtnl_link_change()
Tuetuopay
2018-04-11
1
-0/+5
*
route/mall: fix deep cloning mall
Thomas Haller
2018-04-11
1
-6/+10
*
route:cls: add matchall classifier
Volodymyr Bendiuga
2018-04-11
1
-0/+301
*
cache: make "result" output argument for nl_cache_mngr_add() optional
Tuetuopay
2018-04-11
1
-1/+5
*
neigh: support bridge entries for vxlan interfaces
Tobias Jungel
2018-04-06
1
-2/+4
*
neigh: set correct AF for NDA_DST
Tobias Jungel
2018-04-06
1
-1/+3
*
rule: Add support for protocol and port ranges
David Ahern
2018-04-06
1
-17/+196
*
route/vrf: initalize clone destination with NULL in vrf_clone()
Jonas Johansson
2018-03-12
1
-0/+1
*
lib: route: rule: add rule_groups to cache ops
Roopa Prabhu
2018-02-15
1
-0/+7
*
lib/rtnl: rename public define RTNL_GENEVE_ID_MAX
Thomas Haller
2018-02-12
1
-1/+1
*
link: add Geneve support.
Wang Jian
2018-02-12
1
-0/+810
*
lib: merge implementations of nl_attr_end() and nl_attr_keep_empty()
Thomas Haller
2018-02-12
1
-46/+18
*
Fix for cgroup filter addition problem.
d0u9
2018-01-23
2
-1/+53
*
route: rename rtnl_cls_cache_set_tcm_params() and fix symbol versioning
Thomas Haller
2018-01-18
1
-2/+2
*
Add new function for setting ifindex and parent of a classifier cache.
d0u9
2018-01-18
1
-0/+18
*
Coding style format
d0u9
2018-01-16
1
-1/+2
*
lib/veth.c: Disassociate link name of peer name
Marcos Paulo de Souza
2018-01-16
1
-2/+2
*
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
[prev]
[next]