summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-1/+1
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-1/+1
|\ \
| * | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-071-1/+1
| |/
* | inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet2020-11-151-1/+0
* | inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet2020-11-111-1/+1
* | net: udp: remove redundant initialization in udp_send_skbMenglong Dong2020-11-101-1/+1
* | net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong2020-11-101-0/+3
* | udp: check udp sock encap_type in __udp_lib_errXin Long2020-10-301-1/+1
|/
* net: ipv4: delete repeated wordsRandy Dunlap2020-08-251-1/+1
* udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-311-1/+1
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-261-2/+2
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-261-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-16/+14
|\
| * net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-221-1/+1
| * udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-221-6/+9
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-3/+3
* | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-251-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-20/+77
|\ \
| * | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-1/+3
| * | udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-181-9/+50
| * | udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki2020-07-181-10/+24
* | | net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-201-24/+0
|/ /
* | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-141-3/+3
* | net: bpf: Implement bpf iterator for udpYonghong Song2020-06-251-0/+116
* | net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-251-5/+23
|/
* 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-311-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-301-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-201-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-231-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
|/