summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* all: don't use math.h or link with libm.soThomas Haller2017-03-231-1/+1
* lib: escape usage of strerror_l() if it doesn't exist in libcAlexey Brodkin2017-03-121-1/+7
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-0211-0/+13
* xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()Thomas Haller2017-02-272-2/+4
* xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()Thomas Haller2017-02-272-7/+34
* fix of boolean operatorsSimon Buttgereit2017-02-271-4/+4
* update documentation of xfrmnl_sp_get_sec_ctxSimon Buttgereit2017-02-271-5/+5
* add possibity to delete policy without indexSimon Buttgereit2017-02-271-4/+45
* update sp_attr condition in build_xfrm_sp_messageSimon Buttgereit2017-02-271-1/+3
* little style fixes.Simon Buttgereit2017-02-271-2/+2
* fix xfrmnl_sp_set_sec_ctx length attributesSimon Buttgereit2017-02-271-5/+17
* fix build_xfrm_sp_message index conditionSimon Buttgereit2017-02-271-2/+1
* route: neigh: use NDA_MASTER for neigh->n_master if availableRoopa Prabhu2017-02-271-10/+14
* build: merge lib/Makefile.am into top-level makefileThomas Haller2017-02-271-183/+0
* lib: check for integer-overflow in nlmsg_reserve()Thomas Haller2017-02-071-0/+3
* lib: fix comment for nl_recv() about return value for non-blocking readThomas Haller2017-01-201-1/+3
* build: Add -Wmissing-prototypes to CPPFLAGSTobias Klauser2017-01-201-1/+1
* ematch: Add missing function prototypesTobias Klauser2017-01-201-0/+3
* pktloc: Add missing function prototypesTobias Klauser2017-01-201-0/+3
* xfrm/template: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/selector: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/sa: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/lifetime: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/ae: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* link/ipgre: Add prototype for ABI-preserving wrapper rtnl_link_get_pmtudisc()Tobias Klauser2017-01-201-0/+4
* link/macsec: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* link/ipvti: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* link/ipip: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* link/inet6: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* lib/attr.c: check for valid length argument in nla_reserve()Thomas Haller2017-01-181-2/+9
* fopen: add O_CLOEXECNick Kralevich2017-01-174-6/+6
* lib/utils.c: add mutex to get_psched_settings()Thomas Haller2017-01-171-12/+20
* lib/utils.c: ensure calling get_psched_settings() for nl_us2ticks()/nl_ticks2...Thomas Haller2017-01-171-0/+2
* lib/utils.c: lazy initialize user_hz and psched_hzNick Kralevich2017-01-171-1/+8
* sriov: avoid buffer overrun in rtnl_link_sriov_parse_vflist()Thomas Haller2017-01-171-0/+2
* sriov: fix crash in rtnl_link_sriov_parse_vflistLaine Stump2017-01-171-1/+1
* route/tc: Remove unused function tca_set_kind()Tobias Klauser2017-01-131-6/+0
* libnl-3.2.29 releaselibnl3_2_29Thomas Haller2016-12-301-0/+9
* macsec: fix endianness of sci during dump()Thomas Haller2016-12-151-2/+2
* macsec: document byte order for the SCI and port attributesBeniamino Galvani2016-12-151-1/+63
* Revert "macsec: fix endianness of 'sci' parameter"Beniamino Galvani2016-12-151-2/+2
* utils/trivial: rename internal _nl_offset_plus_sizeof() macro to _nl_offsetof...Thomas Haller2016-12-151-5/+5
* link: fix documentation for rtnl_link_get_carrier_changesTobias Klauser2016-12-061-1/+2
* link: add support for IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZETobias Klauser2016-12-061-0/+52
* link: add support for IFLA_PHYS_SWITCH_IDTobias Klauser2016-12-061-0/+28
* link: add support for IFLA_PHYS_PORT_NAMETobias Klauser2016-12-061-0/+19
* link: add support for IFLA_CARRIER_CHANGESTobias Klauser2016-12-061-2/+30
* route/act: add gact tc actionSushma Sitaram2016-12-022-0/+184
* cache: fix GCC warning and avoid variable shadowingTobias Klauser2016-12-021-2/+2
* cache_mngr: add include callback v2Tobias Jungel2016-12-013-18/+190