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
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-10
netdevsim: fix backwards compatibility in nsim_get_iflink()
David Wei
1
-1
/
+2
2024-05-09
netdevsim: add NAPI support
David Wei
2
-12
/
+205
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-15
net: netdevsim: add some fake page pool use
Jakub Kicinski
2
-0
/
+97
2024-04-08
netdevsim: report stats by default, like a real device
Jakub Kicinski
2
-0
/
+60
2024-03-01
netdevsim: add ndo_get_iflink() implementation
David Wei
1
-0
/
+16
2024-03-01
netdevsim: forward skbs from one connected port to another
David Wei
2
-5
/
+23
2024-03-01
netdevsim: allow two netdevsim ports to be connected
David Wei
3
-0
/
+157
2024-02-21
net: netdevsim: constify the struct device_type usage
Ricardo B. Marliere
1
-1
/
+1
2024-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2024-02-07
netdevsim: make nsim_bus const
Ricardo B. Marliere
1
-1
/
+1
2024-02-02
netdevsim: avoid potential loop in nsim_dev_trap_report_work()
Eric Dumazet
1
-4
/
+4
2024-01-17
net: netdevsim: don't try to destroy PHC on VFs
Jakub Kicinski
1
-2
/
+7
2023-12-27
net: macsec: move sci_to_cpu to macsec header
Radu Pirea (NXP OSS)
1
-5
/
+0
2023-11-24
netdevsim: Don't accept device bound programs
Stanislav Fomichev
1
-2
/
+2
2023-10-28
net: fill in MODULE_DESCRIPTION()s in kuba@'s modules
Jakub Kicinski
1
-0
/
+1
2023-10-28
netdevsim: Block until all devices are released
Ido Schimmel
1
-0
/
+12
2023-10-20
netdevsim: devlink health: use retained error fmsg API
Przemek Kitszel
1
-86
/
+32
2023-08-10
net: netdevsim: mimic tc-taprio offload
Vladimir Oltean
1
-0
/
+27
2023-08-10
net: netdevsim: use mock PHC driver
Vladimir Oltean
3
-1
/
+23
2023-07-14
netdevsim: add dummy macsec offload
Sabrina Dubroca
4
-0
/
+397
2023-07-12
netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()
Dan Carpenter
1
-6
/
+3
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-2
/
+2
2023-02-11
Daniel Borkmann says:
Jakub Kicinski
1
-0
/
+1
2023-02-03
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+1
2023-01-30
devlink: remove devlink features
Jiri Pirko
1
-1
/
+0
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-4
/
+0
2023-01-27
devlink: protect devlink param list by instance lock
Jiri Pirko
1
-18
/
+18
2023-01-27
netdevsim: Fill IPsec state validation failure reason
Leon Romanovsky
1
-6
/
+5
2023-01-27
xfrm: extend add state callback to set failure reason
Leon Romanovsky
1
-1
/
+2
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-4
/
+0
2023-01-20
devlink: protect health reporter operation with instance lock
Jiri Pirko
1
-10
/
+10
2023-01-06
netdevsim: move devlink registration under the instance lock
Jakub Kicinski
1
-3
/
+8
2023-01-06
netdevsim: rename a label
Jakub Kicinski
1
-2
/
+2
2022-12-05
xfrm: allow state packet offload mode
Leon Romanovsky
1
-0
/
+5
2022-12-01
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-3
/
+0
2022-11-18
devlink: Allow to set up parent in devl_rate_leaf_create()
Michal Wilczynski
1
-1
/
+1
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-11-16
netdevsim: Fix memory leak of nsim_dev->fa_cookie
Wang Yufen
1
-0
/
+1
2022-11-04
net: remove unused ndo_get_devlink_port
Jiri Pirko
1
-9
/
+0
2022-11-04
net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port
Jiri Pirko
2
-2
/
+1
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-2
/
+2
2022-10-27
netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed
Zhengchao Shao
1
-4
/
+7
2022-10-27
netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_regist...
Zhengchao Shao
1
-7
/
+13
2022-10-27
netdevsim: fix memory leak in nsim_bus_dev_new()
Zhengchao Shao
1
-2
/
+7
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2022-09-20
netdevsim: Fix hwstats debugfs file permissions
Ido Schimmel
1
-3
/
+3
2022-09-02
netdevsim: remove redundant variable ret
Jinpeng Cui
1
-3
/
+2
[next]