summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)Author
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet
2024-03-11udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia
2024-03-07inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel
2024-01-13bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau
2024-01-13bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-11bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer
2023-10-06xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert
2023-10-01inet: implement lockless getsockopt(IP_MULTICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless getsockopt(IP_UNICAST_IF)Eric Dumazet
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet
2023-09-14udplite: fix various data-racesEric Dumazet
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2023-09-14udp: introduce udp->udp_flagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-16inet: introduce inet->inet_flagsEric Dumazet
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer
2023-07-25udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-07-19udp: use indirect call wrapper for data ready()Paolo Abeni
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-24udp: Stop using RTO_ONLINK.Guillaume Nault
2023-05-23udp: Convert udp_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-19bpf: Add bpf_sock_destroy kfuncAditi Ghag
2023-05-19bpf: udp: Implement batching for sockets iteratorAditi Ghag