summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Make USO depend on CSUM offloadJakub Sitnicki2024-08-101-9/+17
* tun: Add missing bpf_net_ctx_clear() in do_xdp_generic()Jeongjun Park2024-07-291-0/+1
* netdevice: define and allocate &net_device _properly_Alexander Lobakin2024-07-121-24/+6
* tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior2024-07-061-0/+5
* net: ethtool: add a mutex protecting RSS contextsEdward Cree2024-06-291-0/+5
* net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree2024-06-291-1/+1
* net: ethtool: let the core choose RSS context IDsEdward Cree2024-06-291-1/+5
* net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree2024-06-291-0/+27
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-6/+6
|\
| * net: add softirq safety to netdev_rename_lockEric Dumazet2024-06-211-6/+6
* | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2024-06-251-1/+28
* | dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior2024-06-251-1/+11
* | dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior2024-06-251-4/+4
* | net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior2024-06-251-0/+14
* | net: add rx_sk to trace_kfree_skbYan Zhai2024-06-191-1/+1
* | net: core: Implement dstats-type stats collectionsJeremy Kerr2024-06-121-0/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+2
|\|
| * net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing2024-06-021-1/+2
* | net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2024-05-231-1/+1
|/
* net: revert partially applied PHY topology seriesJakub Kicinski2024-05-141-9/+0
* rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet2024-05-071-4/+7
* net: write once on dev->allmulti and dev->promiscuityEric Dumazet2024-05-071-16/+20
* rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-071-2/+2
* net: no longer acquire RTNL in threaded_show()Eric Dumazet2024-05-041-2/+2
* net: Protect dev->name by seqlock.Kuniyuki Iwashima2024-05-021-4/+23
* net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-05-011-1/+0
* net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet2024-04-291-1/+2
* net: create a dummy net_device allocatorBreno Leitao2024-04-241-18/+38
* net: free_netdev: exit earlier if dummyBreno Leitao2024-04-241-1/+2
* net: core: Fix documentationBreno Leitao2024-04-241-2/+2
* net: rps: locklessly access rflow->cpuJason Xing2024-04-191-1/+1
* net: rps: protect filter locklesslyJason Xing2024-04-191-4/+4
* net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing2024-04-191-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-0/+6
|\
| * net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-181-0/+6
* | net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-04-061-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-1/+1
|\|
| * net: do not consume a cacheline for system_page_poolEric Dumazet2024-03-291-1/+1
* | net: enable timestamp static key if CPUMarcelo Tosatti2024-04-041-0/+5
* | net: rps: add rps_input_queue_head_add() helperEric Dumazet2024-04-011-5/+8
* | net: rps: change input_queue_tail_incr_save()Eric Dumazet2024-04-011-8/+12
* | net: enqueue_to_backlog() cleanupEric Dumazet2024-04-011-13/+11
* | net: make softnet_data.dropped an atomic_tEric Dumazet2024-04-011-4/+9
* | net: enqueue_to_backlog() change vs not running deviceEric Dumazet2024-04-011-4/+5
* | net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2024-03-291-0/+10
* | net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin2024-03-271-1/+1
* | net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior2024-03-261-17/+17
* | net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior2024-03-261-4/+21
* | net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior2024-03-261-35/+113