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
...
*
all: don't use math.h or link with libm.so
Thomas Haller
2017-03-23
1
-1/+1
*
lib: escape usage of strerror_l() if it doesn't exist in libc
Alexey Brodkin
2017-03-12
1
-1/+7
*
include: don't include kernel headers in public libnl3 headers
Thomas Haller
2017-03-02
11
-0/+13
*
xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()
Thomas Haller
2017-02-27
2
-2/+4
*
xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()
Thomas Haller
2017-02-27
2
-7/+34
*
fix of boolean operators
Simon Buttgereit
2017-02-27
1
-4/+4
*
update documentation of xfrmnl_sp_get_sec_ctx
Simon Buttgereit
2017-02-27
1
-5/+5
*
add possibity to delete policy without index
Simon Buttgereit
2017-02-27
1
-4/+45
*
update sp_attr condition in build_xfrm_sp_message
Simon Buttgereit
2017-02-27
1
-1/+3
*
little style fixes.
Simon Buttgereit
2017-02-27
1
-2/+2
*
fix xfrmnl_sp_set_sec_ctx length attributes
Simon Buttgereit
2017-02-27
1
-5/+17
*
fix build_xfrm_sp_message index condition
Simon Buttgereit
2017-02-27
1
-2/+1
*
route: neigh: use NDA_MASTER for neigh->n_master if available
Roopa Prabhu
2017-02-27
1
-10/+14
*
build: merge lib/Makefile.am into top-level makefile
Thomas Haller
2017-02-27
1
-183/+0
*
lib: check for integer-overflow in nlmsg_reserve()
Thomas Haller
2017-02-07
1
-0/+3
*
lib: fix comment for nl_recv() about return value for non-blocking read
Thomas Haller
2017-01-20
1
-1/+3
*
build: Add -Wmissing-prototypes to CPPFLAGS
Tobias Klauser
2017-01-20
1
-1/+1
*
ematch: Add missing function prototypes
Tobias Klauser
2017-01-20
1
-0/+3
*
pktloc: Add missing function prototypes
Tobias Klauser
2017-01-20
1
-0/+3
*
xfrm/template: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-1/+2
*
xfrm/selector: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-1/+2
*
xfrm/sa: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
xfrm/lifetime: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
xfrm/ae: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
link/ipgre: Add prototype for ABI-preserving wrapper rtnl_link_get_pmtudisc()
Tobias Klauser
2017-01-20
1
-0/+4
*
link/macsec: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
link/ipvti: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
link/ipip: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
link/inet6: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
lib/attr.c: check for valid length argument in nla_reserve()
Thomas Haller
2017-01-18
1
-2/+9
*
fopen: add O_CLOEXEC
Nick Kralevich
2017-01-17
4
-6/+6
*
lib/utils.c: add mutex to get_psched_settings()
Thomas Haller
2017-01-17
1
-12/+20
*
lib/utils.c: ensure calling get_psched_settings() for nl_us2ticks()/nl_ticks2...
Thomas Haller
2017-01-17
1
-0/+2
*
lib/utils.c: lazy initialize user_hz and psched_hz
Nick Kralevich
2017-01-17
1
-1/+8
*
sriov: avoid buffer overrun in rtnl_link_sriov_parse_vflist()
Thomas Haller
2017-01-17
1
-0/+2
*
sriov: fix crash in rtnl_link_sriov_parse_vflist
Laine Stump
2017-01-17
1
-1/+1
*
route/tc: Remove unused function tca_set_kind()
Tobias Klauser
2017-01-13
1
-6/+0
*
libnl-3.2.29 release
libnl3_2_29
Thomas Haller
2016-12-30
1
-0/+9
*
macsec: fix endianness of sci during dump()
Thomas Haller
2016-12-15
1
-2/+2
*
macsec: document byte order for the SCI and port attributes
Beniamino Galvani
2016-12-15
1
-1/+63
*
Revert "macsec: fix endianness of 'sci' parameter"
Beniamino Galvani
2016-12-15
1
-2/+2
*
utils/trivial: rename internal _nl_offset_plus_sizeof() macro to _nl_offsetof...
Thomas Haller
2016-12-15
1
-5/+5
*
link: fix documentation for rtnl_link_get_carrier_changes
Tobias Klauser
2016-12-06
1
-1/+2
*
link: add support for IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE
Tobias Klauser
2016-12-06
1
-0/+52
*
link: add support for IFLA_PHYS_SWITCH_ID
Tobias Klauser
2016-12-06
1
-0/+28
*
link: add support for IFLA_PHYS_PORT_NAME
Tobias Klauser
2016-12-06
1
-0/+19
*
link: add support for IFLA_CARRIER_CHANGES
Tobias Klauser
2016-12-06
1
-2/+30
*
route/act: add gact tc action
Sushma Sitaram
2016-12-02
2
-0/+184
*
cache: fix GCC warning and avoid variable shadowing
Tobias Klauser
2016-12-02
1
-2/+2
*
cache_mngr: add include callback v2
Tobias Jungel
2016-12-01
3
-18/+190
[prev]
[next]