index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
net: pin system percpu page_pools to the corresponding NUMA nodes
Alexander Lobakin
1
-1
/
+1
2024-03-26
net: Rename rps_lock to backlog_lock.
Sebastian Andrzej Siewior
1
-17
/
+17
2024-03-26
net: Use backlog-NAPI to clean up the defer_list.
Sebastian Andrzej Siewior
1
-4
/
+21
2024-03-26
net: Allow to use SMP threads for backlog NAPI.
Sebastian Andrzej Siewior
1
-35
/
+113
2024-03-26
net: Remove conditional threaded-NAPI wakeup based on task state.
Sebastian Andrzej Siewior
1
-12
/
+2
2024-03-20
net: report RCU QS on threaded NAPI repolling
Yan Zhai
1
-0
/
+3
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
1
-1
/
+2
2024-03-18
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-1
/
+1
2024-03-07
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
1
-9
/
+3
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-03-07
net: move dev_rx_weight to net_hotdata
Eric Dumazet
1
-2
/
+1
2024-03-07
net: move dev_tx_weight to net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-07
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
1
-5
/
+3
2024-03-07
net: move ptype_all into net_hotdata
Eric Dumazet
1
-9
/
+7
2024-03-07
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
1
-5
/
+5
2024-03-07
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
1
-5
/
+2
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-22
/
+0
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-22
/
+0
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
1
-2
/
+3
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
1
-0
/
+2
2024-02-28
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
1
-21
/
+22
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
1
-1
/
+1
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
1
-2
/
+2
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
1
-1
/
+1
2024-02-19
net: page_pool: fix recycle stats for system page_pool allocator
Lorenzo Bianconi
1
-0
/
+1
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2024-02-14
net: remove dev_base_lock
Eric Dumazet
1
-35
/
+4
2024-02-14
net: remove dev_base_lock from register_netdevice() and friends.
Eric Dumazet
1
-13
/
+7
2024-02-14
net-sysfs: use dev_addr_sem to remove races in address_show()
Eric Dumazet
1
-1
/
+1
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
1
-4
/
+4
2024-02-14
net: annotate data-races around dev->name_assign_type
Eric Dumazet
1
-3
/
+3
2024-02-13
xdp: add multi-buff support for xdp running in generic mode
Lorenzo Bianconi
1
-19
/
+51
2024-02-13
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...
Lorenzo Bianconi
1
-7
/
+9
2024-02-13
net: add generic percpu page_pool allocator
Lorenzo Bianconi
1
-0
/
+45
2024-02-12
net: add rcu safety to rtnl_prop_list_size()
Eric Dumazet
1
-1
/
+1
2024-02-12
net: use synchronize_net() in dev_change_name()
Eric Dumazet
1
-1
/
+1
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-1
/
+2
2024-02-09
Merge branch 'for-io_uring-add-napi-busy-polling-support'
Jakub Kicinski
1
-14
/
+43
2024-02-09
net: add napi_busy_loop_rcu()
Stefan Roesch
1
-0
/
+15
2024-02-09
net: split off __napi_busy_poll from napi_busy_poll
Stefan Roesch
1
-14
/
+28
2024-02-07
net: Do not return value from init_dummy_netdev()
Amit Cohen
1
-3
/
+1
2024-02-04
net: make dev_unreg_count global
Eric Dumazet
1
-3
/
+9
2024-01-29
net: free altname using an RCU callback
Jakub Kicinski
1
-11
/
+16
2024-01-22
net: fix removing a namespace with conflicting altnames
Jakub Kicinski
1
-0
/
+9
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-3
/
+0
2024-01-03
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
1
-1
/
+1
2024-01-02
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
1
-1
/
+2
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+3
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+3
[prev]
[next]