summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-80/+91
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-62/+84
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella-19/+19
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici-5/+1
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici-10/+34
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera-1/+7
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov-6/+7
2025-10-21net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsDavid Yang-0/+148
2025-10-21net: bridge: use common function to compute the featuresHangbin Liu-19/+3
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu-0/+88
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet-3/+2
2025-10-21devlink: region: correct port region lookup to use port_opsAlok Tiwari-1/+1
2025-10-21mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)-0/+6
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet-6/+8
2025-10-21xfrm: check all hash buckets for leftover states during netns deletionSabrina Dubroca-4/+8
2025-10-21xfrm: set err and extack on failure to create pcpu SASabrina Dubroca-1/+4
2025-10-21xfrm: call xfrm_dev_state_delete when xfrm_state_migrate fails to add the stateSabrina Dubroca-1/+4
2025-10-21xfrm: make state as DEAD before final put when migrate failsSabrina Dubroca-0/+2
2025-10-21xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca-1/+2
2025-10-21xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca-2/+6
2025-10-20s390/iucv: Convert sprintf/snprintf to scnprintfAswin Karuvally-4/+5
2025-10-20net/smc: fix general protection fault in __smc_diag_dumpWang Liang-13/+0
2025-10-20net: shrink napi_skb_cache_{put,get}() and napi_skb_cache_get_bulk()Eric Dumazet-5/+10
2025-10-20net: add a fast path in __netif_schedule()Eric Dumazet-0/+7
2025-10-20bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann-0/+12
2025-10-20wifi: nl80211: call kfree without a NULL checkEmmanuel Grumbach-2/+1
2025-10-20wifi: mac80211: fix key tailroom accounting leakJohannes Berg-3/+8
2025-10-20wifi: mac80211: reset FILS discovery and unsol probe resp intervalsAloka Dixit-0/+3
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov-56/+98
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-18/+7
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-38/+160
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers-222/+113
2025-10-17net: Kconfig: discourage drop_monitor enablementFlorian Westphal-4/+4
2025-10-17inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()Xuanqiang Luo-23/+12
2025-10-17inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo-2/+6
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima-32/+33
2025-10-17bpf: Do not disable preemption in bpf_test_run().Sahil Chandna-17/+6
2025-10-17batman-adv: use skb_crc32c() instead of skb_seq_read()Sven Eckelmann-44/+10
2025-10-17batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-10-16net: dev_queue_xmit() llist adoptionEric Dumazet-40/+56
2025-10-16Revert "net/sched: Fix mirred deadlock on device recursion"Eric Dumazet-8/+0
2025-10-16net/sched: act_mirred: add loop detectionEric Dumazet-39/+23
2025-10-16net: add add indirect call wrapper in skb_release_head_state()Eric Dumazet-1/+10
2025-10-16rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck-3/+0
2025-10-16net/hsr: add interlink to fill_info outputJan Vaclav-0/+6
2025-10-16net: gro: clear skb_shinfo(skb)->hwtstamps in napi_reuse_skb()Eric Dumazet-2/+8
2025-10-16bpf: Introduce SK_BPF_BYPASS_PROT_MEM.Kuniyuki Iwashima-0/+37
2025-10-16bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE.Kuniyuki Iwashima-0/+48
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima-0/+14
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima-13/+39