summaryrefslogtreecommitdiff
path: root/net/ipv4/udp.c
Commit message (Expand)AuthorAgeFilesLines
* skmsg: Get rid of skb_clone()Cong Wang2022-06-201-0/+1
* net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-6/+4
* net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+4
* net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-5/+5
* inet: rename INET_MATCH()Eric Dumazet2022-05-161-1/+1
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-05-131-2/+1
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-6/+5
* net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-071-3/+7
* net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()Menglong Dong2022-02-071-3/+9
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-3/+3
* net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-01-091-2/+8
* net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+1
|\ \
| * | net: udp: fix alignment problem in udp4_seq_show()yangxingwu2021-12-271-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-1/+1
|\ \ | |/
| * udp: using datalen to cap max gso segmentsJianguo Wu2021-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+11
|\ \ | |/
| * udp: Validate checksum in udp_read_sock()Cong Wang2021-11-161-0/+11
* | net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-161-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-4/+4
|\ \ | |/ |/|
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-101-4/+4
* | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
|/
* net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-261-0/+3
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-071-1/+2
* net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-5/+5
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
* udp: check encap socket in __udp_lib_errVadim Fedorenko2021-07-211-6/+19
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-011-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+2
|\
| * udp: Fix a memory leak in udp_read_sock()Cong Wang2021-06-211-0/+2
* | net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
|/
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-091-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-0/+4
|\
| * net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);Norman Maurer2021-04-011-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-021-0/+32
|\ \
| * | udp: Implement ->read_sock() for sockmapCong Wang2021-04-011-0/+29
| * | sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-0/+3
| |/
* | udp: never accept GSO_FRAGLIST packetsPaolo Abeni2021-03-301-0/+3
* | udp: fixup csum for GSO receive slow pathPaolo Abeni2021-03-301-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-4/+3
|\
| * bpf: Split cgroup_bpf_enabled per attach typeStanislav Fomichev2021-01-201-4/+3
* | udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-0/+6
|/
* udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-191-1/+2
* 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-231-1/+1