summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-084-0/+51
* tcp: let tcp_mtu_probe() build headless packetsEric Dumazet2023-06-081-2/+58
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-14/+13
|\
| * tcp: gso: really support BIG TCPEric Dumazet2023-06-061-10/+9
| * net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-4/+4
* | tcp: fix formatting in sysctl_net_ipv4.cDavid Morley2023-06-071-7/+7
* | tcp: Set route scope properly in cookie_v4_check().Guillaume Nault2023-06-061-2/+2
* | ipv4: Set correct scope in inet_csk_route_*().Guillaume Nault2023-06-061-2/+2
* | ip_gre: clean up some inconsistent indentingJiapeng Chong2023-06-021-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-015-5/+25
|\|
| * tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-012-4/+14
| * tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-05-291-1/+2
| * tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-293-0/+9
* | net: Make gro complete function to return voidParav Pandit2023-05-311-4/+3
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-263-57/+250
|\ \
| * | bpf: Add bpf_sock_destroy kfuncAditi Ghag2023-05-193-7/+12
| * | bpf: udp: Implement batching for sockets iteratorAditi Ghag2023-05-191-6/+199
| * | udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag2023-05-191-20/+7
| * | bpf: udp: Encapsulate logic to get udp tableAditi Ghag2023-05-191-23/+12
| * | udp: seq_file: Helper function to match socket attributesAditi Ghag2023-05-191-7/+27
| * | bpf: tcp: Avoid taking fast sock lock in iteratorAditi Ghag2023-05-191-3/+2
* | | net: ynl: prefix uAPI header include with uapi/Jakub Kicinski2023-05-262-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-256-18/+98
|\ \ \ | | |/ | |/|
| * | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-251-0/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-243-16/+81
| |\ \
| | * | bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-232-10/+28
| | * | bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-05-231-0/+20
| | * | bpf, sockmap: Handle fin correctlyJohn Fastabend2023-05-231-0/+31
| | * | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-232-6/+2
| * | | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-232-2/+15
| |/ /
* | | net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart2023-05-252-6/+12
* | | net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 tooAntoine Tenart2023-05-251-1/+1
* | | udp: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-11/+6
* | | raw: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-6/+4
* | | ping: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-10/+5
* | | ip: Remove ip_append_page()David Howells2023-05-231-144/+4
* | | udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-45/+6
* | | ip, udp: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-0/+17
* | | tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells2023-05-231-14/+7
* | | tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells2023-05-231-8/+12
* | | tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-151/+7
* | | tcp: Support MSG_SPLICE_PAGESDavid Howells2023-05-231-7/+36
* | | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-231-1/+2
* | | net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann2023-05-221-3/+3
* | | inet: factor out locked section of inet_accept() in a new helperPaolo Abeni2023-05-181-15/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-2/+3
|\| |
| * | tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-121-2/+3
* | | net/tcp: optimise io_uring zc ubuf refcountingPavel Begunkov2023-05-171-3/+6
* | | net/tcp: don't peek at tail for io_uring zcPavel Begunkov2023-05-171-2/+1
| |/ |/|
* | Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski2023-05-161-5/+8