summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* python: capi: expose multicast membership functionsArend van Spriel2015-05-121-0/+3
* python: disable swig debug print messagesArend van Spriel2015-05-121-1/+2
* xfrm: fix potential NULL dereferenceTobias Klauser2015-05-122-4/+6
* route/tc: remove unnecessary check for tc_kind member of struct rtnl_tcTobias Klauser2015-05-051-3/+0
* utils: Add translations for NETLINK_RDMA and NETLINK_CRYPTOTobias Klauser2015-05-052-3/+8
* libnl-3.2.26 releaselibnl3_2_26Thomas Haller2015-03-304-4/+10
* neigh: add support for NDA_VLAN nl attributeJonas Johansson2015-03-235-0/+33
* route/link: fix indention in inet6_dump_details()Thomas Haller2015-03-221-2/+2
* utils: add code comment about capability number assignmentThomas Haller2015-03-192-2/+23
* build: extend configure option --enable-cli and install all cli programsThomas Haller2015-03-182-17/+32
* build/trivial: sort PROGRAMS list in src/Makefile.amThomas Haller2015-03-181-18/+40
* route: remove unnecessary include of private linux/if.hDavid Chappelle2015-03-172-1/+1
* build: revert moving unstable symbols from libnl_3 linker sectionThomas Haller2015-03-092-9/+17
* lib/socket: detect protocol in nl_socket_set_fd()Thomas Haller2015-03-061-9/+63
* libnl-3.2.26-rc1 releaselibnl3_2_26rc1Thomas Haller2015-03-052-5/+5
* build: fix path to linker version scripts for out-of-tree buildThomas Haller2015-03-051-12/+12
* lib/socket: add nl_socket_set_fd() functionThomas Haller2015-03-054-2/+71
|\
| * add socket nl_connect_fd() & nl_create_fd()Sagi Lowenhardt2015-03-055-21/+90
|/
* lib/nl: preserve s_local if nl_connect() failsThomas Haller2015-03-051-8/+16
* lib/socket: remove NL_SOCK_BUFSIZE_SET socket flagThomas Haller2015-03-053-8/+3
* dbg: save errno from modification in NL_DBG()Thomas Haller2015-03-051-1/+4
* cls: add rtnl_u32_get_classid() APICong Wang2015-03-043-0/+16
* build/trivial: reorder symbols in linker version scripts and add commentThomas Haller2015-03-045-41/+68
* route/tc: add internal rtnl_tc_data_peek() functionThomas Haller2015-03-042-0/+14
* correct --protocol option for nl-cls-* utilitiesCong Wang2015-02-253-3/+3
* act: correct file path for mirred.cCong Wang2015-02-251-1/+1
* build: fix parallel makeLubomir Rintel2015-02-181-0/+5
* pktloc: fix typo for tcp.flag.synThomas Haller2015-02-171-1/+1
* lib: log errors from platformLubomir Rintel2015-02-173-11/+72
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-166-98/+107
* route/tc: add rtnl_tc_stat2str() and rtnl_tc_str2stat()Cong Wang2015-02-023-0/+26
* route/act: merge branch 'act-skbedit'Thomas Haller2015-02-028-10/+415
|\
| * route/act: add a test case for skbedit actionCong Wang2015-02-021-10/+21
| * route/act: add skbedit actionCong Wang2015-02-027-0/+394
|/
* build: merge branch 'symbol-versioning'Thomas Haller2015-02-0213-14/+2038
|\
| * build: don't export internal symbolsThomas Haller2015-02-027-109/+0
| * build: move linker script symbols since last stable release to own sectionThomas Haller2015-02-022-18/+26
| * build: explicitly list exported symbols in linker scriptsThomas Haller2015-02-027-5/+2066
| * build: add linker scripts for libnl-cli-3.so libraryThomas Haller2015-02-023-0/+11
| * build: add individual linker version scripts for shared librariesThomas Haller2015-02-0210-6/+59
|/
* python: fix package meta data in setup.pyThomas Haller2015-01-121-0/+4
* build: mark header linux-private/linux/veth.h as noinst_HEADERSThomas Haller2014-12-091-0/+1
* idiag: fix set of identifying properties for idiag_msg_objThomas Haller2014-11-271-5/+17
* idiag: merge branch 'idiag-compare-all'Thomas Haller2014-11-273-26/+76
|\
| * idiag: fix idiagnl_compare() to compare all attributesThomas Haller2014-11-271-4/+22
| * idiag: make objects 'idiag_vegasinfo' and 'idiag_meminfo' comparableThomas Haller2014-11-272-0/+30
| * idiag: don't dump unset properties of idiag_msgThomas Haller2014-11-271-22/+24
|/
* route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()Thomas Haller2014-11-273-1/+11
* object: fix returning UINT_MAX for uint32_t in nl_object_diff()Thomas Haller2014-11-271-2/+2
* route: merge branch 'route-link-get-kernel-opnotsupp'Thomas Haller2014-11-275-11/+71
|\