summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
AgeCommit message (Expand)AuthorLines
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Yue Haibing-3/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Yue Haibing-1/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao-1/+1
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-0/+1
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells-0/+1
2023-05-19udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag-1/+0
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni-0/+9
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima-1/+1
2022-07-15tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang-2/+1
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp-4/+4
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet-24/+0
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc-2/+3
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang-1/+1
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+3
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang-0/+1
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni-0/+23
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang-2/+2
2021-02-04ipv6: move udp declarations to net/udp.hLeon Romanovsky-0/+3
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long-0/+1
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi-1/+1
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet-3/+3
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song-0/+1
2020-06-23udp: move gro declarations to net/udp.hEric Dumazet-0/+7
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer-0/+5
2020-01-30udp: document udp_rcv_segment special case for looped packetsWillem de Bruijn-0/+7
2020-01-28udp: segment looped gso packets correctlyWillem de Bruijn-0/+3
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert-1/+1
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov-1/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti-1/+8
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni-3/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio-1/+1
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni-8/+37
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning-0/+11
2018-10-05udp: gro behind static keyWillem de Bruijn-0/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller-2/+2
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni-0/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+4
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-1/+1