- df83816 icmp: randomize the global rate limiter by Eric Dumazet · 4 years, 3 months ago
- 090178c tcp: fix to update snd_wl1 in bulk receiver fast path by Neal Cardwell · 4 years, 2 months ago
- c10bfe7 rt_cpu_seq_next should increase position index by Vasily Averin · 5 years ago
- 03c034c ip: fix tos reflection in ack and reset packets by Wei Wang · 4 years, 4 months ago
- d370e95 net: initialize fastreuse on inet_inherit_port by Tim Froidcoeur · 4 years, 5 months ago
- f446149 net: refactor bind_bucket fastreuse into helper by Tim Froidcoeur · 4 years, 5 months ago
- f81f591 ipv4: Silence suspicious RCU usage warning by Ido Schimmel · 4 years, 5 months ago
- 35c3c8f tcp: allow at most one TLP probe per flight by Yuchung Cheng · 4 years, 5 months ago
- feed32a net: udp: Fix wrong clean up for IS_UDPLITE macro by Miaohe Lin · 4 years, 6 months ago
- 2d00b78 tcp: md5: allow changing MD5 keys in all socket states by Eric Dumazet · 4 years, 6 months ago
- ade339f tcp: md5: do not send silly options in SYNCOOKIES by Eric Dumazet · 4 years, 6 months ago
- 35e7d27 tcp: make sure listeners don't initialize congestion-control state by Christoph Paasch · 4 years, 6 months ago
- 6648696 tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriers by Eric Dumazet · 4 years, 6 months ago
- d9e26f6 tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key() by Eric Dumazet · 4 years, 6 months ago
- 5515997 ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsg by Sabrina Dubroca · 4 years, 6 months ago
- 6ac341c net: Fix the arp error in some cases by guodeqing · 4 years, 7 months ago
- 05cc823 tcp: grow window for OOO packets only for SACK flows by Eric Dumazet · 4 years, 7 months ago
- 98d3884 tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT by Neal Cardwell · 4 years, 6 months ago
- ae1c468 ip_tunnel: fix use-after-free in ip_tunnel_lookup() by Taehee Yoo · 4 years, 7 months ago
- d2d5111 devinet: fix memleak in inetdev_init() by Yang Yingliang · 4 years, 7 months ago
- 8ef5764 netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code by Pablo Neira Ayuso · 4 years, 8 months ago
- c67ec7f ip_vti: receive ipip packet by calling ip_tunnel_rcv by Xin Long · 4 years, 9 months ago
- 60dbd1a vti4: eliminated some duplicate code. by Jeremy Sowden · 6 years ago
- f08aeb3 net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" by Yuqi Jin · 4 years, 8 months ago
- 72e2d90 net: ipip: fix wrong address family in init error path by Vadim Fedorenko · 4 years, 8 months ago
- be38a13 net: ipv4: really enforce backoff for redirects by Paolo Abeni · 4 years, 8 months ago
- 9232577 netlabel: cope with NULL catmap by Paolo Abeni · 4 years, 8 months ago
- d95f959 xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish by David Ahern · 4 years, 9 months ago
- 1dd76d0 vti4: removed duplicate log message. by Jeremy Sowden · 6 years ago
- bcdb7d9 net: ipv4: avoid unused variable warning for sysctl by Arnd Bergmann · 7 years ago
- 5656000 net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() by Nicolai Stange · 7 years ago
- 1cd63cc net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin by Taras Chornyi · 4 years, 9 months ago
- 4f1640e net, ip_tunnel: fix interface lookup with no key by William Dauchy · 4 years, 9 months ago
- 32006be ipv4: fix a RCU-list lock in fib_triestat_seq_show by Qian Cai · 4 years, 9 months ago
- 0807f59 vti[6]: fix packet tx through bpf_redirect() in XinY cases by Nicolas Dichtel · 5 years ago
- 14c137c net: ipv4: don't let PMTU updates increase route MTU by Sabrina Dubroca · 6 years ago
- 0bde22d ipv4: ensure rcu_read_lock() in cipso_v4_error() by Matteo Croce · 4 years, 11 months ago
- 6f1aea7 gre: fix uninit-value in __iptunnel_pull_header by Eric Dumazet · 4 years, 10 months ago
- 1f6f96b tcp: clear tp->segs_{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
- 5022fce tcp: clear tp->data_segs{in|out} in tcp_disconnect() by Eric Dumazet · 5 years ago
- f5b6109 tcp: clear tp->delivered in tcp_disconnect() by Eric Dumazet · 5 years ago
- b1e355a tcp: clear tp->total_retrans in tcp_disconnect() by Eric Dumazet · 5 years ago
- be914e0 vti[6]: fix packet tx through bpf_redirect() by Nicolas Dichtel · 5 years ago
- 57d3e48 tcp_bbr: improve arithmetic division in bbr_update_bw() by Wen Yang · 5 years ago
- 6769626 net, ip_tunnel: fix namespaces move by William Dauchy · 5 years ago
- 3930b48 tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 5 years ago
- 2564ab9 netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct by Florian Westphal · 5 years ago
- 76c146c netfilter: arp_tables: init netns pointer in xt_tgchk_param struct by Florian Westphal · 5 years ago
- 638b632 tcp: minimize false-positives on TCP/GRO check by Marcelo Ricardo Leitner · 8 years ago
- ea3cc78 tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACK by Pengcheng Yang · 5 years ago
- b2c74eb tcp: do not send empty skb from tcp_write_xmit() by Eric Dumazet · 5 years ago
- 792365b tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
- ec92851 net: icmp: fix data-race in cmp_global_allow() by Eric Dumazet · 5 years ago
- 67b02e3 inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
- e12119e tcp: md5: fix potential overestimation of TCP option space by Eric Dumazet · 5 years ago
- 5471717 tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
- 4ae7b6e tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
- bc60abe ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 6 years ago
- 5394976 ip_gre: fix parsing gre header in ipgre_err by Haishuang Yan · 6 years ago
- ed9acfe ipv4: Fix table id reference in fib_sync_down_addr by David Ahern · 5 years ago
- a67a32d inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
- 24bde29 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
- a14aed9 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
- 6aab2d9 tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWR by Neal Cardwell · 5 years ago
- 217fc82 tcp: inherit timestamp on mtu probe by Willem de Bruijn · 5 years ago
- b97a2f3 inet: switch IP ID generator to siphash by Eric Dumazet · 5 years ago
- 06fac08 tcp: be more careful in tcp_fragment() by Eric Dumazet · 5 years ago
- 01dd367 tcp: Reset bytes_acked and bytes_received when disconnecting by Christoph Paasch · 5 years ago
- 4150437 ipv4: don't set IPv6 only flags to IPv4 addresses by Matteo Croce · 6 years ago
- 84d0edf igmp: fix memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
- 3c77e8f bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 6 years ago
- 4451dc9 ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop by Stephen Suryaputra · 6 years ago
- caa51ed tcp: refine memory limit test in tcp_fragment() by Eric Dumazet · 6 years ago
- 7e90962 tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() by Eric Dumazet · 6 years ago
- 8e39cbc tcp: add tcp_min_snd_mss sysctl by Eric Dumazet · 6 years ago
- e358f4a tcp: tcp_fragment() should apply sane memory limits by Eric Dumazet · 6 years ago
- cc1b58c tcp: limit payload size of sacked skbs by Eric Dumazet · 6 years ago
- 418894c tcp: reduce tcp_fastretrans_alert() verbosity by Eric Dumazet · 7 years ago
- 2113c72 ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST by Eric Dumazet · 6 years ago
- 405d3bb ipv4/igmp: fix another memory leak in igmpv3_del_delrec() by Eric Dumazet · 6 years ago
- 5b28db5 xfrm4: Fix uninitialized memory read in _decode_session4 by Steffen Klassert · 6 years ago
- eb490b3 vti4: ipip tunnel deregistration fixes. by Jeremy Sowden · 6 years ago
- 4dbefd9 ipv4: Fix raw socket lookup for local traffic by David Ahern · 6 years ago
- bcb37e6 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
- aaee29e net: IP defrag: encapsulate rbtree defrag code into callable functions by Peter Oskolkov · 6 years ago
- 840367c ipv4: set the tcp_min_rtt_wlen range from 0 to one day by ZhangXiaoxu · 6 years ago
- cd55c74 ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
- aec9cfd ipv4: ensure rcu_read_lock() in ipv4_link_failure() by Eric Dumazet · 6 years ago
- ff71f99 ipv4: recompile ip options in ipv4_link_failure by Stephen Suryaputra · 6 years ago
- 80eae5e tcp: tcp_grow_window() needs to respect tcp_space() by Eric Dumazet · 6 years ago
- d55ff2f0 net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv by Lorenzo Bianconi · 6 years ago
- 5f5d628 vrf: check accept_source_route on the original netdevice by Stephen Suryaputra · 6 years ago
- 051ca6a tcp: Ensure DCTCP reacts to losses by Koen De Schepper · 6 years ago
- dfe4f69 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
- 83fe873 tcp/dccp: remove reqsk_put() from inet_child_forget() by Eric Dumazet · 7 years ago
- 40852d5 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
- e8273ce route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
- d2a6df7 vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel by Su Yanjun · 6 years ago
- 3b44897 net: avoid use IPCB in cipso_v4_error by Nazarov Sergey · 6 years ago
- 55ea53a net: Add __icmp_send helper. by Nazarov Sergey · 6 years ago