summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-3/+3
2022-04-15udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2022-01-11net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2021-12-14udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-10-13net: prefer socket bound to interface when not in VRFMike Manning1-1/+2
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-3/+3
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni1-0/+10
2021-04-14net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer1-0/+4
2021-01-27udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2020-12-21udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-07-31udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-03-05udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-04udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-5/+22
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-1/+1
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-03udp: only do GSO if # of segs > 1Josh Hunt1-4/+7
2019-10-03udp: fix gso_segs calculationsJosh Hunt1-1/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+2
2019-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3
2019-09-16udp: correct reuseport selection with connected socketsWillem de Bruijn1-2/+3
2019-09-13ip: support SO_MARK cmsgWillem de Bruijn1-1/+1
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun1-1/+1
2019-07-06net: remove unused parameter from skb_checksum_try_convertLi RongQing1-2/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+9
2019-06-15udp: Remove unused variable/function (exact_dif)Tim Beale1-12/+0
2019-06-15udp: Remove unused parameter (exact_dif)Tim Beale1-5/+5
2019-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+9
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2019-06-07bpf: fix unconnected udp hooksDaniel Borkmann1-0/+4
2019-06-06net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale1-2/+1
2019-06-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-12/+7
2019-02-23udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-01-18udp: add missing rehash callback to udpliteAlexey Kodanev1-1/+1
2019-01-17udp: with udp_segment release on error pathWillem de Bruijn1-4/+12
2018-12-15net: udp: prefer listeners bound to an addressPeter Oskolkov1-57/+19
2018-11-17udp: fix jump label misusePaolo Abeni1-2/+2
2018-11-09udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio1-18/+52
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-5/+5
2018-11-09udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-9/+70