summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2021-02-10udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi1-5/+64
2021-02-10net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-02-04tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2-6/+9
2021-02-04tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen3-2/+22
2021-01-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-27tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-27udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-27netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn1-6/+1
2021-01-17nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-17nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-17nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-17net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5
2021-01-12netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2-2/+2
2021-01-12erspan: fix version 1 check in gre_parse_header()Cong Wang1-1/+1
2021-01-12ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2020-12-26net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-14/+14
2020-12-10tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell1-3/+6
2020-12-10tcp: Retain ECT bits for tos reflectionWei Wang1-2/+5
2020-12-09tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-08netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2-14/+14
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-12-05ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-11-29ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault1-3/+4
2020-11-25tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck1-4/+8
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias3-11/+74
2020-11-21tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck1-0/+5
2020-11-21tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck1-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-7/+11
2020-11-18ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-18inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend1-1/+2
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+6
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin1-2/+15
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-11net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+7
2020-11-10tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio1-2/+2
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-2/+2
2020-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-5/+7
2020-11-01ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld3-5/+7
2020-10-24tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-20nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1