aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/udp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-6/+5
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-3/+7
2022-02-07net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong1-3/+9
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-3/+3
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-2/+8
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong1-0/+1
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-27net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-3/+3
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-09udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+11
2021-11-16net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet1-1/+1
2021-11-16udp: Validate checksum in udp_read_sock()Cong Wang1-0/+11
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+4
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush1-4/+4
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang1-0/+3
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning1-1/+2
2021-09-28net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet1-5/+5
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-1/+1
2021-07-21udp: check encap socket in __udp_lib_errVadim Fedorenko1-6/+19
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet1-3/+3
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-2/+2
2021-06-21udp: Fix a memory leak in udp_read_sock()Cong Wang1-0/+2
2021-06-09udp: fix race between close() and udp_abort()Paolo Abeni1-0/+10
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+32
2021-04-01net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer1-0/+4
2021-04-01udp: Implement ->read_sock() for sockmapCong Wang1-0/+29
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+3
2021-03-30udp: never accept GSO_FRAGLIST packetsPaolo Abeni1-0/+3
2021-03-30udp: fixup csum for GSO receive slow pathPaolo Abeni1-0/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+3
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-0/+6
2021-01-20bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev1-4/+3
2021-01-19udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore1-1/+1
2020-11-14inet: unexport udp{4|6}_lib_lookup_skb()Eric Dumazet1-1/+0
2020-11-10inet: udp{4|6}_lib_lookup_skb() skb argument is constEric Dumazet1-1/+1
2020-11-09net: udp: remove redundant initialization in udp_send_skbMenglong Dong1-1/+1
2020-11-09net: udp: introduce UDP_MIB_MEMERRORS for udp_memMenglong Dong1-0/+3