aboutsummaryrefslogtreecommitdiff
path: root/include/net/udp.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Gravatar Yue Haibing 1-3/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Gravatar Yue Haibing 1-1/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksGravatar Breno Leitao 1-1/+1
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-0/+1
2023-06-08ipv4, ipv6: Use splice_eof() to flushGravatar David Howells 1-0/+1
2023-05-19udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateGravatar Aditi Ghag 1-1/+0
2022-10-24udp: track the forward memory release threshold in an hot cachelineGravatar Paolo Abeni 1-0/+9
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-15tcp/udp: Make early_demux back namespacified.Gravatar Kuniyuki Iwashima 1-1/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Gravatar Cong Wang 1-2/+1
2022-06-10net: add per_cpu_fw_alloc field to struct protoGravatar Eric Dumazet 1-0/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesGravatar Oliver Hartkopp 1-4/+4
2021-11-16net: move gro definitions to include/net/gro.hGravatar Eric Dumazet 1-24/+0
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsGravatar Cyril Strejc 1-2/+3
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Gravatar Cong Wang 1-1/+1
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+3
2021-04-01udp: Implement ->read_sock() for sockmapGravatar Cong Wang 1-0/+2
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Gravatar Cong Wang 1-0/+1
2021-03-30udp: fixup csum for GSO receive slow pathGravatar Paolo Abeni 1-0/+23
2021-02-26bpf: Clean up sockmap related KconfigsGravatar Cong Wang 1-2/+2
2021-02-04ipv6: move udp declarations to net/udp.hGravatar Leon Romanovsky 1-0/+3
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapGravatar Xin Long 1-0/+1
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistGravatar Dongseok Yi 1-1/+1
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constGravatar Eric Dumazet 1-3/+3
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tGravatar Christoph Hellwig 1-1/+1
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2020-06-24net: bpf: Add bpf_seq_afinfo in udp_iter_stateGravatar Yonghong Song 1-0/+1
2020-06-23udp: move gro declarations to net/udp.hGravatar Eric Dumazet 1-0/+7
2020-03-09bpf: Add sockmap hooks for UDP socketsGravatar Lorenz Bauer 1-0/+5
2020-01-30udp: document udp_rcv_segment special case for looped packetsGravatar Willem de Bruijn 1-0/+7
2020-01-28udp: segment looped gso packets correctlyGravatar Willem de Bruijn 1-0/+3
2020-01-27udp: Support UDP fraglist GRO/GSO.Gravatar Steffen Klassert 1-1/+1
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionGravatar Denis Efremov 1-1/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-30udp: Avoid post-GRO UDP checksum recalculationGravatar Sean Tranchetti 1-1/+8
2019-04-08datagram: remove rendundant 'peeked' argumentGravatar Paolo Abeni 1-3/+3
2018-11-08net: Convert protocol error handlers from void to intGravatar Stefano Brivio 1-1/+1
2018-11-07udp: cope with UDP GRO packet misdirectionGravatar Paolo Abeni 1-8/+37
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFGravatar Mike Manning 1-0/+11
2018-10-05udp: gro behind static keyGravatar Willem de Bruijn 1-0/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.Gravatar David Miller 1-2/+2
2018-06-08udp: fix rx queue len reported by diag and proc interfaceGravatar Paolo Abeni 1-0/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+4
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-05-26net: convert datagram_poll users tp ->poll_maskGravatar Christoph Hellwig 1-1/+1