summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+28
2024-06-25dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-1/+11
2024-06-25dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().Sebastian Andrzej Siewior1-4/+4
2024-06-25net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior1-0/+14
2024-06-21net: add softirq safety to netdev_rename_lockEric Dumazet1-6/+6
2024-06-19net: add rx_sk to trace_kfree_skbYan Zhai1-1/+1
2024-06-12net: core: Implement dstats-type stats collectionsJeremy Kerr1-0/+50
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-06-02net: rps: fix error when CONFIG_RFS_ACCEL is offJason Xing1-1/+2
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-1/+1
2024-05-14net: revert partially applied PHY topology seriesJakub Kicinski1-9/+0
2024-05-07rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet1-4/+7
2024-05-07net: write once on dev->allmulti and dev->promiscuityEric Dumazet1-16/+20
2024-05-07rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet1-2/+2
2024-05-04net: no longer acquire RTNL in threaded_show()Eric Dumazet1-2/+2
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima1-4/+23
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet1-1/+0
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-24net: create a dummy net_device allocatorBreno Leitao1-18/+38
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao1-1/+2
2024-04-24net: core: Fix documentationBreno Leitao1-2/+2
2024-04-19net: rps: locklessly access rflow->cpuJason Xing1-1/+1
2024-04-19net: rps: protect filter locklesslyJason Xing1-4/+4
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing1-4/+4
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+6
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+9
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-04-04net: enable timestamp static key if CPUMarcelo Tosatti1-0/+5
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-5/+8
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-8/+12
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet1-13/+11
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet1-4/+9
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet1-4/+5
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet1-1/+1
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+10
2024-03-27net: pin system percpu page_pools to the corresponding NUMA nodesAlexander Lobakin1-1/+1
2024-03-26net: Rename rps_lock to backlog_lock.Sebastian Andrzej Siewior1-17/+17
2024-03-26net: Use backlog-NAPI to clean up the defer_list.Sebastian Andrzej Siewior1-4/+21
2024-03-26net: Allow to use SMP threads for backlog NAPI.Sebastian Andrzej Siewior1-35/+113
2024-03-26net: Remove conditional threaded-NAPI wakeup based on task state.Sebastian Andrzej Siewior1-12/+2
2024-03-21net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+2
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet1-1/+1
2024-03-08net: move rps_sock_flow_table to net_hotdataEric Dumazet1-9/+3
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet1-2/+1
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+0
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet1-5/+3
2024-03-08net: move ptype_all into net_hotdataEric Dumazet1-9/+7