summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-24idiag: provide a hash function for idiag objectsCong Wang
2014-11-23cache: avoid duplicate check on initial dumpHolger Eitzenberger
2014-11-23route/cls: minor fixes in for match mark filtersThomas Haller
2014-11-23route/cls: support 'match mark' u32 filtersSagi Lowenhardt
2014-10-12link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller
2014-10-08link/inet6: add support for tokenized interface identifiersLubomir Rintel
2014-09-24build: move copy of linux headers to private directoryThomas Haller
2014-09-24idiag: fix a typo in idiagnl_req_set_ifindex()Cong Wang
2014-08-27cls: check data before memcpy() itNicolas PLANEL
2014-08-27xfrm: fix xfrm_sa_msg_parser() to return the value from the callbackNicolas PLANEL
2014-08-27xfrm: fix an unintialized return value on memory allocation error in xfrmnl_a...Nicolas PLANEL
2014-08-27qdisc: avoid calling strstr() with a NULL haystackNicolas PLANEL
2014-08-26xfrm: fix calling free() with a bad pointerNicolas PLANEL
2014-08-26Remove pointless N < 0 checksThomas Graf
2014-08-26xfrm: Remove unused variable sp_id and sa_idThomas Graf
2014-08-26nf: Remove unused function htonll()Thomas Graf
2014-08-26xfrm: Remove unused function __assign_addr()Thomas Graf
2014-08-26nf: nfnl_*_str2copy_mode() should return intThomas Graf
2014-07-30qdisc: add hfsc qdisc supportCong Wang
2014-07-30tc: save error code for rtnl_tc_data_check()Cong Wang
2014-07-30link/inet6: add link IPv6 address generation mode supportDan Williams
2014-07-27cache_mngt: Make __nl_cache_ops_lookup() static, it was never declaredThomas Graf
2014-07-27socket: Be correct, time(2) takes a pointer, not an integerThomas Graf
2014-07-27act: Include <netlink/route/action.h>Thomas Graf
2014-07-27ematch/cmp: Include <netlink/route/cls/ematch/cmp.h>Thomas Graf
2014-07-27link/inet: Include <netlink/route/link/inet.h>Thomas Graf
2014-07-27link/bonding: Include <netlink/route/link/bonding.h>Thomas Graf
2014-07-27link/ipgre: Include <netlink/route/link/ipgre.h>Thomas Graf
2014-07-27link/sit: Include <netlink/route/link/sit.h>Thomas Graf
2014-07-27link/ip6tnl: Include <netlink/route/link/ip6tnl.h>Thomas Graf
2014-07-27link/inet: fix rtnl_link_inet_get_conf() not to allocate inet_dataThomas Haller
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