index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-15
netdevsim: add ability to change channel count
Jakub Kicinski
2
-0
/
+29
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-2
/
+2
2021-08-06
netdevsim: Protect both reload_down and reload_up paths
Leon Romanovsky
3
-1
/
+22
2021-08-05
netdevsim: Forbid devlink reload when adding or deleting ports
Leon Romanovsky
2
-12
/
+11
2021-08-02
netdevsim: make array res_ids static const, makes object smaller
Colin Ian King
1
-1
/
+1
2021-07-30
devlink: Allocate devlink directly in requested net namespace
Leon Romanovsky
1
-2
/
+2
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2021-07-16
netdevsim: Add multi-queue support
Peilin Ye
3
-9
/
+15
2021-07-06
net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...
Taehee Yoo
1
-4
/
+4
2021-06-18
drivers: net: netdevsim: fix devlink_trap selftests failing
Oleksandr Mazur
2
-8
/
+8
2021-06-14
drivers: net: netdevsim: add devlink trap_drop_counter_get implementation
Oleksandr Mazur
2
-0
/
+23
2021-06-10
netdevsim: delete unnecessary debugfs checking
Dan Carpenter
1
-15
/
+1
2021-06-04
netdevsim: Fix unsigned being compared to less than zero
Colin Ian King
1
-1
/
+1
2021-06-03
netdevsim: Allow setting parent node of rate objects
Dmytro Linkin
2
-4
/
+89
2021-06-03
netdevsim: Implement support for devlink rate nodes
Dmytro Linkin
2
-0
/
+81
2021-06-03
netdevsim: Implement devlink rate leafs tx rate support
Dmytro Linkin
1
-3
/
+75
2021-06-03
netdevsim: Register devlink rate leaf objects per VF
Dmytro Linkin
1
-0
/
+11
2021-06-03
netdevsim: Implement legacy/switchdev mode for VFs
Dmytro Linkin
4
-1
/
+104
2021-06-03
netdevsim: Implement VFs
Dmytro Linkin
2
-27
/
+77
2021-06-03
netdevsim: Implement port types and indexing
Dmytro Linkin
3
-12
/
+60
2021-06-03
netdevsim: Disable VFs on nsim_dev_reload_destroy() call
Dmytro Linkin
3
-4
/
+8
2021-06-03
netdevsim: Add max_vfs to bus_dev
Dmytro Linkin
3
-8
/
+112
2021-04-22
netdevsim: Only use sampling truncation length when valid
Ido Schimmel
1
-3
/
+4
2021-04-07
netdevsim: remove unneeded semicolon
Qiheng Lin
1
-1
/
+1
2021-04-01
netdevsim: add FEC settings support
Jakub Kicinski
2
-0
/
+39
2021-03-25
netdevsim: switch to memdup_user_nul()
Wei Yongjun
1
-8
/
+3
2021-03-15
netdevsim: Add dummy psample implementation
Ido Schimmel
4
-2
/
+298
2021-03-13
netdevsim: Allow reporting activity on nexthop buckets
Ido Schimmel
1
-0
/
+61
2021-03-13
netdevsim: Add support for resilient nexthop groups
Ido Schimmel
1
-0
/
+55
2021-03-13
netdevsim: Create a helper for setting nexthop hardware flags
Ido Schimmel
1
-3
/
+10
2021-03-13
netdevsim: fib: Introduce a lock to guard nexthop hashtable
Petr Machata
1
-3
/
+7
2021-03-12
netdevsim: fib: Remove redundant code
Jiapeng Chong
1
-5
/
+1
2021-03-05
netdevsim: init u64 stats for 32bit hardware
Hillf Danton
1
-0
/
+1
2021-02-09
netdevsim: fib: Add debugfs to debug route offload failure
Amit Cohen
1
-2
/
+112
2021-02-09
netdevsim: dev: Initialize FIB module after debugfs
Ido Schimmel
1
-19
/
+21
2021-02-09
netdevsim: fib: Do not warn if route was not found for several events
Amit Cohen
1
-3
/
+3
2021-02-09
IPv6: Add "offload failed" indication to routes
Amit Cohen
1
-1
/
+1
2021-02-09
IPv4: Add "offload failed" indication to routes
Amit Cohen
1
-0
/
+1
2021-02-03
net: Do not call fib6_info_hw_flags_set() when IPv6 is disabled
Amit Cohen
1
-0
/
+8
2021-02-03
net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()
Amit Cohen
1
-6
/
+8
2021-02-03
netdevsim: fib: Perform the route programming in a non-atomic context
Amit Cohen
1
-140
/
+327
2021-02-03
netdevsim: fib: Convert the current occupancy to an atomic variable
Amit Cohen
1
-28
/
+27
2021-01-29
nexthop: Use enum to encode notification type
Ido Schimmel
1
-9
/
+14
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+11
2020-12-09
netdevsim: Add debugfs toggle to reject BPF programs in verifier
Toke Høiland-Jørgensen
2
-2
/
+11
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
1
-3
/
+0
2020-11-20
netdevsim: support ethtool ring and coalesce settings
Antonio Cardace
2
-3
/
+66
[prev]
[next]