summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang
2020-01-04tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2020-01-04vti: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2020-01-04net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2020-01-04net: icmp: fix data-race in cmp_global_allow()Eric Dumazet
2020-01-04inetpeer: fix data-race in inet_putpeer / inet_putpeerEric Dumazet
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-17tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet
2019-12-17tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-17tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng
2019-12-17tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-07net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni
2019-10-07erspan: remove the incorrect mtu limit for erspanHaishuang Yan
2019-10-05net: don't warn in inet diag when IPV6 is disabledStephen Hemminger
2019-09-21tcp: Don't dequeue SYN/FIN-segments from write-queueChristoph Paasch
2019-09-21tcp: Reset send_head when removing skb from write-queueChristoph Paasch
2019-09-19tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell
2019-09-10tcp: remove empty skb from write queue in error casesEric Dumazet
2019-09-10tcp: inherit timestamp on mtu probeWillem de Bruijn
2019-09-06tcp: be more careful in tcp_fragment()Eric Dumazet
2019-09-06tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch
2019-09-06tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-09-06tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-09-06tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-09-06tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-09-06tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-09-06tcp: limit payload size of sacked skbsEric Dumazet
2019-09-06tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2019-09-06tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-09-06tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-09-06tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault
2019-09-06tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch
2019-09-06tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet