aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-02-06net: page_pool: add memory provider helpersPavel Begunkov1-0/+28
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov2-0/+12
2025-02-06net: page_pool: add a mp hook to unregister_netdevice*Pavel Begunkov3-26/+31
2025-02-06net: page_pool: add callback for mp info printingPavel Begunkov3-8/+18
2025-02-06net: page_pool: create hooks for custom memory providersPavel Begunkov2-9/+29
2025-02-06net: generalise net_iov chunk ownersPavel Begunkov2-28/+22
2025-02-06net: prefix devmem specific helpersPavel Begunkov2-8/+8
2025-02-06net: page_pool: don't cast mp param to devmemPavel Begunkov1-1/+1
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+14
2025-02-05net: flush_backlog() small changesEric Dumazet1-4/+8
2025-02-05net-sysfs: remove rtnl_trylock from queue attributesAntoine Tenart1-58/+89
2025-02-05net-sysfs: prevent uncleared queues from being re-addedAntoine Tenart1-0/+32
2025-02-05net-sysfs: move queue attribute groups outside the default groupsAntoine Tenart1-6/+21
2025-02-05net-sysfs: remove rtnl_trylock from device attributesAntoine Tenart2-53/+138
2025-02-04net: warn if NAPI instance wasn't shut downJakub Kicinski1-0/+3
2025-02-04neighbour: remove neigh_parms_destroy()Eric Dumazet1-8/+1
2025-02-03net: harmonize tstats and dstatsPaolo Abeni1-0/+14
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-37/+21
2025-01-30net: revert RTNL changes in unregister_netdevice_many_notify()Eric Dumazet1-30/+3
2025-01-29net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-01-29bpf: Disable non stream socket for strparserJiayuan Chen1-1/+4
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+7
2025-01-29bpf: Remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowedJared Kangas1-12/+1
2025-01-27net: page_pool: don't try to stash the napi idJakub Kicinski4-7/+14
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+3
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino1-4/+3
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-5/+8
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+4
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski1-0/+2
2025-01-20net: move HDS config from ethtool stateJakub Kicinski2-4/+10
2025-01-20net: sched: refine software bypass handling in tc_runXin Long1-6/+9
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet1-6/+17
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet1-2/+2
2025-01-17net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-01-16bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima3-26/+22
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima1-14/+2
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-23/+38
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski2-22/+80
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet2-1/+15
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-2/+3