summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca2020-04-281-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-2/+4
|\
| * net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-2/+4
* | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-1/+1
|/
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-6/+8
* udp: rehash on disconnectWillem de Bruijn2020-02-191-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+2
|\
| * Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-221-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-01-211-1/+2
|\ \
| * | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca2019-12-091-1/+2
* | | net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-2/+1
| |/ |/|
* | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-5/+22
|\
| * udp: drop skb extensions before marking skb statelessFlorian Westphal2019-11-221-5/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-11-131-0/+2
|\ \ | |/ |/|
| * xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan2019-10-091-0/+2
* | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-1/+1
* | udp: fix data-race in udp_set_dev_scratch()Eric Dumazet2019-10-281-4/+15
* | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
* | udp: use skb_queue_empty_lockless()Eric Dumazet2019-10-281-3/+3
* | udp: only do GSO if # of segs > 1Josh Hunt2019-10-031-4/+7
* | udp: fix gso_segs calculationsJosh Hunt2019-10-031-1/+1
* | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+2
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-2/+3
|\
| * udp: correct reuseport selection with connected socketsWillem de Bruijn2019-09-161-2/+3
* | ip: support SO_MARK cmsgWillem de Bruijn2019-09-131-1/+1
|/
* udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
* net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-051-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-1/+9
| |\
| | * bpf: fix unconnected udp hooksDaniel Borkmann2019-06-061-0/+4
| | * bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-031-1/+5
* | | udp: Remove unused variable/function (exact_dif)Tim Beale2019-06-141-12/+0
* | | udp: Remove unused parameter (exact_dif)Tim Beale2019-06-141-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-8/+2
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-2/+1
| |\ \
| | * | udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-041-2/+1
| | |/
| * / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
| |/
* / net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/
* net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-12/+7
* udp: fix possible user after free in error handlerPaolo Abeni2019-02-221-2/+4
* udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-171-1/+1
* udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
* net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-141-57/+19
* udp: fix jump label misusePaolo Abeni2018-11-161-2/+2
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-081-18/+52
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-081-5/+5
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-081-9/+70