Age | Commit message (Expand) | Author |
2015-07-10 | net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets | Phil Sutter |
2015-06-24 | net: inet_diag: export IPV6_V6ONLY sockopt | Phil Sutter |
2015-06-23 | inet_diag: Remove _bh suffix in inet_diag_dump_reqs(). | Hiroaki SHIMODA |
2015-06-21 | sock_diag: fetch source port from inet_sock | Craig Gallek |
2015-06-15 | sock_diag: implement a get_info handler for inet | Craig Gallek |
2015-06-15 | sock_diag: specify info_size per inet protocol | Craig Gallek |
2015-04-29 | tcp: prepare CC get_info() access from getsockopt() | Eric Dumazet |
2015-04-17 | inet_diag: fix access to tcp cc information | Eric Dumazet |
2015-04-13 | tcp/dccp: get rid of central timewait timer | Eric Dumazet |
2015-03-23 | net: convert syn_wait_lock to a spinlock | Eric Dumazet |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-03-20 | inet: get rid of central tcp/dccp listener timer | Eric Dumazet |
2015-03-18 | inet: request sock should init IPv6/IPv4 addresses | Eric Dumazet |
2015-03-16 | inet_diag: allow sk_diag_fill() to handle request socks | Eric Dumazet |
2015-03-14 | inet_diag: factorize code in new inet_diag_msg_common_fill() helper | Eric Dumazet |
2015-03-14 | inet_diag: adjust inet_sk_diag_fill() bug condition | Eric Dumazet |
2015-03-14 | inet: fill request sock ir_iif for IPv4 | Eric Dumazet |
2015-03-13 | inet_diag: fix possible overflow in inet_diag_dump_one_icsk() | Eric Dumazet |
2015-03-12 | inet: introduce ireq_family | Eric Dumazet |
2015-03-12 | inet: get_openreq4() & get_openreq6() do not need listener | Eric Dumazet |
2015-03-11 | net: add real socket cookies | Eric Dumazet |
2015-03-10 | inet_diag: add const to inet_diag_req_v2 | Eric Dumazet |
2015-03-10 | inet_diag: cleanups | Eric Dumazet |
2015-03-05 | inet_diag: remove duplicate code from inet_twsk_diag_dump() | Eric Dumazet |
2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg |
2014-01-13 | inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets | Neal Cardwell |
2013-12-19 | net: inet_diag: zero out uninitialized idiag_{src,dst} fields | Daniel Borkmann |
2013-10-17 | inet_diag: use sock_gen_put() | Eric Dumazet |
2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet |
2013-10-08 | tcp/dccp: remove twchain | Eric Dumazet |
2013-10-03 | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet |
2013-04-19 | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy |
2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati |
2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-12-09 | inet_diag: validate port comparison byte code to prevent unsafe reads | Neal Cardwell |
2012-12-09 | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() | Neal Cardwell |
2012-12-09 | inet_diag: validate byte code to prevent oops in inet_diag_bc_run() | Neal Cardwell |
2012-12-09 | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state | Neal Cardwell |
2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-11-04 | net: inet_diag -- Return error code if protocol handler is missed | Cyrill Gorcunov |
2012-11-03 | tcp: better retrans tracking for defer-accept | Eric Dumazet |
2012-10-23 | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman |
2012-08-14 | userns: Teach inet_diag to work with user namespaces | Eric W. Biederman |
2012-07-16 | net: make sock diag per-namespace | Andrey Vagin |
2012-06-27 | inet_diag: Do not use RTA_PUT() macros | Thomas Graf |
2012-06-26 | inet_diag: Move away from NLMSG_PUT(). | David S. Miller |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-04-25 | net: sock_diag_handler structs can be const | Shan Wei |