summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2023-05-23ip, udp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells
2023-05-23tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells
2023-05-23tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23tcp: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann
2023-05-18inet: factor out locked section of inet_accept() in a new helperPaolo Abeni
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2023-04-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov
2023-04-04bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov
2023-03-31icmp: guard against too small mtuEric Dumazet
2023-03-31tcp: Refine SYN handling for PAWS.Kuniyuki Iwashima
2023-03-29bpf: allow a TCP CC to write app_limitedYixin Shen
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-28bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-23Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...Jakub Kicinski
2023-03-23net: ipv4: Allow changing IPv4 address protocolPetr Machata
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet