summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-122-0/+4
* tunnel: add a copy of include/linux/if_tunnel.hCong Wang2014-05-122-0/+117
* lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller2014-05-063-0/+41
* ipvti: introduce vti tunnel supportSusant Sahani2014-05-062-0/+44
* ipgre: rename new public API to avoid confusionSusant Sahani2014-05-061-10/+10
* introduce sit tunnel supportSusant Sahani2014-05-052-0/+54
* introduce gre tunnel supportSusant Sahani2014-05-052-0/+60
* introduce ipip tunnel supportSusant Sahani2014-05-052-0/+48
* 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