summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet
2025-10-16net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-16net/hsr: add interlink to fill_info outputJan Vaclav
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima
2025-10-16bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.Kuniyuki Iwashima
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima
2025-10-16tcp: Save lock_sock() for memcg in inet_csk_accept().Kuniyuki Iwashima
2025-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-10-15tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-15tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-15tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-15tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca
2025-10-15tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet
2025-10-15net: control skb->ooo_okay from skb_set_owner_w()Eric Dumazet
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet
2025-10-14net: core: fix lockdep splat on device unregisterFlorian Westphal
2025-10-14net: bridge: correct debug message function name in br_fill_ifinfoAlok Tiwari
2025-10-14bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar
2025-10-14net/hsr: add protocol version to fill_info outputJan Vaclav
2025-10-14netmem: replace __netmem_clear_lsb() with netmem_to_nmdesc()Byungchul Park
2025-10-14tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-13net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-13net: gro_cells: Use nested-BH locking for gro_cellSebastian Andrzej Siewior
2025-10-13can: j1939: add missing calls in NETDEV_UNREGISTER notification handlerTetsuo Handa
2025-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Alexei Starovoitov
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-10-10bpf: Craft non-linear skbs in BPF_PROG_TEST_RUNPaul Chaignon
2025-10-10bpf: Reorder bpf_prog_test_run_skb initializationPaul Chaignon
2025-10-10bpf: Refactor cleanup of bpf_prog_test_run_skbPaul Chaignon
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin
2025-10-09Merge tag '9p-for-6.18-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-08libceph: add empty check to ceph_con_get_out_msg()Max Kellermann
2025-10-08libceph: pass the message pointer instead of loading con->out_msgMax Kellermann
2025-10-08libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann
2025-10-08libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers
2025-10-08bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra
2025-10-08netfilter: nft_objref: validate objref and objrefmap expressionsFernando Fernandez Mancera