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
/
include
/
netlink
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
link/ipvti: Fix and add function prototypes in public header
Tobias Klauser
2017-01-20
1
-4/+6
*
link/ipip: Add missing prototype for rtnl_link_is_ipip()
Tobias Klauser
2017-01-20
1
-1/+2
*
fib_lookup: Add missing prototypes to public header
Tobias Klauser
2017-01-20
1
-0/+7
*
qdisc/red: Add missing prototypes for rtnl_red_set_limit() and rtnl_red_get_l...
Tobias Klauser
2017-01-20
1
-0/+3
*
sriov: Add missing prototype for rtnl_link_vf_vlan_free()
Tobias Klauser
2017-01-20
1
-0/+1
*
sit: Fix invalid function prototypes in public header
Tobias Klauser
2017-01-20
1
-1/+1
*
libnl-3.2.29 release
libnl3_2_29
Thomas Haller
2016-12-30
1
-0/+6
*
link: add support for IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE
Tobias Klauser
2016-12-06
1
-0/+4
*
link: add support for IFLA_PHYS_SWITCH_ID
Tobias Klauser
2016-12-06
1
-0/+2
*
link: add support for IFLA_PHYS_PORT_NAME
Tobias Klauser
2016-12-06
1
-0/+2
*
link: add support for IFLA_CARRIER_CHANGES
Tobias Klauser
2016-12-06
1
-0/+2
*
route/act: add gact tc action
Sushma Sitaram
2016-12-02
1
-0/+31
*
cache_mngr: add include callback v2
Tobias Jungel
2016-12-01
1
-0/+9
*
lib: use MSG_PEEK by default for nl_recvmsgs()
Thomas Haller
2016-11-30
1
-0/+15
*
link: set ifi_change flags for rtnl_link_build_add_request()
Thomas Haller
2016-11-29
1
-0/+8
*
lib/route: add rx_nohandler link stats field
Tobias Klauser
2016-11-29
1
-0/+1
*
route/cls: support setting of selector fields
Sushma Sitaram
2016-11-28
1
-0/+1
*
ppp: fix API in ppp.h header
Thomas Haller
2016-11-28
1
-2/+2
*
Add PPP support
Jonas Johansson
2016-11-28
1
-0/+30
*
lib/route: SRIOV Set Functionality
Jef Oliver
2016-11-24
1
-0/+25
*
lib/route: SRIOV Utility Functions
Jef Oliver
2016-11-24
1
-0/+7
*
lib/route: SRIOV Parse and Read support
Jef Oliver
2016-11-24
2
-0/+116
*
xfrm: fix xfrm security context management
Thomas Egerer
2016-11-06
1
-0/+7
*
lib/route: Export correct ipgre functionality
Jef Oliver
2016-11-05
1
-0/+3
*
vxlan: refactor setting/getting vxlan flags
Thomas Haller
2016-11-05
1
-8/+2
*
vxlan: don't store vxlan flags as ce_mask
Thomas Haller
2016-11-05
1
-0/+9
*
vxlan: remove redundant enable/disable API from vxlan
Thomas Haller
2016-11-05
1
-18/+0
*
vxlan: add support for additional VXLAN attributes.
Brandon Carpenter
2016-10-30
1
-5/+56
*
macvlan: adjust types and merge MACVLAN_HAS_MACCOUNT and MACVLAN_HAS_MACDATA
Thomas Haller
2016-09-27
1
-1/+1
*
macvlan: add support for "source" mode
Michael Braun
2016-09-26
1
-0/+18
*
lib/route: Support IFLA_BRIDGE_MODE
Jef Oliver
2016-09-24
1
-0/+13
*
lib/route: Extend Bridge Flags
Jef Oliver
2016-09-24
1
-0/+3
*
lib/route: Add port state translation functions
Jef Oliver
2016-09-24
1
-0/+3
*
nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()
Thomas Haller
2016-08-14
1
-0/+7
*
lib: capability NL_CAPABILITY_RTNL_ADDR_PEER_ID_FIX for ID comparison of v4 a...
Thomas Haller
2016-08-14
1
-0/+7
*
cli: add noreturn attributes
Peter Wu
2016-08-14
1
-2/+4
*
build: fixup headers for C++ inclusion
Craig Gallek
2016-08-12
4
-8/+11
*
libnl-3.2.28 release
libnl3_2_28
Thomas Haller
2016-07-08
1
-0/+6
*
route/addr: add capability NL_CAPABILITY_RTNL_ADDR_PEER_FIX to indicate addre...
Thomas Haller
2016-06-29
1
-0/+7
*
xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()
Thomas Haller
2016-06-29
1
-0/+7
*
lib/route: add macsec support
Sabrina Dubroca
2016-06-25
1
-0/+73
*
xfrm: make character pointers in setters const
Thomas Egerer
2016-06-25
1
-7/+9
*
lib: return error on Netlink attribute length overflow
Przemyslaw Szczerbik
2016-06-24
1
-1/+2
*
neigh: add function to look up neighbour (fdb) by ifindex, mac and vlan
Jonas Johansson
2016-05-29
1
-0/+2
*
sit: add public API for sit 6RD support
Thomas Haller
2016-04-15
1
-0/+12
*
sit: fix invalid declaration of rtnl_link_sit_get_proto() in sit.h
Thomas Haller
2016-04-15
1
-1/+1
*
ipgre: add support for gretap tunnel
Haishuang Yan
2016-04-15
1
-0/+2
*
lib: add type casting for nla_for_each_nested macro
Przemyslaw Szczerbik
2016-02-25
1
-1/+1
*
lib/utils: add NL_CAPABILITY_NL_OBJECT_DIFF64 capability
Thomas Haller
2016-02-12
1
-0/+6
*
lib: update ce-mask to uint64_t
David Ahern
2016-02-12
1
-0/+2
[prev]
[next]