- 5e6300e net: annotate data-races around sk->sk_forward_alloc by Eric Dumazet · 1 year, 4 months ago
- 6b5f43e inet: move inet->recverr to inet->inet_flags by Eric Dumazet · 1 year, 4 months ago
- c274af2 inet: introduce inet->inet_flags by Eric Dumazet · 1 year, 4 months ago
- d07b7b3 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 5 months ago
- 35b1b1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 5 months ago
- 7938cd1 net: gro: fix misuse of CB in udp socket lookup by Richard Gobert · 1 year, 5 months ago
- 9c02bec bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign by Lorenz Bauer · 1 year, 5 months ago
- 6c886db net: remove duplicate sk_lookup helpers by Lorenz Bauer · 1 year, 5 months ago
- 0f495f7 net: remove duplicate reuseport_lookup functions by Lorenz Bauer · 1 year, 5 months ago
- f0ea27e udp: re-score reuseport groups when connected sockets are present by Lorenz Bauer · 1 year, 5 months ago
- 0558e16 udp: use indirect call wrapper for data ready() by Paolo Abeni · 1 year, 5 months ago
- dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 6 months ago
- e1d001f net: ioctl: Use kernel memory on protocol ioctl callbacks by Breno Leitao · 1 year, 7 months ago
- d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 7 months ago
- 1d7e4538 ipv4, ipv6: Use splice_eof() to flush by David Howells · 1 year, 7 months ago
- 75455b9 Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 1 year, 7 months ago
- d4031ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 7 months ago
- 0e26371 udp: Stop using RTO_ONLINK. by Guillaume Nault · 1 year, 7 months ago
- 7ac7c98 udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES by David Howells · 1 year, 7 months ago
- 78fa0d6 bpf, sockmap: Pass skb ownership through read_skb by John Fastabend · 1 year, 7 months ago
- 4ddbcb8 bpf: Add bpf_sock_destroy kfunc by Aditi Ghag · 1 year, 7 months ago
- c96dac8d bpf: udp: Implement batching for sockets iterator by Aditi Ghag · 1 year, 7 months ago
- e4fe1bf udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state by Aditi Ghag · 1 year, 7 months ago
- 7625d2e bpf: udp: Encapsulate logic to get udp table by Aditi Ghag · 1 year, 7 months ago
- f44b1c5 udp: seq_file: Helper function to match socket attributes by Aditi Ghag · 1 year, 7 months ago
- a0a989d udp: constify __udp_is_mcast_sock() socket argument by Eric Dumazet · 1 year, 9 months ago
- fd9c31f udp: introduce __sk_mem_schedule() usage by Jason Xing · 1 year, 10 months ago
- 91d0b78 inet: Add IP_LOCAL_PORT_RANGE socket option by Jakub Sitnicki · 1 year, 11 months ago
- 7a7160e net: Return errno in sk->sk_prot->get_port(). by Kuniyuki Iwashima · 2 years, 1 month ago
- 9804985 udp: Introduce optional per-netns hash table. by Kuniyuki Iwashima · 2 years, 1 month ago
- ba6aac1 udp: Access &udp_table via net. by Kuniyuki Iwashima · 2 years, 1 month ago
- 478aee5 udp: Set NULL to udp_seq_afinfo.udp_table. by Kuniyuki Iwashima · 2 years, 1 month ago
- 67fb433 udp: Set NULL to sk->sk_prot->h.udp_table. by Kuniyuki Iwashima · 2 years, 1 month ago
- 919dfa0 udp: Clean up some functions. by Kuniyuki Iwashima · 2 years, 1 month ago
- 42fb06b net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() by David Howells · 2 years, 2 months ago
- 96917bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 2 months ago
- 8a3854c udp: track the forward memory release threshold in an hot cacheline by Paolo Abeni · 2 years, 2 months ago
- 942e01a Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 2 months ago
- e993ffe net: flag sockets supporting msghdr originated zerocopy by Pavel Begunkov · 2 years, 2 months ago
- 6d36c72 Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 2 months ago
- 69421bf udp: Update reuse->has_conns under reuseport_lock. by Kuniyuki Iwashima · 2 years, 2 months ago
- f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 2 months ago
- d38afee tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). by Kuniyuki Iwashima · 2 years, 3 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 3 months ago
- 31f1fbc udp: Refactor udp_read_skb() by Peilin Ye · 2 years, 3 months ago
- db39dfd udp: Use WARN_ON_ONCE() in udp_read_skb() by Peilin Ye · 2 years, 3 months ago
- ac56a0b rxrpc: Fix ICMP/ICMP6 error handling by David Howells · 2 years, 4 months ago
- 02a7cb2 udp: Remove redundant __udp_sysctl_init() call from udp_init(). by Kuniyuki Iwashima · 2 years, 5 months ago
- 57452d7 skmsg: Get rid of skb_clone() by Cong Wang · 2 years, 6 months ago
- 965b57b net: Introduce a new proto_ops ->read_skb() by Cong Wang · 2 years, 6 months ago
- 0defbb0 net: add per_cpu_fw_alloc field to struct proto by Eric Dumazet · 2 years, 7 months ago
- 100fdd1 net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT by Eric Dumazet · 2 years, 7 months ago
- eda090c inet: rename INET_MATCH() by Eric Dumazet · 2 years, 7 months ago
- 4915d50 inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() by Eric Dumazet · 2 years, 8 months ago
- 6fd1d51 net: SO_RCVMARK socket option for SO_MARK with recvmsg() by Erin MacNeil · 2 years, 8 months ago
- ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 9 months ago
- 08d4c03 net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() by Menglong Dong · 2 years, 11 months ago
- 1379a92d net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() by Menglong Dong · 2 years, 11 months ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
- 1c7fab7 net: skb: use kfree_skb_reason() in __udp4_lib_rcv() by Menglong Dong · 3 years ago
- 91a760b net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() by Menglong Dong · 3 years ago
- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
- aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 6c25449 net: udp: fix alignment problem in udp4_seq_show() by yangxingwu · 3 years ago
- 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
- aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 158390e udp: using datalen to cap max gso segments by Jianguo Wu · 3 years, 1 month ago
- 50fc249 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 91b6d32 net: cache align tcp_memory_allocated, tcp_sockets_allocated by Eric Dumazet · 3 years, 1 month ago
- 099f896 udp: Validate checksum in udp_read_sock() by Cong Wang · 3 years, 1 month ago
- a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- f893156 bpf: Add ingress_ifindex to bpf_sk_lookup by Mark Pashmfouroush · 3 years, 1 month ago
- a1554c0 include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h by Mianhan Liu · 3 years, 2 months ago
- af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 3 months ago
- 8d6c414 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
- a9f5970 net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 3 months ago
- 6fc88c3 bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum by Dave Marchevsky · 3 years, 4 months ago
- 9bfce73 udp: check encap socket in __udp_lib_err by Vadim Fedorenko · 3 years, 5 months ago
- 18a419b udp: annotate data races around unix_sk(sk)->gso_size by Eric Dumazet · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- e00a5c3 udp: Fix a memory leak in udp_read_sock() by Cong Wang · 3 years, 6 months ago
- a8b897c udp: fix race between close() and udp_abort() by Paolo Abeni · 3 years, 7 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- c2bcb4c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 9 months ago
- 9818461 net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); by Norman Maurer · 3 years, 9 months ago
- d7f5711 udp: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 9 months ago
- 8a59f9d sock: Introduce sk->sk_prot->psock_update_sk_prot() by Cong Wang · 3 years, 9 months ago
- 78352f7 udp: never accept GSO_FRAGLIST packets by Paolo Abeni · 3 years, 9 months ago
- 000ac44 udp: fixup csum for GSO receive slow path by Paolo Abeni · 3 years, 9 months ago
- b8af417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 3 years, 11 months ago
- a9ed15da bpf: Split cgroup_bpf_enabled per attach type by Stanislav Fomichev · 4 years ago
- 8d2b51b udp: mask TOS bits in udp_v4_early_demux() by Guillaume Nault · 4 years ago
- ca5b877 Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 10c678b udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments by Xin Long · 4 years, 1 month ago
- 3df98d7 lsm,selinux: pass flowi_common instead of flowi to the LSM hooks by Paul Moore · 4 years, 3 months ago