summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* route/link: return -NLE_OPNOTSUPP in rtnl_link_get_kernel() for old kernelsThomas Haller2014-11-273-2/+26
* nl: add function nl_pickup_keep_syserr()Thomas Haller2014-11-272-0/+36
* trival: white space fix in lib/nl.cThomas Haller2014-11-271-9/+9
* idiag: merge branch 'idiag-exts2str-fix'Thomas Haller2014-11-251-9/+22
|\
| * idiag: fix idiagnl_exts2str()Thomas Haller2014-11-251-9/+20
| * idiag: add missing enum types for idiagnl_exts2str()Thomas Haller2014-11-251-0/+2
|/
* cache: assert in nl_cache_mngt_register() for valid oo_keygen() functionThomas Haller2014-11-251-0/+3
* idiag: merge branch 'idiag-fixes'Thomas Haller2014-11-249-154/+449
|\
| * idiag: add a oo_compare() function for idiag_msg objectsThomas Haller2014-11-241-0/+17
| * idiag: add change attributes for idiag_msg_objThomas Haller2014-11-241-14/+127
| * idiag: remove clone functions from trivial structuresThomas Haller2014-11-242-23/+0
| * idiag: fix idiagnl_msg_clone()Thomas Haller2014-11-241-2/+25
| * idiag: fix memory leak in idiagnl_msg_set_cong()Thomas Haller2014-11-241-0/+1
| * idiag: reorder idiagnl.h to have deprecated functions at the topThomas Haller2014-11-241-7/+14
| * idiag: deprecate IDIAG_TIMER_* value for IDIAGNL_TIMER_*Thomas Haller2014-11-242-13/+21
| * idiag: deprecate IDIAG_SS_* socket statesThomas Haller2014-11-243-30/+38
| * idiag: deprecate netlink message type defines in idiagnl.hThomas Haller2014-11-242-2/+5
| * idiag: deprecate IDIAG_ATTR_* enumerationThomas Haller2014-11-243-78/+76
| * idiag: deprecate idiagnl_msg_obj_ops variable in public APIThomas Haller2014-11-241-0/+2
| * idiag: fix out of bound error parsing idiag messagesThomas Haller2014-11-241-1/+1
| * idiag: add copy of kernel header include/linux/inet_diag.hThomas Haller2014-11-242-0/+138
|/
* route: merge branch 'route-tc-fixes'Thomas Haller2014-11-241-1/+10
|\
| * route: make rtnl_tc_clone() more robust against NLE_NOMEMThomas Haller2014-11-241-1/+9
| * route: set missing TCA_ATTR_XSTATS changes flags in rtnl_tc_msg_parse()Thomas Haller2014-11-241-0/+1
|/
* idiag: add a copy of linux/sock_diag.hCong Wang2014-11-245-26/+49
* idiag: provide a hash function for idiag objectsCong Wang2014-11-241-0/+28
* cache: avoid duplicate check on initial dumpHolger Eitzenberger2014-11-233-11/+41
* route/cls: merge branch 'route-cls-u32-match-mark'Thomas Haller2014-11-233-17/+98
|\
| * route/cls: minor fixes in for match mark filtersThomas Haller2014-11-232-29/+27
| * route/cls: support 'match mark' u32 filtersSagi Lowenhardt2014-11-233-5/+88
|/
* link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller2014-10-129-39/+77
* link/inet6: add support for tokenized interface identifiersLubomir Rintel2014-10-082-0/+76
* netlink/netlink.h: fix build including <poll.h> with the musl C libraryJörg Krause2014-09-301-1/+1
* build: move copy of linux headers to private directoryThomas Haller2014-09-2437-31/+35
* build/trivial: prettify makefiles by wrapping long linesThomas Haller2014-09-243-3/+20
* idiag: fix a typo in idiagnl_req_set_ifindex()Cong Wang2014-09-241-1/+1
* build: generate libnl-idiag-3.0.pcSébastien Barré2014-09-222-1/+3
* Merge branch 'enovance-sa_fixup'Thomas Haller2014-08-274-12/+16
|\
| * cls: check data before memcpy() itNicolas PLANEL2014-08-271-1/+2
| * xfrm: fix xfrm_sa_msg_parser() to return the value from the callbackNicolas PLANEL2014-08-271-1/+1
| * xfrm: fix an unintialized return value on memory allocation error in xfrmnl_a...Nicolas PLANEL2014-08-271-1/+3
| * qdisc: avoid calling strstr() with a NULL haystackNicolas PLANEL2014-08-271-9/+10
|/
* xfrm: fix calling free() with a bad pointerNicolas PLANEL2014-08-261-1/+0
* travis-ci: run `make check` in travis buildThomas Haller2014-08-261-2/+7
* Remove pointless N < 0 checksThomas Graf2014-08-262-5/+5
* Merge branch 'tgraf/trivial-fixes'Thomas Haller2014-08-2613-48/+15
|\
| * src: Silence all warningsThomas Graf2014-08-266-15/+9
| * xfrm: Remove unused variable sp_id and sa_idThomas Graf2014-08-262-4/+0
| * nf: Remove unused function htonll()Thomas Graf2014-08-261-8/+0
| * xfrm: Remove unused function __assign_addr()Thomas Graf2014-08-261-15/+0