index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
1
-2
/
+0
2024-03-07
netdev: add per-queue statistics
Jakub Kicinski
1
-0
/
+3
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-82
/
+0
2024-03-07
net: move dev_rx_weight to net_hotdata
Eric Dumazet
1
-2
/
+0
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
-1
/
+0
2024-03-07
net: move ptype_all into net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-07
net: introduce struct net_hotdata
Eric Dumazet
1
-1
/
+0
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+10
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-4
/
+0
2024-03-01
net: bql: fix building with BQL disabled
Arnd Bergmann
1
-0
/
+10
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+1
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
1
-10
/
+1
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
1
-2
/
+4
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2024-02-14
net: remove dev_base_lock
Eric Dumazet
1
-2
/
+0
2024-02-14
net: add netdev_set_operstate() helper
Eric Dumazet
1
-1
/
+1
2024-02-14
net: convert dev->reg_state to u8
Eric Dumazet
1
-9
/
+14
2024-02-13
xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...
Lorenzo Bianconi
1
-1
/
+1
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-5
/
+5
2024-02-07
Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-1
/
+1
2024-02-07
net: Do not return value from init_dummy_netdev()
Amit Cohen
1
-1
/
+1
2024-02-05
xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
Leon Romanovsky
1
-1
/
+1
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
1
-3
/
+1
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
/
+1
2024-01-01
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-1
/
+3
2023-12-20
net: Add MDB bulk deletion device operation
Ido Schimmel
1
-0
/
+6
2023-12-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
1
-0
/
+9
2023-12-05
net-device: reorganize net_device fast path variables
Coco Li
1
-53
/
+64
2023-12-04
net: Add NAPI IRQ support
Amritha Nambiar
1
-0
/
+6
2023-12-04
net: Add queue and napi association
Amritha Nambiar
1
-0
/
+8
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+2
2023-11-29
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
1
-0
/
+2
2023-11-28
net: page_pool: record pools per netdev
Jakub Kicinski
1
-0
/
+4
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+26
2023-11-20
net: Move {l,t,d}stats allocation to core and convert veth & vrf
Daniel Borkmann
1
-4
/
+16
2023-11-20
net, vrf: Move dstats structure to core
Daniel Borkmann
1
-0
/
+10
2023-11-18
net: partial revert of the "Make timestamping selectable: series
Jakub Kicinski
1
-5
/
+0
2023-11-18
net: Change the API of PHY default timestamp to MAC
Kory Maincent
1
-0
/
+5
2023-11-18
net: Make dev_set_hwtstamp_phylib accessible
Kory Maincent
1
-0
/
+3
2023-10-27
net: Add MDB get device operation
Ido Schimmel
1
-0
/
+4
2023-10-19
net: introduce napi_is_scheduled helper
Christian Marangi
1
-0
/
+23
2023-10-13
net: Handle bulk delete policy in bridge driver
Amit Cohen
1
-6
/
+2
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-10
/
+0
2023-10-11
netdev: make napi_schedule return bool on NAPI successful schedule
Christian Marangi
1
-2
/
+9
2023-10-11
net/core: Introduce netdev_core_stats_inc()
Yajun Deng
1
-17
/
+4
2023-10-01
net: add DEV_STATS_READ() helper
Eric Dumazet
1
-0
/
+1
2023-09-19
net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988
Sujuan Chen
1
-0
/
+1
2023-09-17
netdev: expose DPLL pin handle for netdevice
Jiri Pirko
1
-0
/
+21
[next]