| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 1 | -2/+4 |
| 2025-10-16 | udp: do not use skb_release_head_state() before skb_attempt_defer_free() | Eric Dumazet | 1 | -2/+0 |
| 2025-09-23 | udp: remove busylock and add per NUMA queues | Eric Dumazet | 1 | -46/+71 |
| 2025-09-19 | net: ipv4: make udp_v4_early_demux explicitly return drop reason | Antoine Tenart | 1 | -6/+6 |
| 2025-09-18 | udp: use skb_attempt_defer_free() | Eric Dumazet | 1 | -0/+7 |
| 2025-09-18 | udp: make busylock per socket | Eric Dumazet | 1 | -18/+2 |
| 2025-09-18 | udp: add udp_drops_inc() helper | Eric Dumazet | 1 | -6/+6 |
| 2025-09-18 | udp: update sk_rmem_alloc before busylock acquisition | Eric Dumazet | 1 | -2/+5 |
| 2025-09-18 | udp: refine __udp_enqueue_schedule_skb() test | Eric Dumazet | 1 | -2/+2 |
| 2025-09-09 | ipv4: udp: fix typos in comments | Alok Tiwari | 1 | -3/+3 |
| 2025-08-28 | net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers | Eric Dumazet | 1 | -7/+7 |
| 2025-07-18 | net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC | Jesper Dangaard Brouer | 1 | -4/+2 |
| 2025-07-02 | udp: move udp_memory_allocated into net_aligned_data | Eric Dumazet | 1 | -3/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -8/+8 |
| 2025-06-23 | net: annotate races around sk->sk_uid | Eric Dumazet | 1 | -1/+2 |
| 2025-05-16 | net: rfs: add sock_rps_delete_flow() helper | Eric Dumazet | 1 | -0/+2 |
| 2025-05-02 | bpf: udp: Avoid socket skips and repeats during iteration | Jordan Rife | 1 | -17/+44 |
| 2025-05-02 | bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items | Jordan Rife | 1 | -8/+12 |
| 2025-05-02 | bpf: udp: Get rid of st_bucket_done | Jordan Rife | 1 | -8/+8 |
| 2025-05-02 | bpf: udp: Make sure iter->batch always contains a full bucket snapshot | Jordan Rife | 1 | -26/+55 |
| 2025-05-02 | bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch | Jordan Rife | 1 | -5/+6 |
| 2025-04-14 | udp: properly deal with xfrm encap and ADDRFORM | Paolo Abeni | 1 | -5/+26 |
| 2025-04-08 | net: Drop unused @sk of __skb_try_recv_from_queue() | Michal Luczaj | 1 | -4/+4 |
| 2025-04-08 | udp_tunnel: create a fastpath GRO lookup. | Paolo Abeni | 1 | -1/+12 |
| 2025-04-02 | udp: Fix memory accounting leak. | Kuniyuki Iwashima | 1 | -9/+7 |
| 2025-04-02 | udp: Fix multiple wraparounds of sk->sk_rmem_alloc. | Kuniyuki Iwashima | 1 | -9/+17 |
| 2025-03-25 | Revert "udp_tunnel: GRO optimizations" | Jakub Kicinski | 1 | -12/+1 |
| 2025-03-18 | udp_tunnel: create a fastpath GRO lookup. | Paolo Abeni | 1 | -1/+12 |
| 2025-03-08 | udp: expand SKB_DROP_REASON_UDP_CSUM use | Eric Dumazet | 1 | -3/+3 |
| 2025-02-18 | ipv4: remove get_rttos | Willem de Bruijn | 1 | -3/+3 |
| 2025-02-14 | udp: use EXPORT_IPV6_MOD[_GPL]() | Eric Dumazet | 1 | -32/+31 |
| 2025-02-03 | udp: gso: do not drop small packets when PMTU reduces | Yan Zhai | 1 | -2/+2 |
| 2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -19/+27 |
| 2025-01-14 | udp: Make rehash4 independent in udp_lib_rehash() | Philo Lu | 1 | -19/+27 |
| 2024-12-23 | udp: Deal with race between UDP socket address change and rehash | Stefano Brivio | 1 | -0/+56 |
| 2024-12-03 | Revert "udp: avoid calling sock_def_readable() if possible" | Fernando Fernandez Mancera | 1 | -11/+3 |
| 2024-11-18 | ipv6/udp: Add 4-tuple hash for connected socket | Philo Lu | 1 | -1/+1 |
| 2024-11-18 | ipv4/udp: Add 4-tuple hash for connected socket | Philo Lu | 1 | -3/+194 |
| 2024-11-18 | net/udp: Add 4-tuple hash list basis | Philo Lu | 1 | -2/+4 |
| 2024-11-18 | net/udp: Add a new struct for hash2 slot | Philo Lu | 1 | -21/+23 |
| 2024-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+3 |
| 2024-10-15 | udp: Compute L4 checksum as usual when not segmenting the skb | Jakub Sitnicki | 1 | -1/+3 |
| 2024-10-09 | ipv4: Convert ip_mc_validate_source() to dscp_t. | Guillaume Nault | 1 | -2/+2 |
| 2024-08-22 | ipv4: udp: Unmask upper DSCP bits during early demux | Ido Schimmel | 1 | -1/+2 |
| 2024-08-05 | udp: constify 'struct net' parameter of socket lookups | Eric Dumazet | 1 | -4/+4 |
| 2024-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2024-07-11 | udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port(). | Kuniyuki Iwashima | 1 | -1/+3 |
| 2024-06-28 | udp: Allow GSO transmit from devices with no checksum offload | Jakub Sitnicki | 1 | -2/+1 |
| 2024-06-19 | udp: use sk_skb_reason_drop to free rx packets | Yan Zhai | 1 | -5/+5 |
| 2024-06-06 | net: use unrcu_pointer() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-05-06 | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -2/+0 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2024-05-02 | net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse... | Richard Gobert | 1 | -1/+2 |
| 2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
| 2024-04-19 | udp: preserve the connected status if only UDP cmsg | Yick Xie | 1 | -2/+3 |
| 2024-04-18 | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support | Antony Antony | 1 | -2/+0 |
| 2024-04-15 | udp: Avoid call to compute_score on multiple sites | Gabriel Krisman Bertazi | 1 | -5/+16 |
| 2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+7 |
| 2024-03-29 | net: add sk_wake_async_rcu() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-03-29 | udp: avoid calling sock_def_readable() if possible | Eric Dumazet | 1 | -3/+11 |
| 2024-03-29 | udp: relax atomic operation on sk->sk_rmem_alloc | Eric Dumazet | 1 | -6/+1 |
| 2024-03-29 | udp: annotate data-race in __udp_enqueue_schedule_skb() | Eric Dumazet | 1 | -5/+6 |
| 2024-03-29 | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb | Balazs Scheidler | 1 | -1/+1 |
| 2024-03-29 | udp: do not accept non-tunnel GSO skbs landing in a tunnel | Antoine Tenart | 1 | -0/+7 |
| 2024-03-11 | udp: no longer touch sk->sk_refcnt in early demux | Eric Dumazet | 1 | -2/+3 |
| 2024-03-11 | udp: fix incorrect parameter validation in the udp_lib_getsockopt() function | Gavrilov Ilia | 1 | -2/+2 |
| 2024-03-07 | inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata | Eric Dumazet | 1 | -2/+0 |
| 2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+1 |
| 2024-02-21 | udp: add local "peek offset enabled" flag | Paolo Abeni | 1 | -1/+1 |
| 2024-02-21 | net: implement lockless setsockopt(SO_PEEK_OFF) | Eric Dumazet | 1 | -6/+1 |
| 2024-01-26 | ipmr: fix kernel panic when forwarding mcast packets | Nicolas Dichtel | 1 | -1/+1 |
| 2024-01-13 | bpf: Avoid iter->offset making backward progress in bpf_iter_udp | Martin KaFai Lau | 1 | -11/+10 |
| 2024-01-13 | bpf: iter_udp: Retry with a larger batch size without going back to the previ... | Martin KaFai Lau | 1 | -1/+0 |
| 2024-01-13 | udp: annotate data-races around up->pending | Eric Dumazet | 1 | -6/+6 |
| 2023-10-30 | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -0/+16 |
| 2023-10-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -3/+6 |
| 2023-10-11 | bpf: Propagate modified uaddrlen from cgroup sockaddr programs | Daan De Meyer | 1 | -3/+6 |
| 2023-10-06 | xfrm: Support GRO for IPv6 ESP in UDP encapsulation | Steffen Klassert | 1 | -0/+2 |
| 2023-10-06 | xfrm: Support GRO for IPv4 ESP in UDP encapsulation | Steffen Klassert | 1 | -0/+14 |
| 2023-10-01 | inet: implement lockless getsockopt(IP_MULTICAST_IF) | Eric Dumazet | 1 | -2/+2 |
| 2023-10-01 | inet: implement lockless getsockopt(IP_UNICAST_IF) | Eric Dumazet | 1 | -5/+7 |
| 2023-10-01 | inet: implement lockless IP_MTU_DISCOVER | Eric Dumazet | 1 | -1/+1 |
| 2023-09-14 | udplite: fix various data-races | Eric Dumazet | 1 | -10/+11 |
| 2023-09-14 | udp: annotate data-races around udp->encap_type | Eric Dumazet | 1 | -4/+5 |
| 2023-09-14 | udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO | Eric Dumazet | 1 | -7/+3 |
| 2023-09-14 | udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-09-14 | udp: add missing WRITE_ONCE() around up->encap_rcv | Eric Dumazet | 1 | -2/+4 |
| 2023-09-14 | udp: move udp->gro_enabled to udp->udp_flags | Eric Dumazet | 1 | -3/+3 |
| 2023-09-14 | udp: move udp->no_check6_rx to udp->udp_flags | Eric Dumazet | 1 | -2/+2 |
| 2023-09-14 | udp: move udp->no_check6_tx to udp->udp_flags | Eric Dumazet | 1 | -2/+2 |
| 2023-09-14 | udp: introduce udp->udp_flags | Eric Dumazet | 1 | -6/+6 |
| 2023-09-01 | net: annotate data-races around sk->sk_forward_alloc | Eric Dumazet | 1 | -3/+3 |
| 2023-08-16 | inet: move inet->recverr to inet->inet_flags | Eric Dumazet | 1 | -2/+3 |
| 2023-08-16 | inet: introduce inet->inet_flags | Eric Dumazet | 1 | -1/+1 |
| 2023-08-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -52/+36 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+6 |
| 2023-07-29 | net: gro: fix misuse of CB in udp socket lookup | Richard Gobert | 1 | -2/+6 |
| 2023-07-25 | bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign | Lorenz Bauer | 1 | -2/+6 |
| 2023-07-25 | net: remove duplicate sk_lookup helpers | Lorenz Bauer | 1 | -27/+5 |
| 2023-07-25 | net: remove duplicate reuseport_lookup functions | Lorenz Bauer | 1 | -21/+13 |
| 2023-07-25 | udp: re-score reuseport groups when connected sockets are present | Lorenz Bauer | 1 | -5/+15 |
| 2023-07-19 | udp: use indirect call wrapper for data ready() | Paolo Abeni | 1 | -1/+1 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -15/+0 |
| 2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 1 | -7/+5 |
| 2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 1 | -0/+1 |
| 2023-06-08 | ipv4, ipv6: Use splice_eof() to flush | David Howells | 1 | -0/+16 |
| 2023-05-26 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -50/+241 |
| 2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+2 |
| 2023-05-24 | udp: Stop using RTO_ONLINK. | Guillaume Nault | 1 | -11/+6 |
| 2023-05-23 | udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES | David Howells | 1 | -45/+6 |
| 2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 1 | -5/+2 |
| 2023-05-19 | bpf: Add bpf_sock_destroy kfunc | Aditi Ghag | 1 | -3/+5 |
| 2023-05-19 | bpf: udp: Implement batching for sockets iterator | Aditi Ghag | 1 | -6/+199 |
| 2023-05-19 | udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state | Aditi Ghag | 1 | -20/+7 |
| 2023-05-19 | bpf: udp: Encapsulate logic to get udp table | Aditi Ghag | 1 | -23/+12 |
| 2023-05-19 | udp: seq_file: Helper function to match socket attributes | Aditi Ghag | 1 | -7/+27 |
| 2023-03-17 | udp: constify __udp_is_mcast_sock() socket argument | Eric Dumazet | 1 | -2/+2 |
| 2023-03-09 | udp: introduce __sk_mem_schedule() usage | Jason Xing | 1 | -11/+16 |
| 2023-01-25 | inet: Add IP_LOCAL_PORT_RANGE socket option | Jakub Sitnicki | 1 | -1/+1 |
| 2022-11-21 | net: Return errno in sk->sk_prot->get_port(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-11-16 | udp: Introduce optional per-netns hash table. | Kuniyuki Iwashima | 1 | -6/+95 |
| 2022-11-16 | udp: Access &udp_table via net. | Kuniyuki Iwashima | 1 | -10/+13 |
| 2022-11-16 | udp: Set NULL to udp_seq_afinfo.udp_table. | Kuniyuki Iwashima | 1 | -8/+24 |
| 2022-11-16 | udp: Set NULL to sk->sk_prot->h.udp_table. | Kuniyuki Iwashima | 1 | -4/+11 |
| 2022-11-16 | udp: Clean up some functions. | Kuniyuki Iwashima | 1 | -16/+23 |
| 2022-11-08 | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() | David Howells | 1 | -1/+2 |
| 2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2022-10-24 | udp: track the forward memory release threshold in an hot cacheline | Paolo Abeni | 1 | -3/+15 |
| 2022-10-23 | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2022-10-22 | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov | 1 | -0/+1 |
| 2022-10-20 | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-18 | udp: Update reuse->has_conns under reuseport_lock. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-12 | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). | Kuniyuki Iwashima | 1 | -3/+6 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-09-26 | udp: Refactor udp_read_skb() | Peilin Ye | 1 | -29/+17 |
| 2022-09-22 | udp: Use WARN_ON_ONCE() in udp_read_skb() | Peilin Ye | 1 | -1/+1 |
| 2022-09-01 | rxrpc: Fix ICMP/ICMP6 error handling | David Howells | 1 | -0/+2 |
| 2022-08-01 | udp: Remove redundant __udp_sysctl_init() call from udp_init(). | Kuniyuki Iwashima | 1 | -7/+1 |
| 2022-06-20 | skmsg: Get rid of skb_clone() | Cong Wang | 1 | -0/+1 |
| 2022-06-20 | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 1 | -6/+4 |
| 2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet | 1 | -0/+4 |
| 2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet | 1 | -5/+5 |
| 2022-05-16 | inet: rename INET_MATCH() | Eric Dumazet | 1 | -1/+1 |
| 2022-05-13 | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() | Eric Dumazet | 1 | -2/+1 |
| 2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 1 | -1/+1 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 1 | -6/+5 |
| 2022-02-07 | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() | Menglong Dong | 1 | -3/+7 |
| 2022-02-07 | net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() | Menglong Dong | 1 | -3/+9 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -3/+3 |
| 2022-01-09 | net: skb: use kfree_skb_reason() in __udp4_lib_rcv() | Menglong Dong | 1 | -2/+8 |
| 2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong | 1 | -0/+1 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-12-27 | net: udp: fix alignment problem in udp4_seq_show() | yangxingwu | 1 | -1/+1 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2021-12-20 | inet: fully convert sk->sk_rx_dst to RCU rules | Eric Dumazet | 1 | -3/+3 |
| 2021-12-16 | add missing bpf-cgroup.h includes | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-12-09 | udp: using datalen to cap max gso segments | Jianguo Wu | 1 | -1/+1 |
| 2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+11 |
| 2021-11-16 | net: cache align tcp_memory_allocated, tcp_sockets_allocated | Eric Dumazet | 1 | -1/+1 |
| 2021-11-16 | udp: Validate checksum in udp_read_sock() | Cong Wang | 1 | -0/+11 |
| 2021-11-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -4/+4 |
| 2021-11-10 | bpf: Add ingress_ifindex to bpf_sk_lookup | Mark Pashmfouroush | 1 | -4/+4 |
| 2021-11-06 | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu | 1 | -1/+0 |
| 2021-10-26 | net: Implement ->sock_is_readable() for UDP and AF_UNIX | Cong Wang | 1 | -0/+3 |
| 2021-10-07 | net: prefer socket bound to interface when not in VRF | Mike Manning | 1 | -1/+2 |
| 2021-09-28 | net: udp: annotate data race around udp_sk(sk)->corkflag | Eric Dumazet | 1 | -5/+5 |
| 2021-08-23 | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum | Dave Marchevsky | 1 | -1/+1 |
| 2021-07-21 | udp: check encap socket in __udp_lib_err | Vadim Fedorenko | 1 | -6/+19 |
| 2021-07-01 | udp: annotate data races around unix_sk(sk)->gso_size | Eric Dumazet | 1 | -3/+3 |
| 2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -2/+2 |
| 2021-06-21 | udp: Fix a memory leak in udp_read_sock() | Cong Wang | 1 | -0/+2 |
| 2021-06-09 | udp: fix race between close() and udp_abort() | Paolo Abeni | 1 | -0/+10 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2021-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+32 |
| 2021-04-01 | net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); | Norman Maurer | 1 | -0/+4 |
| 2021-04-01 | udp: Implement ->read_sock() for sockmap | Cong Wang | 1 | -0/+29 |
| 2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 1 | -0/+3 |
| 2021-03-30 | udp: never accept GSO_FRAGLIST packets | Paolo Abeni | 1 | -0/+3 |
| 2021-03-30 | udp: fixup csum for GSO receive slow path | Paolo Abeni | 1 | -0/+2 |
| 2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -4/+3 |
| 2021-02-04 | udp: call udp_encap_enable for v6 sockets when enabling encap | Xin Long | 1 | -0/+6 |
| 2021-01-20 | bpf: Split cgroup_bpf_enabled per attach type | Stanislav Fomichev | 1 | -4/+3 |
| 2021-01-19 | udp: mask TOS bits in udp_v4_early_demux() | Guillaume Nault | 1 | -1/+2 |
| 2020-12-16 | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2020-12-07 | udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments | Xin Long | 1 | -1/+1 |
| 2020-11-23 | lsm,selinux: pass flowi_common instead of flowi to the LSM hooks | Paul Moore | 1 | -1/+1 |
| 2020-11-14 | inet: unexport udp{4|6}_lib_lookup_skb() | Eric Dumazet | 1 | -1/+0 |
| 2020-11-10 | inet: udp{4|6}_lib_lookup_skb() skb argument is const | Eric Dumazet | 1 | -1/+1 |
| 2020-11-09 | net: udp: remove redundant initialization in udp_send_skb | Menglong Dong | 1 | -1/+1 |
| 2020-11-09 | net: udp: introduce UDP_MIB_MEMERRORS for udp_mem | Menglong Dong | 1 | -0/+3 |
| 2020-10-30 | udp: check udp sock encap_type in __udp_lib_err | Xin Long | 1 | -1/+1 |
| 2020-08-24 | net: ipv4: delete repeated words | Randy Dunlap | 1 | -1/+1 |
| 2020-07-31 | udp, bpf: Ignore connections in reuseport group after BPF sk lookup | Jakub Sitnicki | 1 | -1/+1 |
| 2020-07-25 | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t | Yonghong Song | 1 | -2/+2 |