- 0e866a4 net: initialize fastreuse on inet_inherit_port by Tim Froidcoeur · 4 years, 3 months ago
- 42f4480 net: refactor bind_bucket fastreuse into helper by Tim Froidcoeur · 4 years, 3 months ago
- 9ffa0b3 net: gre: recompute gre csum for sctp over gre tunnels by Lorenzo Bianconi · 4 years, 3 months ago
- eab3600 ipv4: Silence suspicious RCU usage warning by Ido Schimmel · 4 years, 3 months ago
- 325ac51 udp: Improve load balancing for SO_REUSEPORT. by Kuniyuki Iwashima · 4 years, 4 months ago
- 55c73db tcp: allow at most one TLP probe per flight by Yuchung Cheng · 4 years, 3 months ago
- 9c6d572 net: udp: Fix wrong clean up for IS_UDPLITE macro by Miaohe Lin · 4 years, 4 months ago
- 81b6550 tcp: md5: allow changing MD5 keys in all socket states by Eric Dumazet · 4 years, 4 months ago
- 797a053 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 4 months ago
- c83943a tcp: md5: do not send silly options in SYNCOOKIES by Eric Dumazet · 4 years, 4 months ago
- ee66c2d tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 4 months ago
- 030a998 tcp: make sure listeners don't initialize congestion-control state by Christoph Paasch · 4 years, 4 months ago
- 721e5f5 tcp: fix SO_RCVLOWAT possible hangs under high mem pressure by Eric Dumazet · 4 years, 4 months ago
- 5e8f49e ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg by Sabrina Dubroca · 4 years, 4 months ago
- b821d05 net: Fix the arp error in some cases by guodeqing · 4 years, 5 months ago
- 98e4a34 tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT by Neal Cardwell · 4 years, 4 months ago
- 3ee1d44 ip_tunnel: fix use-after-free in ip_tunnel_lookup() by Taehee Yoo · 4 years, 5 months ago
- bcf95ac tcp: grow window for OOO packets only for SACK flows by Eric Dumazet · 4 years, 5 months ago
- a4f8b268 tcp: don't ignore ECN CWR on pure ACK by Denis Kirjanov · 4 years, 4 months ago
- be233b7 devinet: fix memleak in inetdev_init() by Yang Yingliang · 4 years, 5 months ago
- 9fb6b81 netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code by Pablo Neira Ayuso · 4 years, 6 months ago
- 60efd2f ip_vti: receive ipip packet by calling ip_tunnel_rcv by Xin Long · 4 years, 7 months ago
- 0b7d0ff vti4: eliminated some duplicate code. by Jeremy Sowden · 6 years ago
- 3d486aa net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" by Yuqi Jin · 4 years, 6 months ago
- 4bd9906 net: ipip: fix wrong address family in init error path by Vadim Fedorenko · 4 years, 6 months ago
- 49e7ccf net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* by Martin KaFai Lau · 4 years, 6 months ago
- 99779c2 tcp: fix SO_RCVLOWAT hangs with fat skbs by Eric Dumazet · 4 years, 6 months ago
- 31080a8 net: tcp: fix rx timestamp behavior for tcp_recvmsg by Kelly Littlepage · 4 years, 6 months ago
- c1386e6 net: ipv4: really enforce backoff for redirects by Paolo Abeni · 4 years, 6 months ago
- d4ebd0f tcp: fix error recovery in tcp_zerocopy_receive() by Eric Dumazet · 4 years, 6 months ago
- caf6c20 netlabel: cope with NULL catmap by Paolo Abeni · 4 years, 6 months ago
- 995908d xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish by David Ahern · 4 years, 7 months ago
- be2b6b4 vti4: removed duplicate log message. by Jeremy Sowden · 6 years ago
- 80dd814 net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin by Taras Chornyi · 4 years, 7 months ago
- 48dee02 net, ip_tunnel: fix interface lookup with no key by William Dauchy · 4 years, 7 months ago
- 6f2239a ipv4: fix a RCU-list lock in fib_triestat_seq_show by Qian Cai · 4 years, 7 months ago
- f8ee708 vti[6]: fix packet tx through bpf_redirect() in XinY cases by Nicolas Dichtel · 4 years, 9 months ago
- 58b501c tcp: repair: fix TCP_QUEUE_SEQ implementation by Eric Dumazet · 4 years, 8 months ago
- f5ebb2d net: ip_gre: Accept IFLA_INFO_DATA-less configuration by Petr Machata · 4 years, 8 months ago
- 54266b2 net: ip_gre: Separate ERSPAN newlink / changelink callbacks by Petr Machata · 4 years, 8 months ago
- b4176d3 ipv4: ensure rcu_read_lock() in cipso_v4_error() by Matteo Croce · 4 years, 9 months ago
- 34636d2 net: memcg: fix lockdep splat in inet_csk_accept() by Eric Dumazet · 4 years, 8 months ago
- 9d91419 net: memcg: late association of sock to memcg by Shakeel Butt · 4 years, 8 months ago
- 24dd755 inet_diag: return classid for all socket types by Dmitry Yakunin · 4 years, 8 months ago
- 33f0d95 gre: fix uninit-value in __iptunnel_pull_header by Eric Dumazet · 4 years, 8 months ago
- 7e23f79 tcp: clear tp->segs_{in|out} in tcp_disconnect() by Eric Dumazet · 4 years, 9 months ago
- 57542c0 tcp: clear tp->data_segs{in|out} in tcp_disconnect() by Eric Dumazet · 4 years, 9 months ago
- 2d4bec3 tcp: clear tp->delivered in tcp_disconnect() by Eric Dumazet · 4 years, 9 months ago
- 4206e66 tcp: clear tp->total_retrans in tcp_disconnect() by Eric Dumazet · 4 years, 9 months ago
- 011e947 vti[6]: fix packet tx through bpf_redirect() by Nicolas Dichtel · 4 years, 10 months ago
- 9bbde08 tcp: do not leave dangling pointers in tp->highest_sack by Eric Dumazet · 4 years, 10 months ago
- 33dba56 tcp_bbr: improve arithmetic division in bbr_update_bw() by Wen Yang · 4 years, 10 months ago
- 4c1c35c Revert "udp: do rmem bulk free even if the rx sk queue is empty" by Paolo Abeni · 4 years, 10 months ago
- 1d3b53f net, ip_tunnel: fix namespaces move by William Dauchy · 4 years, 10 months ago
- a92c895 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
- b0fb910 net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
- 1441242 net/udp_gso: Allow TX timestamp with UDP GSO by Fred Klassen · 5 years ago
- 7b245fb net: don't clear sock->sk early to avoid trouble in strparser by Jakub Kicinski · 5 years ago
- 7761d0c ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit by wenxu · 6 years ago
- a03e8f1 net: always initialize pagedlen by Willem de Bruijn · 6 years ago
- b23477d tcp: refine rule to allow EPOLLOUT generation under mem pressure by Eric Dumazet · 5 years ago
- 34e855f tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 4 years, 10 months ago
- e328241 netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct by Florian Westphal · 4 years, 10 months ago
- 46abb2a netfilter: arp_tables: init netns pointer in xt_tgchk_param struct by Florian Westphal · 4 years, 10 months ago
- 5ea5b6e tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 4 years, 10 months ago
- 67f028a tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
- d3f384f tcp: do not send empty skb from tcp_write_xmit() by Eric Dumazet · 5 years ago
- 28f0d54 tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
- 47353db vti: do not confirm neighbor when do pmtu update by Hangbin Liu · 4 years, 11 months ago
- 2c06278 tunnel: do not confirm neighbor when do pmtu update by Hangbin Liu · 4 years, 11 months ago
- 8bf95f2 net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 4 years, 11 months ago
- 4840b6a udp: fix integer overflow while computing available space in sk_rcvbuf by Antonio Messina · 4 years, 11 months ago
- 6ed6ab5 tcp: Fix highest_sack and highest_sack_seq by Cambda Zhu · 4 years, 10 months ago
- 0c78a0e net: icmp: fix data-race in cmp_global_allow() by Eric Dumazet · 5 years ago
- 610f01f inetpeer: fix data-race in inet_putpeer / inet_putpeer by Eric Dumazet · 5 years ago
- a148815 tcp: md5: fix potential overestimation of TCP option space by Eric Dumazet · 5 years ago
- d80d67c inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
- f7654eb gre: refetch erspan header from skb->data after pskb_may_pull() by Cong Wang · 5 years ago
- 01775a8 tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
- a5f37a68 tcp: fix SNMP under-estimation on failed retransmission by Yuchung Cheng · 6 years ago
- 85b03cf tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
- d832269 tcp: exit if nothing to retransmit on RTO timeout by Yuchung Cheng · 6 years ago
- b3c81ac net: ip_gre: do not report erspan_ver for gre or gretap by Lorenzo Bianconi · 6 years ago
- 9f1ac49 ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 6 years ago
- e6c6c04 net: bpfilter: fix iptables failure if bpfilter_umh is disabled by Taehee Yoo · 6 years ago
- 32d7474 ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12 by Hangbin Liu · 6 years ago
- 6491a2d tcp: start receiver buffer autotuning sooner by Yuchung Cheng · 6 years ago
- 43876b1 tcp: up initial rmem to 128KB and SYN rwin to around 64KB by Yuchung Cheng · 6 years ago
- 8ddec6a netfilter: masquerade: don't flush all conntracks if only one address deleted on device by Tan Hu · 6 years ago
- 6745591 ip_gre: fix parsing gre header in ipgre_err by Haishuang Yan · 6 years ago
- 66daa05 ipmr: Fix skb headroom in ipmr_get_route(). by Guillaume Nault · 5 years ago
- 88f8c39 ipv4: Fix table id reference in fib_sync_down_addr by David Ahern · 5 years ago
- b166e88 ipv4: fix route update on metric change. by Paolo Abeni · 5 years ago
- 4f3df7f net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
- eaf548f net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
- afa1f5e udp: use skb_queue_empty_lockless() by Eric Dumazet · 5 years ago
- a8a5adb udp: fix data-race in udp_set_dev_scratch() by Eric Dumazet · 5 years ago
- 0cfaf03 net: annotate accesses to sk->sk_incoming_cpu by Eric Dumazet · 5 years ago
- 07de738 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
- 163901d erspan: fix the tun_info options_len check for erspan by Xin Long · 5 years ago