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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: fix assertion in nl_connect() when all ports are already in use
Thomas Haller
2015-08-24
2
-4/+7
*
route/link: make link_netnsid argument (signed) int32_t
Thomas Haller
2015-08-17
1
-5/+5
*
lib/attr: add nla utility functions for s32
Thomas Haller
2015-08-17
1
-0/+25
*
route/link: add support for IFLA_LINK_NETNSID
Thomas Haller
2015-08-17
1
-1/+48
*
lib/socket: in nl_socket_set_fd() always reset the local port
Thomas Haller
2015-08-14
1
-6/+1
*
route/link: Remove unnecessary NULL check before release_link_info()
Tobias Klauser
2015-08-14
1
-6/+2
*
socket: add fallback for nl_connect() by trying to bind to unspecified local ...
Thomas Haller
2015-08-14
2
-14/+18
*
socket: clear port when unable to generate local port
Thomas Haller
2015-08-14
2
-9/+23
*
route/qdisc: fixe printing whitespace in qdisc_dump_details()
Steffen Vogel
2015-08-14
2
-4/+4
*
route/tc: use plain format string in rtnl_tc_dump_stats()
Thomas Haller
2015-08-14
1
-8/+11
*
route/tc: improved statistics dump (just alignment)
Steffen Vogel
2015-08-14
1
-18/+9
*
route/qdisc: added more attributes to netem dump
Steffen Vogel
2015-08-14
1
-2/+60
*
lib/nl: add missing header
Jörg Krause
2015-08-14
1
-0/+1
*
ipvlan: fix return error code for rtnl_link_ipvlan_get_mode()
Thomas Haller
2015-07-10
1
-1/+1
*
nf: fix potential bug in nfnl_queue_msg_set_payload() when malloc() failed
Коренберг Марк
2015-07-10
1
-4/+7
*
link: set ifi_change in link message
matben2
2015-07-09
2
-0/+10
*
ipvlan: don't check for valid @mode argument in rtnl_link_ipvlan_set_mode()
Thomas Haller
2015-06-26
1
-3/+0
*
ipvlan: fix signature of rtnl_link_ipvlan_get_mode() to signal error
Thomas Haller
2015-06-26
1
-6/+7
*
neigh: accept "norarp" in rtnl_neigh_state2str()
Thomas Haller
2015-06-26
1
-1/+6
*
neigh: fix type for NUD_NOARP flag in trans_tbl
Tobias Jungel
2015-06-26
1
-1/+1
*
ipvlan: add ipvlan support
Cong Wang
2015-06-19
2
-1/+280
*
lib: fix spelling of NL_CAPABILITY_NL_RECV_FAIL_TRUNC_NO_PEEK
Thomas Haller
2015-06-05
1
-1/+1
*
lib: return error if an incomplete message was read
Thomas Egerer
2015-06-05
2
-1/+8
*
utils: add missing link layer protocol translations
Thomas Haller
2015-06-04
1
-0/+2
*
utils: update link layer protocol translations
Tobias Klauser
2015-06-04
1
-14/+9
*
route/link: fix memleaks in link_msg_parser()
Thomas Haller
2015-06-04
1
-4/+6
*
lib/doc: clearify return value of send_simple() functions
Thomas Haller
2015-05-12
7
-7/+26
*
xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...
Thomas Haller
2015-05-12
2
-6/+8
*
xfrm: fix potential NULL dereference
Tobias Klauser
2015-05-12
2
-4/+6
*
route/tc: remove unnecessary check for tc_kind member of struct rtnl_tc
Tobias Klauser
2015-05-05
1
-3/+0
*
utils: Add translations for NETLINK_RDMA and NETLINK_CRYPTO
Tobias Klauser
2015-05-05
1
-0/+2
*
libnl-3.2.26 release
libnl3_2_26
Thomas Haller
2015-03-30
1
-1/+1
*
neigh: add support for NDA_VLAN nl attribute
Jonas Johansson
2015-03-23
1
-0/+26
*
route/link: fix indention in inet6_dump_details()
Thomas Haller
2015-03-22
1
-2/+2
*
utils: add code comment about capability number assignment
Thomas Haller
2015-03-19
1
-0/+14
*
lib/socket: detect protocol in nl_socket_set_fd()
Thomas Haller
2015-03-06
1
-9/+63
*
build: fix path to linker version scripts for out-of-tree build
Thomas Haller
2015-03-05
1
-12/+12
*
lib/socket: add nl_socket_set_fd() function
Thomas Haller
2015-03-05
2
-2/+69
|
\
|
*
add socket nl_connect_fd() & nl_create_fd()
Sagi Lowenhardt
2015-03-05
2
-21/+85
|
/
*
lib/nl: preserve s_local if nl_connect() fails
Thomas Haller
2015-03-05
1
-8/+16
*
lib/socket: remove NL_SOCK_BUFSIZE_SET socket flag
Thomas Haller
2015-03-05
2
-7/+3
*
cls: add rtnl_u32_get_classid() API
Cong Wang
2015-03-04
1
-0/+14
*
route/tc: add internal rtnl_tc_data_peek() function
Thomas Haller
2015-03-04
1
-0/+13
*
act: correct file path for mirred.c
Cong Wang
2015-02-25
1
-1/+1
*
build: fix parallel make
Lubomir Rintel
2015-02-18
1
-0/+5
*
lib: log errors from platform
Lubomir Rintel
2015-02-17
3
-11/+72
*
lib: add const-ness to appropriate parameters in addr, attr, data
Rohan Joyce
2015-02-16
3
-57/+60
*
route/tc: add rtnl_tc_stat2str() and rtnl_tc_str2stat()
Cong Wang
2015-02-02
1
-0/+22
*
route/act: add skbedit action
Cong Wang
2015-02-02
2
-0/+291
*
build: add individual linker version scripts for shared libraries
Thomas Haller
2015-02-02
1
-2/+31
[next]