| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -3/+13 |
| 2023-04-22 | ipv4: Fix potential uninit variable access bug in __ip_make_skb() | Ziyang Xuan | 1 | -3/+13 |
| 2023-04-21 | net: dst: fix missing initialization of rt_uncached | Maxime Bizon | 2 | -7/+1 |
| 2023-04-14 | net: Ensure ->msg_control_user is used for user buffers | Kevin Brodsky | 1 | -2/+2 |
| 2023-04-13 | Daniel Borkmann says: | Jakub Kicinski | 7 | -17/+221 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+5 |
| 2023-04-12 | bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncs | Christian Ehrig | 3 | -1/+125 |
| 2023-04-12 | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices | Christian Ehrig | 2 | -2/+21 |
| 2023-04-07 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+2 |
| 2023-04-07 | tcp: restrict net.ipv4.tcp_app_win | YueHaibing | 1 | -0/+3 |
| 2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -27/+32 |
| 2023-04-04 | ping: Fix potentail NULL deref for /proc/net/icmp. | Kuniyuki Iwashima | 1 | -4/+4 |
| 2023-04-04 | raw: Fix NULL deref in raw_get_next(). | Kuniyuki Iwashima | 2 | -23/+23 |
| 2023-04-04 | bpf: Remove unused arguments from btf_struct_access(). | Alexei Starovoitov | 1 | -2/+1 |
| 2023-04-04 | bpf: Invoke btf_struct_access() callback only for writes. | Alexei Starovoitov | 1 | -3/+0 |
| 2023-03-31 | icmp: guard against too small mtu | Eric Dumazet | 1 | -0/+5 |
| 2023-03-31 | tcp: Refine SYN handling for PAWS. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2023-03-29 | bpf: allow a TCP CC to write app_limited | Yixin Shen | 1 | -0/+3 |
| 2023-03-29 | ipv6: Remove in6addr_any alternatives. | Kuniyuki Iwashima | 1 | -7/+4 |
| 2023-03-28 | net: dst: Prevent false sharing vs. dst_entry:: __refcnt | Wangyang Guo | 2 | -12/+12 |
| 2023-03-28 | bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp | Martin KaFai Lau | 1 | -2/+2 |
| 2023-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-03-23 | Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net... | Jakub Kicinski | 1 | -67/+1 |
| 2023-03-23 | net: ipv4: Allow changing IPv4 address protocol | Petr Machata | 1 | -0/+3 |
| 2023-03-22 | bpf: Update the struct_ops of a bpf_link. | Kui-Feng Lee | 1 | -0/+6 |
| 2023-03-22 | bpf: Create links for BPF struct_ops maps. | Kui-Feng Lee | 1 | -2/+6 |
| 2023-03-22 | net: Update an existing TCP congestion control algorithm. | Kui-Feng Lee | 1 | -7/+59 |
| 2023-03-22 | xtables: move icmp/icmpv6 logic to xt_tcpudp | Florian Westphal | 1 | -67/+1 |
| 2023-03-21 | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 4 | -11/+11 |
| 2023-03-21 | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet | 1 | -2/+2 |
| 2023-03-18 | tcp: preserve const qualifier in tcp_sk() | Eric Dumazet | 5 | -8/+14 |
| 2023-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -10/+19 |
| 2023-03-17 | inet_diag: constify raw_lookup() socket argument | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | ipv4: raw: constify raw_v4_match() socket argument | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | udp: constify __udp_is_mcast_sock() socket argument | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | ipv4: constify ip_mc_sf_allow() socket argument | Eric Dumazet | 1 | -2/+2 |
| 2023-03-17 | inet: preserve const qualifier in inet_sk() | Eric Dumazet | 1 | -2/+3 |
| 2023-03-17 | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 5 | -12/+13 |
| 2023-03-17 | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 1 | -1/+1 |
| 2023-03-17 | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 3 | -7/+7 |
| 2023-03-16 | ynl: broaden the license even more | Jakub Kicinski | 2 | -2/+2 |
| 2023-03-16 | ipv4: Fix incorrect table ID in IOCTL path | Ido Schimmel | 1 | -0/+3 |
| 2023-03-15 | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet | 4 | -9/+9 |
| 2023-03-15 | tcp: Fix bind() conflict check for dual-stack wildcard address. | Kuniyuki Iwashima | 1 | -1/+7 |
| 2023-03-15 | net: tunnels: annotate lockless accesses to dev->needed_headroom | Eric Dumazet | 1 | -6/+6 |
| 2023-03-09 | udp: introduce __sk_mem_schedule() usage | Jason Xing | 1 | -11/+16 |
| 2023-03-09 | tcp: tcp_make_synack() can be called from process context | Breno Leitao | 1 | -1/+1 |
| 2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -3/+12 |
| 2023-03-08 | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps | Vadim Fedorenko | 1 | -1/+1 |
| 2023-03-07 | ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause | Jakub Kicinski | 2 | -2/+2 |
| 2023-03-07 | Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte... | Paolo Abeni | 1 | -1/+1 |
| 2023-03-06 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -0/+9 |
| 2023-03-06 | netfilter: tproxy: fix deadlock due to missing BH disable | Florian Westphal | 1 | -1/+1 |
| 2023-03-03 | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par... | Liu Jian | 2 | -0/+9 |
| 2023-02-27 | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 3 | -4/+14 |
| 2023-02-27 | tcp: tcp_check_req() can be called from process context | Eric Dumazet | 1 | -2/+5 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+6 |
| 2023-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2 | -2/+9 |
| 2023-02-22 | netfilter: x_tables: fix percpu counter block leak on error path when creatin... | Pavel Tikhomirov | 2 | -0/+8 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 26 | -1053/+182 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2 | -14/+14 |
| 2023-02-22 | netfilter: ebtables: fix table blob use-after-free | Florian Westphal | 1 | -2/+1 |
| 2023-02-20 | net/ulp: Remove redundant ->clone() test in inet_clone_ulp(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2023-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | David S. Miller | 1 | -0/+1 |
| 2023-02-17 | netfilter: let reset rules clean out conntrack entries | Florian Westphal | 1 | -0/+1 |
| 2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 3 | -8/+0 |
| 2023-02-13 | net: ipv4: Remove completion function scaffolding | Herbert Xu | 2 | -12/+12 |
| 2023-02-13 | net: ipv4: Add scaffolding to change completion function signature | Herbert Xu | 2 | -14/+14 |
| 2023-02-10 | Daniel Borkmann says: | Jakub Kicinski | 4 | -25/+25 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+2 |
| 2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+1 |
| 2023-02-08 | txhash: fix sk->sk_txrehash default | Kevin Yang | 2 | -3/+1 |
| 2023-02-03 | raw: use net_hash_mix() in hash function | Eric Dumazet | 1 | -6/+7 |
| 2023-02-03 | ipv4: raw: add drop reasons | Eric Dumazet | 1 | -3/+5 |
| 2023-02-02 | tcp: add TCP_MINTTL drop reason | Eric Dumazet | 1 | -0/+1 |
| 2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2023-02-01 | net: add support for ipv4 big tcp | Xin Long | 3 | -5/+6 |
| 2023-02-01 | cipso_ipv4: use iph_set_totlen in skbuff_setattr | Xin Long | 1 | -1/+1 |
| 2023-02-02 | bpf: Add __bpf_kfunc tag to all kfuncs | David Vernet | 4 | -25/+25 |
| 2023-01-28 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -1/+2 |
| 2023-01-27 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -2/+2 |
| 2023-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+4 |
| 2023-01-26 | icmp: Add counters for rate limits | Jamie Bainbridge | 2 | -3/+8 |
| 2023-01-25 | inet: Add IP_LOCAL_PORT_RANGE socket option | Jakub Sitnicki | 4 | -4/+43 |
| 2023-01-25 | bpf: Pass const struct bpf_prog * to .check_member | David Vernet | 1 | -1/+2 |
| 2023-01-24 | bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener | Jakub Sitnicki | 1 | -2/+2 |
| 2023-01-24 | net: fou: use policy and operation tables generated from the spec | Jakub Kicinski | 4 | -41/+81 |
| 2023-01-24 | net: fou: rename the source for linking | Jakub Kicinski | 2 | -0/+1 |
| 2023-01-23 | ipv4: prevent potential spectre v1 gadget in fib_metrics_match() | Eric Dumazet | 1 | -0/+2 |
| 2023-01-23 | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() | Eric Dumazet | 1 | -0/+2 |
| 2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -7/+22 |
| 2023-01-20 | tcp: fix rate_app_limited to default to 1 | David Morley | 1 | -0/+2 |
| 2023-01-19 | net/ulp: use consistent error code when blocking ULP | Paolo Abeni | 1 | -1/+1 |
| 2023-01-19 | tcp: avoid the lookup process failing to get sk in ehash table | Jason Xing | 2 | -6/+19 |
| 2023-01-18 | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 1 | -3/+4 |
| 2023-01-18 | netfilter: ip_tables: remove clusterip target | Florian Westphal | 3 | -944/+0 |
| 2023-01-17 | inet: fix fast path in __inet_hash_connect() | Pietro Borrello | 1 | -11/+1 |
| 2023-01-05 | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 5 | -9/+75 |
| 2023-01-04 | inet: control sockets should not use current thread task_frag | Eric Dumazet | 1 | -0/+1 |
| 2023-01-04 | net/ulp: prevent ULP without clone op from entering the LISTEN status | Paolo Abeni | 2 | -0/+18 |
| 2022-12-30 | tcp: Add TIME_WAIT sockets in bhash2. | Kuniyuki Iwashima | 3 | -9/+56 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-12-20 | prandom: remove prandom_u32_max() | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 32 | -228/+693 |
| 2022-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -4/+4 |
| 2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -10/+11 |
| 2022-12-12 | mptcp: remove MPTCP 'ifdef' in TCP SYN cookies | Matthieu Baerts | 1 | -4/+3 |
| 2022-12-12 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -7/+12 |
| 2022-12-12 | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+10 |
| 2022-12-12 | net/tunnel: wait until all sk_user_data reader finish before releasing the sock | Hangbin Liu | 1 | -0/+1 |
| 2022-12-12 | udp: allow header check for dodgy GSO_UDP_L4 packets. | Andrew Melnychenko | 1 | -1/+2 |
| 2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -20/+39 |
| 2022-12-06 | ipv4: Fix incorrect route flushing when table ID 0 is used | Ido Schimmel | 1 | -0/+3 |
| 2022-12-06 | ipv4: Fix incorrect route flushing when source address is deleted | Ido Schimmel | 1 | -0/+1 |
| 2022-12-06 | ip_gre: do not report erspan version on GRE interface | Hangbin Liu | 1 | -19/+29 |
| 2022-12-02 | tcp: use 2-arg optimal variant of kfree_rcu() | Eric Dumazet | 1 | -2/+2 |
| 2022-12-01 | net/tcp: Separate initialization of twsk | Dmitry Safonov | 1 | -26/+35 |
| 2022-12-01 | net/tcp: Do cleanup on tcp_md5_key_copy() failure | Dmitry Safonov | 1 | -7/+2 |
| 2022-12-01 | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction | Dmitry Safonov | 4 | -23/+73 |
| 2022-12-01 | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add() | Dmitry Safonov | 1 | -9/+21 |
| 2022-12-01 | inet: ping: use hlist_nulls rcu iterator during lookup | Florian Westphal | 1 | -1/+6 |
| 2022-12-01 | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect | Pengcheng Yang | 1 | -1/+4 |
| 2022-12-01 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 1 | -5/+6 |
| 2022-12-01 | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data | Pengcheng Yang | 1 | -1/+2 |
| 2022-11-30 | net: devinet: Reduce refcount before grace period | Eric Dumazet | 1 | -9/+10 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -47/+98 |
| 2022-11-29 | udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write() | Yuan Can | 1 | -0/+2 |
| 2022-11-28 | Daniel Borkmann says: | Jakub Kicinski | 1 | -8/+9 |
| 2022-11-28 | ipv4: Fix route deletion when nexthop info is not specified | Ido Schimmel | 1 | -3/+5 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -2/+2 |
| 2022-11-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski | 2 | -0/+8 |
| 2022-11-22 | tcp: Fix build break when CONFIG_IPV6=n | Saeed Mahameed | 1 | -1/+1 |
| 2022-11-22 | ipv4: Fix error return code in fib_table_insert() | Ziyang Xuan | 1 | -1/+3 |
| 2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima | 3 | -8/+36 |
| 2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima | 3 | -32/+44 |
| 2022-11-22 | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr(). | Kuniyuki Iwashima | 1 | -7/+4 |
| 2022-11-22 | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima | 1 | -0/+2 |
| 2022-11-21 | net: Return errno in sk->sk_prot->get_port(). | Kuniyuki Iwashima | 4 | -7/+8 |
| 2022-11-21 | ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helper | Kees Cook | 1 | -1/+1 |
| 2022-11-20 | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs | David Vernet | 1 | -1/+3 |
| 2022-11-18 | netfilter: conntrack: Fix data-races around ct mark | Daniel Xu | 1 | -2/+2 |
| 2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -5/+15 |
| 2022-11-18 | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 7 | -10/+11 |
| 2022-11-16 | tcp: annotate data-race around queue->synflood_warned | Eric Dumazet | 1 | -1/+1 |
| 2022-11-16 | tcp: configurable source port perturb table size | Gleb Mazovetskiy | 2 | -5/+15 |
| 2022-11-16 | ipv4: tunnels: use DEV_STATS_INC() | Eric Dumazet | 5 | -38/+38 |
| 2022-11-16 | udp: Introduce optional per-netns hash table. | Kuniyuki Iwashima | 2 | -6/+135 |
| 2022-11-16 | udp: Access &udp_table via net. | Kuniyuki Iwashima | 3 | -15/+19 |
| 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-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 2 | -4/+4 |
| 2022-11-15 | netfilter: rpfilter/fib: clean up some inconsistent indenting | Jiapeng Chong | 1 | -3/+2 |
| 2022-11-15 | netfilter: nf_tables: Extend nft_expr_ops::dump callback parameters | Phil Sutter | 1 | -1/+2 |
| 2022-11-14 | bpf: Refactor btf_struct_access | Kumar Kartikeya Dwivedi | 1 | -7/+6 |
| 2022-11-14 | tcp: Add listening address to SYN flood message | Jamie Bainbridge | 1 | -3/+11 |
| 2022-11-14 | ipasdv4/tcp_ipv4: remove redundant assignment | xu xin | 1 | -1/+0 |
| 2022-11-11 | tcp: tcp_wfree() refactoring | Eric Dumazet | 1 | -17/+14 |
| 2022-11-11 | tcp: adopt try_cmpxchg() in tcp_release_cb() | Eric Dumazet | 1 | -3/+3 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+6 |
| 2022-11-09 | Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2 | -1/+3 |
| 2022-11-08 | net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error() | David Howells | 2 | -1/+3 |
| 2022-11-07 | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent | Lu Wei | 1 | -1/+1 |
| 2022-11-04 | net: remove redundant check in ip_metrics_convert() | Zhengchao Shao | 1 | -3/+0 |
| 2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -4/+9 |
| 2022-11-01 | tcp: refine tcp_prune_ofo_queue() logic | Eric Dumazet | 1 | -20/+31 |
| 2022-11-01 | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues | Wang Yufen | 1 | -3/+5 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR | Eric Dumazet | 1 | -1/+1 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT | Eric Dumazet | 2 | -6/+14 |
| 2022-10-31 | net: dropreason: add SKB_DROP_REASON_DUP_FRAG | Eric Dumazet | 1 | -4/+9 |
| 2022-10-31 | rtnetlink: pass netlink message header and portid to rtnl_configure_link() | Hangbin Liu | 1 | -1/+1 |
| 2022-10-28 | net: also flag accepted sockets supporting msghdr originated zerocopy | Stefan Metzmacher | 1 | -0/+2 |
| 2022-10-28 | net/ulp: remove SOCK_SUPPORT_ZC from tls sockets | Pavel Begunkov | 1 | -0/+3 |
| 2022-10-28 | net: remove SOCK_SUPPORT_ZC from sockmap | Pavel Begunkov | 2 | -4/+4 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner | 1 | -2/+2 |
| 2022-10-28 | tcp: add rcv_wnd and plb_rehash to TCP_INFO | Mubashir Adnan Qureshi | 1 | -0/+2 |
| 2022-10-28 | tcp: add u32 counter in tcp_sock and an SNMP counter for PLB | Mubashir Adnan Qureshi | 3 | -0/+6 |
| 2022-10-28 | tcp: add support for PLB in DCTCP | Mubashir Adnan Qureshi | 1 | -1/+22 |
| 2022-10-28 | tcp: add PLB functionality for TCP | Mubashir Adnan Qureshi | 3 | -2/+109 |
| 2022-10-28 | tcp: add sysctls for TCP PLB parameters | Mubashir Adnan Qureshi | 2 | -0/+51 |
| 2022-10-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -4/+4 |
| 2022-10-27 | nh: fix scope used to find saddr when adding non gw nh | Nicolas Dichtel | 1 | -1/+1 |
| 2022-10-27 | Revert "ip: fix dflt addr selection for connected nexthop" | Nicolas Dichtel | 1 | -1/+1 |
| 2022-10-27 | Revert "ip: fix triggering of 'icmp redirect'" | Nicolas Dichtel | 1 | -2/+2 |
| 2022-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -2/+7 |
| 2022-10-24 | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -2/+5 |
| 2022-10-24 | tcp: fix indefinite deferral of RTO with SACK reneging | Neal Cardwell | 1 | -1/+2 |
| 2022-10-24 | tcp: fix a signed-integer-overflow bug in tcp_add_backlog() | Lu Wei | 1 | -1/+3 |
| 2022-10-24 | net: remove useless parameter of __sock_cmsg_send | xu xin | 1 | -1/+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 | 2 | -0/+2 |
| 2022-10-22 | net: flag sockets supporting msghdr originated zerocopy | Pavel Begunkov | 2 | -0/+2 |
| 2022-10-20 | Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 4 | -2/+4 |
| 2022-10-19 | xfrm: replay: Fix ESN wrap around for GSO | Christian Langrock | 1 | -0/+3 |
| 2022-10-19 | netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces. | Guillaume Nault | 2 | -0/+2 |
| 2022-10-18 | udp: Update reuse->has_conns under reuseport_lock. | Kuniyuki Iwashima | 2 | -2/+2 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -13/+13 |
| 2022-10-13 | tcp: Clean up kernel listener's reqsk in inet_twsk_purge() | Kuniyuki Iwashima | 2 | -5/+19 |