Age | Commit message (Expand) | Author | Files | Lines |
2016-09-17 | ip_tunnel: add collect_md mode to IPIP tunnel | Alexei Starovoitov | 2 | -6/+105 |
2016-09-17 | tcp: prepare skbs for better sack shifting | Eric Dumazet | 1 | -7/+24 |
2016-09-16 | tcp: fix a stale ooo_last_skb after a replace | Eric Dumazet | 1 | -1/+2 |
2016-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -9/+20 |
2016-09-11 | net: ipv4: Remove l3mdev_get_saddr | David Ahern | 2 | -12/+0 |
2016-09-11 | net: l3mdev: remove redundant calls | David Ahern | 3 | -13/+4 |
2016-09-11 | net: vrf: Flip IPv4 output path from FIB lookup hook to out hook | David Ahern | 1 | -4/+0 |
2016-09-11 | net: l3mdev: Allow the l3mdev to be a loopback | David Ahern | 1 | -2/+6 |
2016-09-11 | net: l3mdev: Add hook to output path | David Ahern | 1 | -0/+8 |
2016-09-11 | net: flow: Add l3mdev flow update | David Ahern | 1 | -0/+3 |
2016-09-11 | tcp: better use ooo_last_skb in tcp_data_queue_ofo() | Eric Dumazet | 1 | -1/+7 |
2016-09-11 | ipv4: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
2016-09-11 | net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() | Amir Vadai | 1 | -21/+2 |
2016-09-10 | ip_tunnel: do not clear l4 hashes | Eric Dumazet | 1 | -1/+1 |
2016-09-10 | ipv4: fix value of ->nlmsg_flags reported in RTM_NEWROUTE events | Guillaume Nault | 1 | -3/+7 |
2016-09-09 | ipv4: accept u8 in IP_TOS ancillary data | Eric Dumazet | 1 | -2/+5 |
2016-09-09 | tcp: use an RB tree for ooo receive queue | Yaogong Wang | 4 | -144/+193 |
2016-09-09 | tcp: cwnd does not increase in TCP YeAH | Artem Germanov | 1 | -1/+1 |
2016-09-09 | net: inet: diag: expose the socket mark to privileged processes. | Lorenzo Colitti | 2 | -20/+39 |
2016-09-09 | tcp: fastopen: avoid negative sk_forward_alloc | Eric Dumazet | 1 | -0/+1 |
2016-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
2016-09-08 | net: diag: make udp_diag_destroy work for mapped addresses. | Lorenzo Colitti | 1 | -2/+2 |
2016-09-06 | net: Don't delete routes in different VRFs | Mark Tomlinson | 2 | -3/+8 |
2016-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 8 | -627/+8 |
2016-09-02 | tcp: fastopen: fix rcv_wup initialization for TFO server on SYN/data | Neal Cardwell | 1 | -0/+1 |
2016-09-02 | netconf: add a notif when settings are created | Nicolas Dichtel | 1 | -4/+7 |
2016-09-02 | tcp: make nla_policy const | stephen hemminger | 1 | -1/+1 |
2016-09-02 | fou: make nla_policy const | stephen hemminger | 1 | -1/+1 |
2016-08-31 | net: lwtunnel: Handle fragmentation | Roopa Prabhu | 2 | -1/+11 |
2016-08-30 | netfilter: log: Check param to avoid overflow in nf_log_set | Gao Feng | 2 | -4/+2 |
2016-08-30 | netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1' | Gao Feng | 1 | -1/+1 |
2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -17/+26 |
2016-08-29 | tcp: add tcp_add_backlog() | Eric Dumazet | 1 | -4/+29 |
2016-08-29 | tcp: Set read_sock and peek_len proto_ops | Tom Herbert | 2 | -0/+8 |
2016-08-26 | tcp: md5: add LINUX_MIB_TCPMD5FAILURE counter | Eric Dumazet | 2 | -0/+2 |
2016-08-26 | tcp: md5: increment sk_drops on syn_recv state | Eric Dumazet | 1 | -0/+1 |
2016-08-25 | netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT | Liping Zhang | 1 | -0/+1 |
2016-08-25 | net: diag: allow socket bytecode filters to match socket marks | Lorenzo Colitti | 1 | -3/+33 |
2016-08-25 | net: diag: slightly refactor the inet_diag_bc_audit error checks. | Lorenzo Colitti | 1 | -11/+17 |
2016-08-24 | udp: get rid of sk_prot_clear_portaddr_nulls() | Eric Dumazet | 2 | -2/+0 |
2016-08-24 | net: diag: support SOCK_DESTROY for UDP sockets | David Ahern | 2 | -0/+94 |
2016-08-24 | net: diag: Fix refcnt leak in error path destroying socket | David Ahern | 2 | -3/+6 |
2016-08-24 | udp: get rid of SLAB_DESTROY_BY_RCU allocations | Eric Dumazet | 2 | -2/+0 |
2016-08-24 | net-tcp: retire TFO_SERVER_WO_SOCKOPT2 config | Yuchung Cheng | 1 | -13/+8 |
2016-08-24 | tcp: properly scale window in tcp_v[46]_reqsk_send_ack() | Eric Dumazet | 1 | -1/+7 |
2016-08-24 | udp: fix poll() issue with zero sized packets | Eric Dumazet | 1 | -6/+6 |
2016-08-23 | net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout | Geert Uytterhoeven | 1 | -1/+1 |
2016-08-23 | net: ip_finish_output_gso: Allow fragmenting segments of tunneled skbs if the... | Shmulik Ladkani | 1 | -3/+5 |
2016-08-22 | xfrm: Only add l3mdev oif to dst lookups | David Ahern | 1 | -1/+1 |
2016-08-20 | net: ipv4: fix sparse error in fib_good_nh() | Eric Dumazet | 1 | -1/+2 |