summaryrefslogtreecommitdiff
path: root/include/net/udp.h
AgeCommit message (Expand)Author
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-04-15udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-11-17net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2020-05-10udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn
2020-02-01udp: segment looped gso packets correctlyWillem de Bruijn
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-10-05udp: gro behind static keyWillem de Bruijn
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig
2018-05-08udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-08udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-04-26udp: add gso segment cmsgWillem de Bruijn
2018-04-26udp: add udp gsoWillem de Bruijn
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2017-11-27net: annotate ->poll() instancesAl Viro
2017-10-01IPv4: early demux can return an error codePaolo Abeni
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-14udp: fix linear skb reception with PEEK_OFFAl Viro
2017-08-11udp: harden copy_linear_skb()Eric Dumazet
2017-08-07net: ipv6: add second dif to udp socket lookupsDavid Ahern
2017-08-07net: ipv4: add second dif to udp socket lookupsDavid Ahern
2017-07-29udp6: fix socket leak on early demuxPaolo Abeni
2017-07-25udp: preserve head state for IP_CMSG_PASSSECPaolo Abeni
2017-06-27udp: move scratch area helpers into the include filePaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-22udp: implement memory accounting helpersPaolo Abeni
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet