summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller-0/+4
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior-0/+3
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima-0/+2
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski-0/+1
2023-06-06tcp: gso: really support BIG TCPEric Dumazet-10/+9
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda-4/+4
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli-4/+14
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu-1/+2
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet-0/+9
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima-0/+2
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-16/+81
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend-10/+28
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend-0/+20
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend-0/+31
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend-6/+2
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel-2/+15
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet-2/+3
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet-9/+11
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet-1/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+13
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan-3/+13
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon-7/+1
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky-2/+2
2023-04-13Daniel Borkmann says:Jakub Kicinski-17/+221
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig-1/+125
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig-2/+21
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-2/+2
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing-0/+3
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-27/+32
2023-04-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima-4/+4
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima-23/+23
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov-2/+1
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov-3/+0
2023-03-31icmp: guard against too small mtuEric Dumazet-0/+5
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima-0/+2
2023-03-29bpf: allow a TCP CC to write app_limitedYixin Shen-0/+3
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima-7/+4
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo-12/+12
2023-03-28bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau-2/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski-67/+1
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata-0/+3
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee-0/+6
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee-2/+6
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee-7/+59
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal-67/+1
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet-11/+11
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet-2/+2
2023-03-18tcp: preserve const qualifier in tcp_sk()Eric Dumazet-8/+14