summaryrefslogtreecommitdiff
path: root/lib
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-24link: add ifb device supportCong Wang
2014-07-21xfrm: use the right specifier for uint64_tCong Wang
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-29ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf
2014-06-25attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...Thomas Haller
2014-06-25attr: prevent garbage return value for NULL paramPeter Wu
2014-06-25u32: prevent memcpy from NULLPeter Wu
2014-06-17cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()Tobias Klauser
2014-06-17cache_mngr: Return proper error code if nl_socket_alloc() failsTobias Klauser
2014-06-16ip6tnl: introduce ip6 tunnel supportSusant Sahani
2014-06-10route/pktloc: read_pktlocs() always returned success statusThomas Haller
2014-06-10netfilter/ct: fix calling nfnl_*_put() on uninitialized memory after nfnlmsg_...Thomas Haller
2014-06-10route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)Thomas Haller
2014-06-10cache: fix crash in nl_cache_dump_filter() when omitting the params argumentThomas Haller
2014-06-10cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller
2014-06-10route: remove unnecessary non-null check in pktloc and ematchThomas Haller
2014-06-10lib: reorder free() after printf("%p") statementsThomas Haller
2014-06-10route/link: pass proper type to sizeof() for calloc() in vlan_parse()Thomas Haller
2014-06-10act: fix the logic of parsing actionsCong Wang
2014-06-09msg: Remove unnecessary call of nlmsg_free on known NULL pointerTobias Klauser
2014-06-09obj: Fix dereference before NULL checkTobias Klauser
2014-05-25Explicitly create output directories for flex/yacc output.Michał Górny
2014-05-12vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani
2014-05-06lib/socket: randomize the generated local portThomas Haller
2014-05-06lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller
2014-05-06lib/socket: don't fail if no more local ports can be assigned in nl_socket_allocThomas Haller
2014-05-06lib/socket: use proper typed constant UINT32_MAX for uint32_t typed portThomas Haller
2014-05-06ipvti: introduce vti tunnel supportSusant Sahani
2014-05-06ipgre: rename new public API to avoid confusionSusant Sahani
2014-05-06ipgre: fix attribute IPGRE_ATTR_OKEY in ipgre_put_attrs()Susant Sahani
2014-05-05introduce sit tunnel supportSusant Sahani
2014-05-05introduce gre tunnel supportSusant Sahani
2014-05-05introduce ipip tunnel supportSusant Sahani
2014-05-01doc: fix wrong name in documentation for rtnl_link_bridge_alloc()Thomas Haller
2014-05-01act: fix memory leak in rtnl_act_parse()Thomas Haller
2014-05-01act: fix a pointer in rtnl_act_msg_parse()Cong Wang
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-04-09add NLM_F_EXCL to rtnl_link_veth_add()Cong Wang
2014-04-09veth: use nl_object_clone() to deep copy rtnl_link objectCong Wang
2014-04-09veth: implement ->io_freeCong Wang
2014-04-09veth: implement ->io_allocCong Wang
2014-04-09link: call rtnl_link_set_type() in link_msg_parser()Cong Wang
2014-04-07act: fix policy range checkCong Wang
2014-04-04route/addr: only sent IFA_FLAGS when needed to workaround picky older kernelsThomas Haller