aboutsummaryrefslogtreecommitdiff
path: root/include/net/udp.h
AgeCommit message (Expand)Author
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn
2020-01-28udp: segment looped gso packets correctlyWillem de Bruijn
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert
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