summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* docs: add code comment to explain the meaning of the fields in rtnl_addr_cach...Thomas Haller2014-04-301-4/+4
* act: grab a reference when adding an action to a filterCong Wang2014-04-302-0/+8
* veth: grab a reference for rtnl_link_veth_get_peer()Cong Wang2014-04-301-0/+7
* netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought2014-04-142-0/+2
* link: Catch missing io_free() implementationsThomas Graf2014-03-311-0/+7
* route: update copy of kernel header 'ip.h'Thomas Haller2014-03-211-3/+139
* route: rename internal copy of kernel header file 'inetdevice.h' to 'ip.h'Thomas Haller2014-03-213-2/+2
* route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller2014-03-212-7/+42
* u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang2014-03-211-2/+2
* utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller2014-03-131-0/+8
* utils: add nl_has_capability() functionThomas Haller2014-03-131-0/+8
* remove nl_cache_lookup() from cache.hCong Wang2014-01-311-2/+0
* doc: fix typo in documentationThomas Haller2014-01-211-1/+1
* addr: add address flag IFA_F_NOPREFIXROUTEThomas Haller2014-01-161-0/+1
* act: remove rtnl_act_alloc_cache()Cong Wang2014-01-151-4/+0
* bridge: add rtnl_link_add_bridge() functionHongweiBi2014-01-141-0/+1
* addr: add address flag IFA_F_MANAGETEMPADDRThomas Haller2014-01-031-0/+1
* add support for IFA_FLAGS nl attributeJiri Pirko2014-01-032-1/+5
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-021-1/+1
* u32: add rtnl_u32_get_key()Cong Wang2013-12-171-0/+2
* cache: Add missing declaration for nl_cache_find()Thomas Graf2013-12-131-0/+2
* add declaration for rtnl_basic_add_action()Cong Wang2013-12-111-0/+2
* Revert "basic: Add missing declaration for rtnl_basic_add_action()"Thomas Graf2013-12-111-1/+0
* Revert "basic: Declare rtnl_act in basic.h to silence warning"Thomas Graf2013-12-111-3/+1
* basic: Declare rtnl_act in basic.h to silence warningThomas Graf2013-12-091-1/+3
* basic: Add missing declaration for rtnl_basic_add_action()Thomas Graf2013-12-091-0/+1
* basic: add action removal APICong Wang2013-12-091-0/+1
* u32: add action removal APICong Wang2013-12-092-0/+2
* add rtnl_mirred_get* functionsCong Wang2013-12-091-0/+3
* rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang2013-12-091-1/+1
* add declaration for rtnl_cls_change()Cong Wang2013-12-091-0/+1
* add a parameter to rtnl_link_veth_add()Cong Wang2013-12-091-1/+2
* add fq_codel qdiscCong Wang2013-11-224-0/+71
* fix linux/pkt_act.h inclusionCong Wang2013-11-115-11/+13
* add veth.h into include/Makefile.amCong Wang2013-11-091-0/+1
* add u32 action supportCong Wang2013-11-092-1/+3
* add mirred tc actionCong Wang2013-11-094-0/+65
* add initial tc action supportCong Wang2013-11-094-0/+56
* factor out rtnl_link_info_parse()Cong Wang2013-11-061-0/+2
* add link netns supportCong Wang2013-11-062-0/+8
* add veth link supportCong Wang2013-11-063-0/+45
* factor out rtnl_link_fill_info()Cong Wang2013-11-061-0/+1
* include: Provide <netlink/route/link/vxlan.h> in distributionThomas Graf2013-10-231-3/+4
* python: add bridge flags APINicolas PLANEL2013-10-221-0/+3
* nl_cb: store nl_cb_type in struct nl_cbArend van Spriel2013-09-053-8/+17
* netfilter/ct: support optional CTA_ZONE attributeHolger Eitzenberger2013-09-052-0/+5
* netfilter/ct: support optional CTA_TIMESTAMP attributeHolger Eitzenberger2013-09-053-0/+14
* link: add support for IFLA_PHYS_PORT_IDJiri Pirko2013-08-053-0/+4
* Add VXLAN support.Yasunobu Chiba2013-08-041-0/+86
* Add support for inet diag Netlink protocol.Joe Damato2013-07-198-2/+409