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