summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-07-27style: require comma after __ADD() macroThomas Haller
2014-07-25veth: add kernel header linux/veth.h for VETH definesDan Williams
2014-07-20xfrm: style-fixesThomas Haller
2014-07-20xfrm: add xfrm supportSruthi Yellamraju
2014-07-16tc: add co_groups for tc qdisc and filterCong Wang
2014-06-25cache: add missing declaration of nl_cache_move() in include/netlink/cache.hSruthi Yellamraju
2014-06-25attr: fix compile warning in headersPeter Wu
2014-06-16build: fix error in include/Makefile.amThomas Haller
2014-06-16ip6tnl: introduce ip6 tunnel supportSusant Sahani
2014-05-12vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani
2014-05-12tunnel: add a copy of include/linux/if_tunnel.hCong Wang
2014-05-06lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller
2014-05-06ipvti: introduce vti tunnel supportSusant Sahani
2014-05-06ipgre: rename new public API to avoid confusionSusant Sahani
2014-05-05introduce sit tunnel supportSusant Sahani
2014-05-05introduce gre tunnel supportSusant Sahani
2014-05-05introduce ipip tunnel supportSusant Sahani
2014-04-30docs: add code comment to explain the meaning of the fields in rtnl_addr_cach...Thomas Haller
2014-04-30act: grab a reference when adding an action to a filterCong Wang
2014-04-30veth: grab a reference for rtnl_link_veth_get_peer()Cong Wang
2014-04-14netfilter/ct: expand CT parameters that can be used in add/delete operationsRich Fought
2014-03-31link: Catch missing io_free() implementationsThomas Graf
2014-03-21route: update copy of kernel header 'ip.h'Thomas Haller
2014-03-21route: rename internal copy of kernel header file 'inetdevice.h' to 'ip.h'Thomas Haller
2014-03-21route: update kernel header snmp.h and fix inet6_parse_protinfo() after kerne...Thomas Haller
2014-03-21u32: add const to rtnl_u32_add_key_in*_addr()Cong Wang
2014-03-13utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller
2014-03-13utils: add nl_has_capability() functionThomas Haller
2014-01-31remove nl_cache_lookup() from cache.hCong Wang
2014-01-21doc: fix typo in documentationThomas Haller
2014-01-16addr: add address flag IFA_F_NOPREFIXROUTEThomas Haller
2014-01-15act: remove rtnl_act_alloc_cache()Cong Wang
2014-01-14bridge: add rtnl_link_add_bridge() functionHongweiBi
2014-01-03addr: add address flag IFA_F_MANAGETEMPADDRThomas Haller
2014-01-03add support for IFA_FLAGS nl attributeJiri Pirko
2014-01-02route: add libnl name prefix to global variable link_policyThomas Haller
2013-12-17u32: add rtnl_u32_get_key()Cong Wang
2013-12-13cache: Add missing declaration for nl_cache_find()Thomas Graf
2013-12-11add declaration for rtnl_basic_add_action()Cong Wang
2013-12-11Revert "basic: Add missing declaration for rtnl_basic_add_action()"Thomas Graf
2013-12-11Revert "basic: Declare rtnl_act in basic.h to silence warning"Thomas Graf
2013-12-09basic: Declare rtnl_act in basic.h to silence warningThomas Graf
2013-12-09basic: Add missing declaration for rtnl_basic_add_action()Thomas Graf
2013-12-09basic: add action removal APICong Wang
2013-12-09u32: add action removal APICong Wang
2013-12-09add rtnl_mirred_get* functionsCong Wang
2013-12-09rename rtnl_mirred_set_index() to rtnl_mirred_set_ifindex()Cong Wang
2013-12-09add declaration for rtnl_cls_change()Cong Wang
2013-12-09add a parameter to rtnl_link_veth_add()Cong Wang
2013-11-22add fq_codel qdiscCong Wang