| Commit message (Expand) | Author | Age | Files | Lines |
* | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy | 2013-04-19 | 1 | -3/+3 |
* | tcp: Tail loss probe (TLP) | Nandita Dukkipati | 2013-03-12 | 1 | -1/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 1 | -1/+4 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 1 | -1/+4 |
| |\ |
|
| * | | tcp: better retrans tracking for defer-accept | Eric Dumazet | 2012-11-03 | 1 | -1/+1 |
| * | | sock-diag: Report shutdown for inet and unix sockets (v2) | Pavel Emelyanov | 2012-10-23 | 1 | -0/+3 |
* | | | inet_diag: validate port comparison byte code to prevent unsafe reads | Neal Cardwell | 2012-12-09 | 1 | -7/+24 |
* | | | inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() | Neal Cardwell | 2012-12-09 | 1 | -11/+17 |
* | | | inet_diag: validate byte code to prevent oops in inet_diag_bc_run() | Neal Cardwell | 2012-12-09 | 1 | -3/+45 |
* | | | inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state | Neal Cardwell | 2012-12-09 | 1 | -14/+39 |
| |/
|/| |
|
* | | net: inet_diag -- Return error code if protocol handler is missed | Cyrill Gorcunov | 2012-11-04 | 1 | -1/+4 |
|/ |
|
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -16/+16 |
* | userns: Teach inet_diag to work with user namespaces | Eric W. Biederman | 2012-08-14 | 1 | -6/+15 |
* | net: make sock diag per-namespace | Andrey Vagin | 2012-07-16 | 1 | -5/+16 |
* | inet_diag: Do not use RTA_PUT() macros | Thomas Graf | 2012-06-27 | 1 | -59/+53 |
* | inet_diag: Move away from NLMSG_PUT(). | David S. Miller | 2012-06-26 | 1 | -19/+24 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-07 | 1 | -1/+1 |
|\ |
|
| * | udp_diag: implement idiag_get_info for udp/udplite to get queue information | Shan Wei | 2012-04-25 | 1 | -1/+1 |
* | | net: sock_diag_handler structs can be const | Shan Wei | 2012-04-25 | 1 | -2/+2 |
|/ |
|
* | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -6/+12 |
* | inet_diag: Rename inet_diag_req_compat into inet_diag_req | Pavel Emelyanov | 2012-01-11 | 1 | -4/+4 |
* | inet_diag: Rename inet_diag_req into inet_diag_req_v2 | Pavel Emelyanov | 2012-01-11 | 1 | -17/+17 |
* | inet_diag: Add the SKMEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -0/+4 |
* | sock_diag: Generalize requests cookies managements | Pavel Emelyanov | 2011-12-16 | 1 | -19/+4 |
* | sock_diag: Fix module netlink aliases | Pavel Emelyanov | 2011-12-16 | 1 | -3/+4 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 1 | -8/+8 |
* | inet_diag: Generalize inet_diag dump and get_exact calls | Pavel Emelyanov | 2011-12-09 | 1 | -5/+6 |
* | inet_diag: Introduce the inet socket dumping routine | Pavel Emelyanov | 2011-12-09 | 1 | -19/+34 |
* | inet_diag: Introduce the byte-code run on an inet socket | Pavel Emelyanov | 2011-12-09 | 1 | -24/+31 |
* | inet_diag: Split inet_diag_get_exact into parts | Pavel Emelyanov | 2011-12-09 | 1 | -12/+16 |
* | inet_diag: Split inet_diag_get_exact into parts | Pavel Emelyanov | 2011-12-09 | 1 | -16/+22 |
* | inet_diag: Export inet diag cookie checking routine | Pavel Emelyanov | 2011-12-09 | 1 | -5/+14 |
* | inet_diag: Reduce the number of args for bytecode run routine | Pavel Emelyanov | 2011-12-09 | 1 | -6/+8 |
* | inet_diag: Remove indirect sizeof from inet diag handlers | Pavel Emelyanov | 2011-12-09 | 1 | -3/+2 |
* | sock_diag: Move the sock_ code to net/core/ | Pavel Emelyanov | 2011-12-06 | 1 | -99/+6 |
* | inet_diag: Cleanup type2proto last user | Pavel Emelyanov | 2011-12-06 | 1 | -23/+24 |
* | inet_diag: Introduce socket family checks | Pavel Emelyanov | 2011-12-06 | 1 | -1/+11 |
* | inet_diag: Switch the _dump to work with new header | Pavel Emelyanov | 2011-12-06 | 1 | -18/+53 |
* | inet_diag: Switch the _get_exact to work with new header | Pavel Emelyanov | 2011-12-06 | 1 | -7/+22 |
* | inet_diag: Introduce new inet_diag_req header | Pavel Emelyanov | 2011-12-06 | 1 | -7/+7 |
* | sock_diag: Initial skeleton | Pavel Emelyanov | 2011-12-06 | 1 | -2/+100 |
* | inet_diag: Switch from _GETSOCK to IPPROTO_ numbers | Pavel Emelyanov | 2011-12-06 | 1 | -11/+23 |
* | inet_diag: Move byte-code finding up the call-stack | Pavel Emelyanov | 2011-12-06 | 1 | -19/+17 |
* | sock_diag: Introduce new message type | Pavel Emelyanov | 2011-12-06 | 1 | -2/+15 |
* | inet_diag: Partly rename inet_ to sock_ | Pavel Emelyanov | 2011-12-06 | 1 | -14/+19 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-26 | 1 | -3/+6 |
|\ |
|
| * | net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 sockets | Maciej Żenczykowski | 2011-11-22 | 1 | -5/+9 |
* | | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -12/+6 |
|/ |
|
* | net-netlink: Add a new attribute to expose TCLASS values via netlink | Maciej Żenczykowski | 2011-11-14 | 1 | -2/+2 |
* | net-netlink: Add a new attribute to expose TOS values via netlink | Murali Raja | 2011-10-12 | 1 | -0/+5 |