summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+6
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-3/+6
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet1-2/+2
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet1-5/+7
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-1/+1
2023-09-14udplite: fix various data-racesEric Dumazet1-10/+11
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-4/+5
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-7/+3
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-3/+3
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-6/+6
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+3
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-1/+1
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-52/+36
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert1-2/+6
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer1-2/+6
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer1-27/+5
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer1-21/+13
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer1-5/+15
2023-07-20udp: use indirect call wrapper for data ready()Paolo Abeni1-1/+1
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-15/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-7/+5
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells1-0/+16
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-50/+241
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+2
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault1-11/+6
2023-05-24udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-45/+6
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend1-5/+2
2023-05-20bpf: Add bpf_sock_destroy kfuncAditi Ghag1-3/+5
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-03-17udp: constify __udp_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-10udp: introduce __sk_mem_schedule() usageJason Xing1-11/+16
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-1/+1
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima1-1/+1
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-6/+95
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima1-10/+13
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima1-8/+24
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima1-4/+11
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima1-16/+23
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-1/+2
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1