summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.10.12' into linux-5.10.y-rtSebastian Andrzej Siewior2021-02-039-46/+40
|\
| * tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-271-2/+2
| * tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-275-7/+11
| * tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-271-12/+13
| * udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-271-1/+2
| * tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-272-17/+10
| * netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-271-1/+1
| * esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-231-6/+1
* | Merge tag 'v5.10.8' into linux-5.10.y-rtSebastian Andrzej Siewior2021-01-197-13/+14
|\ \ | |/
| * nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-171-1/+1
| * nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-171-1/+3
| * nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-171-1/+1
| * net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
| * net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-6/+5
| * netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2021-01-122-2/+2
| * erspan: fix version 1 check in gre_parse_header()Cong Wang2021-01-121-1/+1
| * ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* | Merge tag 'v5.10.4' into linux-5.10.y-rtSebastian Andrzej Siewior2021-01-071-5/+9
|\ \ | |/
| * net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-12-261-5/+9
* | Merge tag 'v5.10' into linux-5.10.y-rtSebastian Andrzej Siewior2020-12-147-22/+29
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-12-092-14/+14
| |\
| | * netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-082-14/+14
| * | tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-091-3/+6
| * | tcp: Retain ECT bits for tos reflectionWei Wang2020-12-091-2/+5
| * | tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
| |/
| * udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
| * ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-041-1/+1
* | Merge tag 'v5.10-rc7' into linux-5.10.y-rtSebastian Andrzej Siewior2020-12-071-3/+4
|\ \ | |/
| * ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-11-281-3/+4
* | Merge tag 'v5.10-rc6' into linux-5.10.y-rtSebastian Andrzej Siewior2020-11-304-15/+88
|\ \ | |/
| * tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-241-4/+8
| * tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-233-11/+74
| * tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
| * tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-201-2/+3
* | Merge tag 'v5.10-rc5' into linux-5.10.y-rtSebastian Andrzej Siewior2020-11-245-10/+22
|\ \ | |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-191-7/+11
| |\
| | * bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-181-1/+2
| | * bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend2020-11-181-6/+9
| * | ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-11-171-1/+1
| * | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-171-1/+3
| * | tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-171-1/+1
| * | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-131-0/+6
* | | Merge tag 'v5.10-rc4' into linux-5.10.y-rtSebastian Andrzej Siewior2020-11-163-7/+25
|\ \ \ | |/ /
| * | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-2/+15
| * | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| * | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-101-2/+7
| * | tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
| |/
* | Merge tag 'v5.10-rc3' into linux-5.10.y-rtSebastian Andrzej Siewior2020-11-095-10/+9
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-041-2/+2
| |\
| | * xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-091-2/+2