summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-57/+250
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2-2/+2
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-18/+98
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2-6/+12
2023-05-25net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart1-1/+1
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-16/+81
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault1-6/+4
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault1-10/+5
2023-05-24ip: Remove ip_append_page()David Howells1-144/+4
2023-05-24udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-24ip, udp: Support MSG_SPLICE_PAGESDavid Howells1-0/+17
2023-05-24tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells1-14/+7
2023-05-24tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells1-8/+12
2023-05-24tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells1-151/+7
2023-05-24tcp: Support MSG_SPLICE_PAGESDavid Howells1-7/+36
2023-05-24net: Pass max frags into skb_append_pagefrags()David Howells1-1/+2
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2-10/+28
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2-6/+2
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2-2/+15
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann1-3/+3
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag3-7/+12
2023-05-20bpf: udp: Implement batching for sockets iteratorAditi Ghag1-6/+199
2023-05-20udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag1-20/+7
2023-05-20bpf: udp: Encapsulate logic to get udp tableAditi Ghag1-23/+12
2023-05-20udp: seq_file: Helper function to match socket attributesAditi Ghag1-7/+27
2023-05-20bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag1-3/+2
2023-05-19inet: factor out locked section of inet_accept() in a new helperPaolo Abeni1-15/+17
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-05-17net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov1-3/+6
2023-05-17net/tcp: don't peek at tail for io_uring zcPavel Begunkov1-2/+1
2023-05-17Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski1-5/+8
2023-05-15net: Remove low_thresh in ip defragAngus Chen1-8/+5
2023-05-13ping: Convert hlist_nulls to plain hlist.Kuniyuki Iwashima1-26/+15
2023-05-12tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet1-2/+3
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+12
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley3-4/+24
2023-05-10tcp: add annotations around sk->sk_shutdown accessesEric Dumazet3-9/+11
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet1-1/+1
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald1-2/+8
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+13
2023-04-22ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon2-7/+1
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky1-2/+2
2023-04-14Daniel Borkmann says:Jakub Kicinski7-17/+221
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2023-04-13bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig3-1/+125