summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-30udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-1/+1
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-3/+3
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-2/+1
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2022-04-08udp: 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-05-14udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-0/+3
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-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-08-25net: ipv4: delete repeated wordsRandy Dunlap1-1/+1
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki1-1/+1
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song1-2/+2
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-2/+6
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+14
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-3/+3
2020-07-25net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig1-3/+4
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+77
2020-07-22net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-07-22udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima1-6/+9
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-1/+3
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-24/+0
2020-07-18udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+50
2020-07-18udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-10/+24
2020-07-14net: ipv4: kerneldoc fixesAndrew Lunn1-3/+3
2020-06-25net: bpf: Implement bpf iterator for udpYonghong Song1-0/+116
2020-06-25net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song1-5/+23
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca1-1/+9
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+4
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-2/+4
2020-03-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-1/+1
2020-03-13inet: Use fallthrough;Joe Perches1-1/+1
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-6/+8
2020-02-20udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-01-22Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+2
2020-01-14net: udp: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-2/+1
2019-12-25udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca1-1/+2
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-5/+22
2019-11-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
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