index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: require comma after __ADD() macro
Thomas Haller
2014-07-27
34
-818/+818
*
veth: add kernel header linux/veth.h for VETH defines
Dan Williams
2014-07-25
3
-8/+13
*
link: add ifb device support
Cong Wang
2014-07-24
5
-1/+73
*
xfrm: use the right specifier for uint64_t
Cong Wang
2014-07-21
2
-8/+8
*
Merge branch 'xfrm'
Thomas Haller
2014-07-20
20
-3/+6865
|
\
|
*
xfrm: style-fixes
Thomas Haller
2014-07-20
8
-3211/+3213
|
*
xfrm: add xfrm support
Sruthi Yellamraju
2014-07-20
20
-3/+6863
|
/
*
libnl-3.2.25 release
libnl3_2_25
Thomas Haller
2014-07-16
2
-2/+2
*
tc: add co_groups for tc qdisc and filter
Cong Wang
2014-07-16
5
-0/+11
*
build: embed the git commit id of HEAD in the configure script
Thomas Haller
2014-07-07
1
-0/+2
*
build: let autogen.sh script change into top source directory
Thomas Haller
2014-07-07
1
-2/+11
*
ip6tnl: Use <netinet/in.h> for in6_addr and stuff
Thomas Graf
2014-06-29
1
-1/+1
*
doc: state in documentation that libnl3 is supposed to work with 3.x kernels
Thomas Haller
2014-06-27
1
-2/+2
*
libnl-3.2.25-rc1 release
libnl3_2_25rc1
Thomas Haller
2014-06-25
2
-5/+5
*
attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...
Thomas Haller
2014-06-25
1
-1/+2
*
doc: fix doxygen-link.py by skipping invalid entries in libnl.dict
Thomas Haller
2014-06-25
1
-9/+32
*
cache: add missing declaration of nl_cache_move() in include/netlink/cache.h
Sruthi Yellamraju
2014-06-25
1
-0/+2
*
Merge branch 'coverity-fixes-2'
Thomas Haller
2014-06-25
3
-5/+8
|
\
|
*
attr: fix compile warning in headers
Peter Wu
2014-06-25
1
-1/+1
|
*
attr: prevent garbage return value for NULL param
Peter Wu
2014-06-25
1
-1/+1
|
*
u32: prevent memcpy from NULL
Peter Wu
2014-06-25
1
-3/+6
|
/
*
doc: fix error in core documentation for nl_cache_mngr_alloc()
Thomas Haller
2014-06-17
1
-1/+1
*
cache_mngr: Fix assignment of error code in nl_cache_mngr_alloc()
Tobias Klauser
2014-06-17
1
-2/+2
*
cache_mngr: Return proper error code if nl_socket_alloc() fails
Tobias Klauser
2014-06-17
1
-1/+3
*
cli: Fix typo in error message
Tobias Klauser
2014-06-17
1
-1/+1
*
build: fix error in include/Makefile.am
Thomas Haller
2014-06-16
1
-1/+1
*
ip6tnl: introduce ip6 tunnel support
Susant Sahani
2014-06-16
8
-1/+863
*
Merge branch 'coverity-fixes'
Thomas Haller
2014-06-10
13
-25/+26
|
\
|
*
route/pktloc: read_pktlocs() always returned success status
Thomas Haller
2014-06-10
1
-1/+1
|
*
netfilter/ct: fix calling nfnl_*_put() on uninitialized memory after nfnlmsg_...
Thomas Haller
2014-06-10
4
-8/+4
|
*
route/link: fix dangling pointer after rtnl_link_get_ifalias(link, NULL)
Thomas Haller
2014-06-10
1
-1/+3
|
*
cache: fix crash in nl_cache_dump_filter() when omitting the params argument
Thomas Haller
2014-06-10
1
-1/+1
|
*
cls: fix array overrun in rtnl_ematch_opnd2txt()
Thomas Haller
2014-06-10
1
-1/+1
|
*
cli: add error checking to nl-route-get about out-of-memory
Thomas Haller
2014-06-10
1
-2/+6
|
*
route: remove unnecessary non-null check in pktloc and ematch
Thomas Haller
2014-06-10
2
-5/+2
|
*
lib: reorder free() after printf("%p") statements
Thomas Haller
2014-06-10
4
-5/+7
|
*
route/link: pass proper type to sizeof() for calloc() in vlan_parse()
Thomas Haller
2014-06-10
1
-1/+1
|
/
*
act: fix the logic of parsing actions
Cong Wang
2014-06-10
1
-1/+4
*
msg: Remove unnecessary call of nlmsg_free on known NULL pointer
Tobias Klauser
2014-06-09
1
-4/+1
*
obj: Fix dereference before NULL check
Tobias Klauser
2014-06-09
1
-1/+2
*
Merge branch 'mgorny-master'
Thomas Haller
2014-05-25
3
-8/+10
|
\
|
*
Use paths relative to srcdir in setup.py.
Michał Górny
2014-05-25
1
-4/+5
|
*
Explicitly create output directories for flex/yacc output.
Michał Górny
2014-05-25
2
-4/+5
|
/
*
vlan: add support for IFLA_VLAN_PROTOCOL
Susant Sahani
2014-05-12
3
-1/+55
*
tunnel: add a copy of include/linux/if_tunnel.h
Cong Wang
2014-05-12
2
-0/+117
*
Merge branch 'socket_local_port'
Thomas Haller
2014-05-06
7
-39/+220
|
\
|
*
lib/socket: randomize the generated local port
Thomas Haller
2014-05-06
1
-3/+26
|
*
lib/socket: retry generate local port in nl_connect on ADDRINUSE
Thomas Haller
2014-05-06
7
-29/+191
|
*
lib/socket: don't fail if no more local ports can be assigned in nl_socket_alloc
Thomas Haller
2014-05-06
1
-4/+0
|
*
lib/socket: use proper typed constant UINT32_MAX for uint32_t typed port
Thomas Haller
2014-05-06
1
-4/+4
|
/
[next]