aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23net: core: fix lockdep splat on device unregisterFlorian Westphal1-5/+35
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen1-23/+53
2025-10-15net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet1-6/+10
2025-10-15net: dst: introduce dst->dev_rcuEric Dumazet1-1/+1
2025-10-15bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-09-23net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja1-1/+1
2025-09-09net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran1-4/+18
2025-09-03net: lockless sock_i_ino()Eric Dumazet1-22/+0
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry1-2/+4
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski2-2/+11
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+6
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+29
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-24/+22
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja1-17/+9
2025-08-04net: devmem: fix DMA direction on unmappingJakub Kicinski2-7/+6
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-07-30netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-8/+8
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds27-831/+1068
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+28
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+8
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+61
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima1-27/+61
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja5-12/+20
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja2-1/+19
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja1-6/+3
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-10/+10
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev1-5/+5
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev3-4/+16
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev3-8/+8
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-9/+13
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev2-9/+11
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev3-4/+5
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev3-14/+15
2025-07-18net: selftests: add PHY-loopback test for bad TCP checksumsOleksij Rempel1-2/+65
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer3-12/+31
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran1-2/+6
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-18/+16
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-18/+21
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima1-27/+16
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-11/+0
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima1-5/+5
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima1-8/+3
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima1-10/+15
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima1-5/+8