Age | Commit message (Expand) | Author |
2022-11-21 | net: Return errno in sk->sk_prot->get_port(). | Kuniyuki Iwashima |
2022-11-16 | udp: Introduce optional per-netns hash table. | Kuniyuki Iwashima |
2022-11-16 | udp: Access &udp_table via net. | Kuniyuki Iwashima |
2022-11-16 | udp: Set NULL to udp_seq_afinfo.udp_table. | Kuniyuki Iwashima |
2022-11-16 | udp: Set NULL to sk->sk_prot->h.udp_table. | Kuniyuki Iwashima |
2022-11-16 | udp: Clean up some functions. | Kuniyuki Iwashima |
2022-11-08 | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() | David Howells |
2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-24 | udp: track the forward memory release threshold in an hot cacheline | Paolo Abeni |
2022-10-23 | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux | Linus Torvalds |
2022-10-22 | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov |
2022-10-20 | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-10-18 | udp: Update reuse->has_conns under reuseport_lock. | Kuniyuki Iwashima |
2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-10-12 | tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct(). | Kuniyuki Iwashima |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-09-26 | udp: Refactor udp_read_skb() | Peilin Ye |
2022-09-22 | udp: Use WARN_ON_ONCE() in udp_read_skb() | Peilin Ye |
2022-09-01 | rxrpc: Fix ICMP/ICMP6 error handling | David Howells |
2022-08-01 | udp: Remove redundant __udp_sysctl_init() call from udp_init(). | Kuniyuki Iwashima |
2022-06-20 | skmsg: Get rid of skb_clone() | Cong Wang |
2022-06-20 | net: Introduce a new proto_ops ->read_skb() | Cong Wang |
2022-06-10 | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet |
2022-06-10 | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet |
2022-05-16 | inet: rename INET_MATCH() | Eric Dumazet |
2022-05-13 | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() | Eric Dumazet |
2022-04-28 | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil |
2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp |
2022-02-07 | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() | Menglong Dong |
2022-02-07 | net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() | Menglong Dong |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2022-01-09 | net: skb: use kfree_skb_reason() in __udp4_lib_rcv() | Menglong Dong |
2022-01-06 | net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() | Menglong Dong |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-27 | net: udp: fix alignment problem in udp4_seq_show() | yangxingwu |
2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-20 | inet: fully convert sk->sk_rx_dst to RCU rules | Eric Dumazet |
2021-12-16 | add missing bpf-cgroup.h includes | Jakub Kicinski |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-09 | udp: using datalen to cap max gso segments | Jianguo Wu |
2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-16 | net: cache align tcp_memory_allocated, tcp_sockets_allocated | Eric Dumazet |
2021-11-16 | udp: Validate checksum in udp_read_sock() | Cong Wang |
2021-11-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-11-10 | bpf: Add ingress_ifindex to bpf_sk_lookup | Mark Pashmfouroush |
2021-11-06 | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu |
2021-10-26 | net: Implement ->sock_is_readable() for UDP and AF_UNIX | Cong Wang |
2021-10-07 | net: prefer socket bound to interface when not in VRF | Mike Manning |
2021-09-28 | net: udp: annotate data race around udp_sk(sk)->corkflag | Eric Dumazet |