Age | Commit message (Expand) | Author | Files | Lines |
2018-09-24 | ip_tunnel: be careful when accessing the inner header | Paolo Abeni | 1 | -0/+9 |
2018-09-17 | udp4: fix IP_CMSG_CHECKSUM for connected sockets | Paolo Abeni | 1 | -23/+26 |
2018-09-13 | gso_segment: Reset skb->mac_len after modifying network header | Toke Høiland-Jørgensen | 1 | -0/+1 |
2018-09-12 | erspan: fix error handling for erspan tunnel | Haishuang Yan | 1 | -0/+3 |
2018-09-12 | erspan: return PACKET_REJECT when the appropriate tunnel is not found | Haishuang Yan | 1 | -0/+2 |
2018-09-12 | tcp: rate limit synflood warnings further | Willem de Bruijn | 1 | -2/+2 |
2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -3/+5 |
2018-09-10 | ip: frags: fix crash in ip_do_fragment() | Taehee Yoo | 1 | -0/+1 |
2018-09-08 | tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY | Vincent Whitchurch | 1 | -1/+1 |
2018-09-02 | igmp: fix incorrect unsolicit report count after link down and up | Hangbin Liu | 1 | -4/+2 |
2018-09-02 | igmp: fix incorrect unsolicit report count when join group | Hangbin Liu | 1 | -3/+2 |
2018-09-01 | tcp: do not restart timewait timer on rst reception | Florian Westphal | 1 | -1/+2 |
2018-08-31 | netfilter: kconfig: nat related expression depend on nftables core | Florian Westphal | 1 | -3/+5 |
2018-08-28 | erspan: set erspan_ver to 1 by default when adding an erspan dev | Xin Long | 1 | -0/+3 |
2018-08-23 | tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0 | Kevin Yang | 1 | -2/+2 |
2018-08-23 | tcp_bbr: in restart from idle, see if we should exit PROBE_RTT | Kevin Yang | 1 | -0/+4 |
2018-08-23 | tcp_bbr: add bbr_check_probe_rtt_done() helper | Kevin Yang | 1 | -16/+18 |
2018-08-23 | ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state | Eric Dumazet | 1 | -0/+6 |
2018-08-19 | ip_vti: fix a null pointer deferrence when create vti fallback tunnel | Haishuang Yan | 1 | -1/+2 |
2018-08-17 | tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach | Daniel Borkmann | 1 | -0/+2 |
2018-08-17 | tcp, ulp: add alias for all ulp modules | Daniel Borkmann | 1 | -1/+1 |
2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -9/+28 |
2018-08-12 | ip: process in-order fragments efficiently | Peter Oskolkov | 2 | -42/+70 |
2018-08-12 | ip: add helpers to process in-order fragments faster. | Peter Oskolkov | 1 | -0/+73 |
2018-08-11 | tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag | Yuchung Cheng | 1 | -4/+4 |
2018-08-11 | tcp: always ACK immediately on hole repairs | Yuchung Cheng | 1 | -2/+2 |
2018-08-11 | tcp: avoid resetting ACK timer in DCTCP | Yuchung Cheng | 1 | -2/+2 |
2018-08-11 | tcp: mandate a one-time immediate ACK | Yuchung Cheng | 1 | -1/+3 |
2018-08-11 | bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection | Martin KaFai Lau | 2 | -5/+13 |
2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 3 | -4/+15 |
2018-08-06 | ipv4: frags: precedence bug in ip_expire() | Dan Carpenter | 1 | -1/+1 |
2018-08-06 | ip: use rb trees for IP frag queue. | Peter Oskolkov | 2 | -87/+111 |
2018-08-06 | ip: discard IPv4 datagrams with overlapping segments. | Peter Oskolkov | 2 | -56/+20 |
2018-08-04 | tcp: remove unneeded variable 'err' | YueHaibing | 1 | -2/+1 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -7/+24 |
2018-08-01 | ip_gre: remove redundant variables t_hlen | YueHaibing | 1 | -5/+0 |
2018-08-01 | tcp: remove set but not used variable 'skb_size' | Wei Yongjun | 1 | -2/+1 |
2018-08-01 | tcp: add stat of data packet reordering events | Wei Wang | 3 | -2/+7 |
2018-08-01 | tcp: add dsack blocks received stats | Wei Wang | 2 | -0/+5 |
2018-08-01 | tcp: add data bytes retransmitted stats | Wei Wang | 2 | -0/+6 |
2018-08-01 | tcp: add data bytes sent stats | Wei Wang | 2 | -0/+7 |
2018-08-01 | tcp: add a helper to calculate size of opt_stats | Wei Wang | 1 | -3/+24 |
2018-08-01 | net: ipv4: Notify about changes to ip_forward_update_priority | Petr Machata | 1 | -1/+18 |
2018-08-01 | net: ipv4: Control SKB reprioritization after forwarding | Petr Machata | 3 | -1/+12 |
2018-08-01 | net: add helpers checking if socket can be bound to nonlocal address | Vincent Bernat | 2 | -6/+3 |
2018-08-01 | ipv4: frags: handle possible skb truesize change | Eric Dumazet | 1 | -0/+5 |
2018-08-01 | inet: frag: enforce memory limits earlier | Eric Dumazet | 1 | -3/+3 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-29 | route: add support for directed broadcast forwarding | Xin Long | 2 | -1/+16 |
2018-07-29 | tcp_bbr: fix bw probing to raise in-flight data for very small BDPs | Neal Cardwell | 1 | -0/+4 |