Age | Commit message (Expand) | Author |
2024-04-30 | net: move sysctl_max_skb_frags to net_hotdata | Eric Dumazet |
2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet |
2024-04-29 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet |
2024-04-29 | inet: use call_rcu_hurry() in inet_free_ifa() | Eric Dumazet |
2024-04-26 | tcp: fix tcp_grow_skb() vs tstamps | Eric Dumazet |
2024-04-26 | rstreason: make it work in trace world | Jason Xing |
2024-04-26 | tcp: support rstreason for passive reset | Jason Xing |
2024-04-26 | rstreason: prepare for active reset | Jason Xing |
2024-04-26 | rstreason: prepare for passive reset | Jason Xing |
2024-04-25 | net: add two more call_rcu_hurry() | Eric Dumazet |
2024-04-25 | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args | Philo Lu |
2024-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-25 | tcp: avoid premature drops in tcp_add_backlog() | Eric Dumazet |
2024-04-25 | tcp: update sacked after tracepoint in __tcp_retransmit_skb | Philo Lu |
2024-04-23 | tcp: Fix Use-After-Free in tcp_ao_connect_init | Hyunwoo Kim |
2024-04-23 | ipv4: check for NULL idev in ip_route_use_hint() | Eric Dumazet |
2024-04-22 | tcp: try to send bigger TSO packets | Eric Dumazet |
2024-04-22 | tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit() | Eric Dumazet |
2024-04-22 | tcp: remove dubious FIN exception from tcp_cwnd_test() | Eric Dumazet |
2024-04-22 | tcp: do not export tcp_twsk_purge() | Eric Dumazet |
2024-04-22 | icmp: prevent possible NULL dereferences from icmp_build_probe() | Eric Dumazet |
2024-04-22 | sysctl: treewide: constify ctl_table_header::ctl_table_arg | Thomas Weißschuh |
2024-04-19 | udp: preserve the connected status if only UDP cmsg | Yick Xie |
2024-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-17 | tcp_metrics: use parallel_ops for tcp_metrics_nl_family | Eric Dumazet |
2024-04-17 | tcp_metrics: fix tcp_metrics_nl_dump() return value | Eric Dumazet |
2024-04-17 | tcp: accept bare FIN packets under memory pressure | Eric Dumazet |
2024-04-15 | udp: Avoid call to compute_score on multiple sites | Gabriel Krisman Bertazi |
2024-04-15 | inet: bring NLM_DONE out to a separate recv() again | Jakub Kicinski |
2024-04-12 | tcp: small optimization when TCP_TW_SYN is processed | Eric Dumazet |
2024-04-11 | ipv4: Remove RTO_ONLINK. | Guillaume Nault |
2024-04-11 | tcp: add support for SO_PEEK_OFF socket option | Jon Maloy |
2024-04-11 | net: move skb ref helpers to new header | Mina Almasry |
2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-10 | netfilter: complete validation of user input | Eric Dumazet |
2024-04-10 | tcp: tweak tcp_sock_write_txrx size assertion | Eric Dumazet |
2024-04-09 | net: make napi_frag_unref reuse skb_page_unref | Mina Almasry |
2024-04-09 | ipv4/route: avoid unused-but-set-variable warning | Arnd Bergmann |
2024-04-09 | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field | Eric Dumazet |
2024-04-09 | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req() | Eric Dumazet |
2024-04-08 | ipv4: Set scope explicitly in ip_route_output(). | Guillaume Nault |
2024-04-08 | tcp: more struct tcp_sock adjustments | Eric Dumazet |
2024-04-08 | ip_tunnel: harden copying IP tunnel params to userspace | Alexander Lobakin |
2024-04-08 | inet: frags: delay fqdir_free_fn() | Eric Dumazet |
2024-04-06 | net: skbuff: generalize the skb->decrypted bit | Jakub Kicinski |
2024-04-05 | tcp: annotate data-races around tp->window_clamp | Eric Dumazet |
2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-04 | netfilter: validate user input for expected length | Eric Dumazet |
2024-04-03 | trace: tcp: fully support trace_tcp_send_reset | Jason Xing |