summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-01-09tcp: annotate tp->rcv_nxt lockless readsEric Dumazet5-9/+13
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet3-13/+16
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu3-6/+10
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2020-01-04tcp: Fix highest_sack and highest_sack_seqCambda Zhu1-0/+3
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet1-5/+6
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet1-2/+10
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-21inet: protect against too small mtu values.Eric Dumazet2-10/+8
2019-12-17gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang1-1/+1
2019-12-13tcp: fix SNMP TCP timeout under-estimationYuchung Cheng1-4/+4
2019-12-13tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng1-1/+1
2019-12-13tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng1-1/+1
2019-12-05tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-12-05net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-12-01net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu1-3/+19
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-10ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2-2/+2
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2-2/+2
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet2-3/+3
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-2/+2
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio1-3/+6
2019-10-29ipv4: fix race condition between route lookup and invalidationWei Wang1-1/+1
2019-10-07udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-07udp: fix gso_segs calculationsJosh Hunt1-1/+1
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni1-3/+2
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan1-0/+1
2019-10-05tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet1-2/+3
2019-10-01net: don't warn in inet diag when IPV6 is disabledStephen Hemminger1-3/+0
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn2-2/+5
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell1-1/+1
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet1-9/+20
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn1-1/+2
2019-09-06ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-08-16netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin1-0/+1