summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca
2025-10-20s390/iucv: Convert sprintf/snprintf to scnprintfAswin Karuvally
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang
2025-10-20net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()Eric Dumazet
2025-10-20net: add a fast path in __netif_schedule()Eric Dumazet
2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach
2025-10-20wifi: mac80211: fix key tailroom accounting leakJohannes Berg
2025-10-20wifi: mac80211: reset FILS discovery and unsol probe resp intervalsAloka Dixit
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers
2025-10-17net: Kconfig: discourage drop_monitor enablementFlorian Westphal
2025-10-17inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo
2025-10-17inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna
2025-10-17batman-adv: use skb_crc32c() instead of skb_seq_read()Sven Eckelmann
2025-10-17batman-adv: Start new development cycleSimon Wunderlich
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet
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