summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* style: require comma after __ADD() macroThomas Haller2014-07-2734-818/+818
* veth: add kernel header linux/veth.h for VETH definesDan Williams2014-07-253-8/+13
* link: add ifb device supportCong Wang2014-07-245-1/+73
* xfrm: use the right specifier for uint64_tCong Wang2014-07-212-8/+8
* Merge branch 'xfrm'Thomas Haller2014-07-2020-3/+6865
|\
| * xfrm: style-fixesThomas Haller2014-07-208-3211/+3213
| * xfrm: add xfrm supportSruthi Yellamraju2014-07-2020-3/+6863
|/
* libnl-3.2.25 releaselibnl3_2_25Thomas Haller2014-07-162-2/+2
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-165-0/+11
* build: embed the git commit id of HEAD in the configure scriptThomas Haller2014-07-071-0/+2
* build: let autogen.sh script change into top source directoryThomas Haller2014-07-071-2/+11
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* doc: state in documentation that libnl3 is supposed to work with 3.x kernelsThomas Haller2014-06-271-2/+2
* libnl-3.2.25-rc1 releaselibnl3_2_25rc1Thomas Haller2014-06-252-5/+5
* attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...Thomas Haller2014-06-251-1/+2
* doc: fix doxygen-link.py by skipping invalid entries in libnl.dictThomas Haller2014-06-251-9/+32
* cache: add missing declaration of nl_cache_move() in include/netlink/cache.hSruthi Yellamraju2014-06-251-0/+2
* Merge branch 'coverity-fixes-2'Thomas Haller2014-06-253-5/+8
|\
| * attr: fix compile warning in headersPeter Wu2014-06-251-1/+1
| * attr: prevent garbage return value for NULL paramPeter Wu2014-06-251-1/+1
| * u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
|/
* doc: fix error in core documentation for nl_cache_mngr_alloc()Thomas Haller2014-06-171-1/+1
* cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()Tobias Klauser2014-06-171-2/+2
* cache_mngr: Return proper error code if nl_socket_alloc() failsTobias Klauser2014-06-171-1/+3
* cli: Fix typo in error messageTobias Klauser2014-06-171-1/+1
* build: fix error in include/Makefile.amThomas Haller2014-06-161-1/+1
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-168-1/+863
* Merge branch 'coverity-fixes'Thomas Haller2014-06-1013-25/+26
|\
| * route/pktloc: read_pktlocs() always returned success statusThomas Haller2014-06-101-1/+1
| * netfilter/ct: fix calling nfnl_*_put() on uninitialized memory after nfnlmsg_...Thomas Haller2014-06-104-8/+4
| * route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)Thomas Haller2014-06-101-1/+3
| * cache: fix crash in nl_cache_dump_filter() when omitting the params argumentThomas Haller2014-06-101-1/+1
| * cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller2014-06-101-1/+1
| * cli: add error checking to nl-route-get about out-of-memoryThomas Haller2014-06-101-2/+6
| * route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-102-5/+2
| * lib: reorder free() after printf("%p") statementsThomas Haller2014-06-104-5/+7
| * route/link: pass proper type to sizeof() for calloc() in vlan_parse()Thomas Haller2014-06-101-1/+1
|/
* act: fix the logic of parsing actionsCong Wang2014-06-101-1/+4
* msg: Remove unnecessary call of nlmsg_free on known NULL pointerTobias Klauser2014-06-091-4/+1
* obj: Fix dereference before NULL checkTobias Klauser2014-06-091-1/+2
* Merge branch 'mgorny-master'Thomas Haller2014-05-253-8/+10
|\
| * Use paths relative to srcdir in setup.py.Michał Górny2014-05-251-4/+5
| * Explicitly create output directories for flex/yacc output.Michał Górny2014-05-252-4/+5
|/
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-123-1/+55
* tunnel: add a copy of include/linux/if_tunnel.hCong Wang2014-05-122-0/+117
* Merge branch 'socket_local_port'Thomas Haller2014-05-067-39/+220
|\
| * lib/socket: randomize the generated local portThomas Haller2014-05-061-3/+26
| * lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller2014-05-067-29/+191
| * lib/socket: don't fail if no more local ports can be assigned in nl_socket_allocThomas Haller2014-05-061-4/+0
| * lib/socket: use proper typed constant UINT32_MAX for uint32_t typed portThomas Haller2014-05-061-4/+4
|/