summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+4
* net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-5/+5
* inet: rename INET_MATCH()Eric Dumazet2022-05-161-1/+1
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-131-2/+1
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-6/+5
* net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-071-3/+7
* net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong2022-02-071-3/+9
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-2/+8
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+1
|\ \
| * | net: udp: fix alignment problem in udp4_seq_show()yangxingwu2021-12-271-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-3/+3
|\| | | |/ |/|
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+1
|\|
| * udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+11
|\|
| * udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
* | net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-161-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-4/+4
|\ \ | |/ |/|
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-4/+4
* | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
|/
* net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-261-0/+3
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-071-1/+2