Age | Commit message (Expand) | Author |
2016-11-15 | tcp: allow to enable the repair mode for non-listening sockets | Andrey Vagin |
2016-11-15 | dctcp: update cwnd on congestion event | Florian Westphal |
2016-11-15 | udplite: fix NULL pointer dereference | Paolo Abeni |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-11-13 | netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test | Julia Lawall |
2016-11-13 | tcp: take care of truncations done by sk_filter() | Eric Dumazet |
2016-11-13 | ipv4: use new_gw for redirect neigh lookup | Stephen Suryaputra Lin |
2016-11-10 | ipv4: update comment to document GSO fragmentation cases. | Lance Richardson |
2016-11-09 | tcp: remove unaligned accesses from tcp_get_info() | Eric Dumazet |
2016-11-09 | net: tcp response should set oif only if it is L3 master | David Ahern |
2016-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2016-11-09 | net: icmp_route_lookup should use rt dev to determine L3 domain | David Ahern |
2016-11-10 | udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6} | Arnd Bergmann |
2016-11-09 | netfilter: conntrack: simplify init/uninit of L4 protocol trackers | Davide Caratti |
2016-11-09 | tcp: no longer hold ehash lock while calling tcp_get_info() | Eric Dumazet |
2016-11-09 | tcp: shortcut listeners in tcp_get_info() | Eric Dumazet |
2016-11-07 | fib_trie: Correct /proc/net/route off by one error | Alexander Duyck |
2016-11-07 | udp: do fwd memory scheduling on dequeue | Paolo Abeni |
2016-11-07 | net/sock: add an explicit sk argument for ip_cmsg_recv_offset() | Paolo Abeni |
2016-11-07 | net: Update raw socket bind to consider l3 domain | David Ahern |
2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti |
2016-11-04 | net: core: add UID to flows, rules, and routes | Lorenzo Colitti |
2016-11-03 | tcp: fix return value for partial writes | Eric Dumazet |
2016-11-03 | ipv4: allow local fragmentation in ip_finish_output_gso() | Lance Richardson |
2016-11-03 | ipv4: add IP_RECVFRAGSIZE cmsg | Willem de Bruijn |
2016-11-03 | tcp: fix potential memory corruption | Eric Dumazet |
2016-11-03 | net: ip, raw_diag -- Use jump for exiting from nested loop | Cyrill Gorcunov |
2016-11-03 | net: ip, raw_diag -- Fix socket leaking for destroy request | Cyrill Gorcunov |
2016-11-03 | inet: fix sleeping inside inet_wait_for_connect() | WANG Cong |
2016-11-03 | netfilter: nf_tables: use hook state from xt_action_param structure | Pablo Neira Ayuso |
2016-11-03 | netfilter: x_tables: move hook state into xt_action_param structure | Pablo Neira Ayuso |
2016-11-02 | net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect | Cyrill Gorcunov |
2016-11-02 | tcp: enhance tcp collapsing | Eric Dumazet |
2016-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2016-11-01 | netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c | Pablo Neira Ayuso |
2016-11-01 | netfilter: nf_tables: add fib expression | Florian Westphal |
2016-11-01 | net: Enable support for VRF with ipv4 multicast | David Ahern |
2016-10-31 | net: pim: add all RFC7761 message types | Nikolay Aleksandrov |
2016-10-31 | dctcp: avoid bogus doubling of cwnd after loss | Florian Westphal |
2016-10-31 | netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it | Liping Zhang |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-10-29 | tcp_bbr: add a state transition diagram and accompanying comment | Neal Cardwell |
2016-10-29 | tcp/dccp: drop SYN packets if accept queue is full | Eric Dumazet |
2016-10-29 | net: ip, diag: include net/inet_sock.h | Arnd Bergmann |
2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg |
2016-10-27 | genetlink: statically initialize families | Johannes Berg |
2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg |
2016-10-26 | udp: fix IP_CHECKSUM handling | Eric Dumazet |
2016-10-23 | net: ip, diag -- Add diag interface for raw sockets | Cyrill Gorcunov |