summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qdisc: add hfsc qdisc supportCong Wang2014-07-306-1/+656
* tc: save error code for rtnl_tc_data_check()Cong Wang2014-07-303-37/+62
* Merge branch 'dcbw/inet6_addr_gen'Thomas Haller2014-07-304-10/+259
|\
| * link/inet6: add link IPv6 address generation mode supportDan Williams2014-07-303-7/+140
| * link: update copy of kernel header include/linux/if_link.hDan Williams2014-07-291-3/+119
|/
* Merge branch 'declaration-fixes'Thomas Haller2014-07-2714-2/+16
|\
| * cache_mngt: Make __nl_cache_ops_lookup() static, it was never declaredThomas Graf2014-07-271-1/+1
| * cache: Declare nl_cache_ops_set_flags()Thomas Graf2014-07-271-0/+2
| * 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
| * act: Declare rtnl_act_change()Thomas Graf2014-07-271-0/+1
| * neightbl: Declare rtnl_neightbl_set_gc_interval()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/ip6tnl: Declare rtnl_link_is_ip6_tnl()Thomas Graf2014-07-271-0/+2
| * htb: Declare rtnl_htb_set_level()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: add .indent.pro file for GNU indentThomas Haller2014-07-271-0/+1
* style: require comma after __ADD() macroThomas Haller2014-07-2734-818/+818
* veth: add kernel header linux/veth.h for VETH definesDan Williams2014-07-253-8/+13
* link: add ifb device supportCong Wang2014-07-245-1/+73
* xfrm: use the right specifier for uint64_tCong Wang2014-07-212-8/+8
* Merge branch 'xfrm'Thomas Haller2014-07-2020-3/+6865
|\
| * xfrm: style-fixesThomas Haller2014-07-208-3211/+3213
| * xfrm: add xfrm supportSruthi Yellamraju2014-07-2020-3/+6863
|/
* libnl-3.2.25 releaselibnl3_2_25Thomas Haller2014-07-162-2/+2
* tc: add co_groups for tc qdisc and filterCong Wang2014-07-165-0/+11
* build: embed the git commit id of HEAD in the configure scriptThomas Haller2014-07-071-0/+2
* build: let autogen.sh script change into top source directoryThomas Haller2014-07-071-2/+11
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* doc: state in documentation that libnl3 is supposed to work with 3.x kernelsThomas Haller2014-06-271-2/+2
* libnl-3.2.25-rc1 releaselibnl3_2_25rc1Thomas Haller2014-06-252-5/+5
* attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...Thomas Haller2014-06-251-1/+2
* doc: fix doxygen-link.py by skipping invalid entries in libnl.dictThomas Haller2014-06-251-9/+32
* cache: add missing declaration of nl_cache_move() in include/netlink/cache.hSruthi Yellamraju2014-06-251-0/+2
* Merge branch 'coverity-fixes-2'Thomas Haller2014-06-253-5/+8
|\
| * attr: fix compile warning in headersPeter Wu2014-06-251-1/+1
| * attr: prevent garbage return value for NULL paramPeter Wu2014-06-251-1/+1
| * u32: prevent memcpy from NULLPeter Wu2014-06-251-3/+6
|/
* doc: fix error in core documentation for nl_cache_mngr_alloc()Thomas Haller2014-06-171-1/+1
* 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
* cli: Fix typo in error messageTobias Klauser2014-06-171-1/+1
* build: fix error in include/Makefile.amThomas Haller2014-06-161-1/+1
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-168-1/+863
* Merge branch 'coverity-fixes'Thomas Haller2014-06-1013-25/+26
|\