summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-3/+3
* inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-2/+3
* inet: introduce inet->inet_flagsEric Dumazet2023-08-161-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-52/+36
|\
| * bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer2023-07-251-2/+6
| * net: remove duplicate sk_lookup helpersLorenz Bauer2023-07-251-27/+5
| * net: remove duplicate reuseport_lookup functionsLorenz Bauer2023-07-251-21/+13
| * udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-07-251-5/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-2/+6
|\ \ | |/ |/|
| * net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-291-2/+6
* | udp: use indirect call wrapper for data ready()Paolo Abeni2023-07-191-1/+1
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-15/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-7/+5
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-081-0/+16
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-261-50/+241
|\
| * bpf: Add bpf_sock_destroy kfuncAditi Ghag2023-05-191-3/+5
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-251-5/+2
|\ \
| * | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-231-5/+2
| |/
* | udp: Stop using RTO_ONLINK.Guillaume Nault2023-05-241-11/+6
* | udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-05-231-45/+6
|/
* udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* udp: introduce __sk_mem_schedule() usageJason Xing2023-03-091-11/+16
* inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-1/+1
* net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-211-1/+1
* udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2022-11-161-6/+95
* udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-161-10/+13
* udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2022-11-161-8/+24
* udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-4/+11
* udp: Clean up some functions.Kuniyuki Iwashima2022-11-161-16/+23
* net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-0/+1
|\
| * Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-231-0/+1
| |\
| | * net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-221-0/+1
* | | udp: track the forward memory release threshold in an hot cachelinePaolo Abeni2022-10-241-3/+15
|/ /
* | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-201-1/+1
|\ \ | |/ |/|
| * udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima2022-10-181-1/+1
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\ \ | |/ |/|
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2022-10-121-3/+6
|/
* udp: Refactor udp_read_skb()Peilin Ye2022-09-261-29/+17
* udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye2022-09-221-1/+1
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+2
* udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima2022-08-011-7/+1
* skmsg: Get rid of skb_clone()Cong Wang2022-06-201-0/+1
* net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-6/+4