summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
4 daysnet: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran
10 daysnet: lockless sock_i_ino()Eric Dumazet
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja
2025-08-04net: devmem: fix DMA direction on unmappingJakub Kicinski
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-07-30netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja
2025-07-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev
2025-07-18net: selftests: add PHY-loopback test for bad TCP checksumsOleksij Rempel
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja