summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* qdisc: add hfsc qdisc supportCong Wang2014-07-303-1/+604
* tc: save error code for rtnl_tc_data_check()Cong Wang2014-07-302-36/+61
* link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-301-7/+102
* cache_mngt: Make __nl_cache_ops_lookup() static, it was never declaredThomas Graf2014-07-271-1/+1
* socket: Be correct, time(2) takes a pointer, not an integerThomas Graf2014-07-271-1/+1
* act: Include <netlink/route/action.h>Thomas Graf2014-07-271-0/+1
* ematch/cmp: Include <netlink/route/cls/ematch/cmp.h>Thomas Graf2014-07-271-0/+1
* link/inet: Include <netlink/route/link/inet.h>Thomas Graf2014-07-271-0/+1
* link/bonding: Include <netlink/route/link/bonding.h>Thomas Graf2014-07-271-0/+1
* link/ipgre: Include <netlink/route/link/ipgre.h>Thomas Graf2014-07-271-0/+1
* link/sit: Include <netlink/route/link/sit.h>Thomas Graf2014-07-271-0/+1
* link/ip6tnl: Include <netlink/route/link/ip6tnl.h>Thomas Graf2014-07-271-0/+1
* link/inet: fix rtnl_link_inet_get_conf() not to allocate inet_dataThomas Haller2014-07-271-1/+1
* style: require comma after __ADD() macroThomas Haller2014-07-2733-817/+817
* veth: add kernel header linux/veth.h for VETH definesDan Williams2014-07-251-0/+1
* link: add ifb device supportCong Wang2014-07-242-1/+41
* xfrm: use the right specifier for uint64_tCong Wang2014-07-212-8/+8
* xfrm: style-fixesThomas Haller2014-07-206-3063/+3065
* xfrm: add xfrm supportSruthi Yellamraju2014-07-207-1/+5392
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-164-0/+9
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...Thomas Haller2014-06-251-1/+2
* attr: prevent garbage return value for NULL paramPeter Wu2014-06-251-1/+1
* u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
* cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()Tobias Klauser2014-06-171-2/+2
* cache_mngr: Return proper error code if nl_socket_alloc() failsTobias Klauser2014-06-171-1/+3
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-162-1/+690
* route/pktloc: read_pktlocs() always returned success statusThomas Haller2014-06-101-1/+1
* netfilter/ct: fix calling nfnl_*_put() on uninitialized memory after nfnlmsg_...Thomas Haller2014-06-104-8/+4
* route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)Thomas Haller2014-06-101-1/+3
* cache: fix crash in nl_cache_dump_filter() when omitting the params argumentThomas Haller2014-06-101-1/+1
* cls: fix array overrun in rtnl_ematch_opnd2txt()Thomas Haller2014-06-101-1/+1
* route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-102-5/+2
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-104-5/+7
* route/link: pass proper type to sizeof() for calloc() in vlan_parse()Thomas Haller2014-06-101-1/+1
* act: fix the logic of parsing actionsCong Wang2014-06-101-1/+4
* msg: Remove unnecessary call of nlmsg_free on known NULL pointerTobias Klauser2014-06-091-4/+1
* obj: Fix dereference before NULL checkTobias Klauser2014-06-091-1/+2
* Explicitly create output directories for flex/yacc output.Michał Górny2014-05-251-4/+4
* vlan: add support for IFLA_VLAN_PROTOCOLSusant Sahani2014-05-121-1/+51
* lib/socket: randomize the generated local portThomas Haller2014-05-061-3/+26
* lib/socket: retry generate local port in nl_connect on ADDRINUSEThomas Haller2014-05-063-29/+145
* lib/socket: don't fail if no more local ports can be assigned in nl_socket_allocThomas Haller2014-05-061-4/+0
* lib/socket: use proper typed constant UINT32_MAX for uint32_t typed portThomas Haller2014-05-061-4/+4
* ipvti: introduce vti tunnel supportSusant Sahani2014-05-062-1/+478
* ipgre: rename new public API to avoid confusionSusant Sahani2014-05-061-8/+8
* ipgre: fix attribute IPGRE_ATTR_OKEY in ipgre_put_attrs()Susant Sahani2014-05-061-1/+1
* introduce sit tunnel supportSusant Sahani2014-05-052-1/+625
* introduce gre tunnel supportSusant Sahani2014-05-052-0/+728
* introduce ipip tunnel supportSusant Sahani2014-05-052-1/+529