index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2024-07-11
netdevice: define and allocate &net_device _properly_
Alexander Lobakin
2024-07-05
tun: Assign missing bpf_net_context.
Sebastian Andrzej Siewior
2024-06-28
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
2024-06-28
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
2024-06-28
net: ethtool: let the core choose RSS context IDs
Edward Cree
2024-06-28
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-24
net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Sebastian Andrzej Siewior
2024-06-24
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
2024-06-24
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
Sebastian Andrzej Siewior
2024-06-24
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
2024-06-21
net: add softirq safety to netdev_rename_lock
Eric Dumazet
2024-06-19
net: add rx_sk to trace_kfree_skb
Yan Zhai
2024-06-11
net: core: Implement dstats-type stats collections
Jeremy Kerr
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-01
net: rps: fix error when CONFIG_RFS_ACCEL is off
Jason Xing
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2024-05-07
net: write once on dev->allmulti and dev->promiscuity
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
2024-05-03
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
2024-05-01
net: Protect dev->name by seqlock.
Kuniyuki Iwashima
2024-04-30
net: move sysctl_skb_defer_max to net_hotdata
Eric Dumazet
2024-04-29
net: give more chances to rcu in netdev_wait_allrefs_any()
Eric Dumazet
2024-04-24
net: create a dummy net_device allocator
Breno Leitao
2024-04-24
net: free_netdev: exit earlier if dummy
Breno Leitao
2024-04-24
net: core: Fix documentation
Breno Leitao
2024-04-19
net: rps: locklessly access rflow->cpu
Jason Xing
2024-04-19
net: rps: protect filter locklessly
Jason Xing
2024-04-19
net: rps: protect last_qtail with rps_input_queue_tail_save() helper
Jason Xing
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-17
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
2024-04-06
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-03
net: enable timestamp static key if CPU
Marcelo Tosatti
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
2024-03-29
net: do not consume a cacheline for system_page_pool
Eric Dumazet
2024-03-29
net: sched: make skip_sw actually skip software
Asbjørn Sloth Tønnesen
2024-03-26
net: pin system percpu page_pools to the corresponding NUMA nodes
Alexander Lobakin
2024-03-26
net: Rename rps_lock to backlog_lock.
Sebastian Andrzej Siewior
2024-03-26
net: Use backlog-NAPI to clean up the defer_list.
Sebastian Andrzej Siewior
2024-03-26
net: Allow to use SMP threads for backlog NAPI.
Sebastian Andrzej Siewior
2024-03-26
net: Remove conditional threaded-NAPI wakeup based on task state.
Sebastian Andrzej Siewior
2024-03-20
net: report RCU QS on threaded NAPI repolling
Yan Zhai
[next]