index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
Age
Commit message (
Expand
)
Author
2025-07-23
netdevsim: access ->pp through netmem_desc instead of page
Byungchul Park
2025-07-23
netdevsim: add fw_update_flash_chunk_time_ms debugfs knobs
Jiri Pirko
2025-07-22
net: netdevsim: hook in XDP handling
Jakub Kicinski
2025-07-17
netdevsim: remove redundant branch
Dennis Chen
2025-07-14
netdevsim: implement peer queue flow control
Breno Leitao
2025-07-11
net: netdevsim: Support setting dev->perm_addr on port creation
Toke Høiland-Jørgensen
2025-07-02
selftest: netdevsim: Add devlink rate tc-bw test
Carolina Jubran
2025-06-22
netdevsim: fix UaF when counting Tx stats
Jakub Kicinski
2025-06-19
netdevsim: account dropped packet length in stats on queue free
Breno Leitao
2025-06-19
netdevsim: collect statistics at RX side
Breno Leitao
2025-06-19
netdevsim: migrate to dstats stats collection
Breno Leitao
2025-06-18
netdevsim: remove udp_ports_sleep
Stanislav Fomichev
2025-06-18
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
2025-06-12
net: drv: netdevsim: don't napi_complete() from netpoll
Jakub Kicinski
2025-05-26
Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Abeni
2025-05-20
selftests: net: validate team flags propagation
Stanislav Fomichev
2025-04-24
netdevsim: Mark NAPI ID on skb in nsim_rcv
Joe Damato
2025-04-16
xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}
Cosmin Ratiu
2025-04-05
treewide: Convert new and leftover hrtimer_init() users
Thomas Gleixner
2025-04-03
netdevsim: add dummy device notifiers
Stanislav Fomichev
2025-03-25
Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2025-03-12
netdevsim: 'support' multi-buf XDP
Jakub Kicinski
2025-03-12
net: drop rtnl_lock for queue_mgmt operations
Stanislav Fomichev
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-06
net: ethtool: try to protect all callback with netdev instance lock
Jakub Kicinski
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-24
selftests: drv-net: test XDP, HDS auto and the ioctl path
Jakub Kicinski
2025-02-21
xfrm: provide common xdo_dev_offload_ok callback implementation
Leon Romanovsky
2025-02-20
netdevsim: call napi_schedule from a timer context
Breno Leitao
2025-02-07
netdevsim: allow normal queue reset while down
Jakub Kicinski
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-27
netdevsim: don't assume core pre-populates HDS params on GET
Jakub Kicinski
2025-01-27
net: netdevsim: try to close UDP port harness races
Jakub Kicinski
2025-01-20
net: ethtool: populate the default HDS params in the core
Jakub Kicinski
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
2025-01-15
net: add netdev_lock() / netdev_unlock() helpers
Jakub Kicinski
2025-01-15
netdevsim: add HDS feature
Taehee Yoo
2025-01-15
netdevsim: don't embed file_operations into your structs
Al Viro
2025-01-09
netdevsim: add debugfs-triggered queue reset
Jakub Kicinski
2025-01-09
netdevsim: add queue management API support
Jakub Kicinski
2025-01-09
netdevsim: add queue alloc/free helpers
Jakub Kicinski
2025-01-09
netdevsim: allocate rqs individually
Jakub Kicinski
2025-01-09
netdevsim: support NAPI config
Jakub Kicinski
2024-12-17
net: netdevsim: fix nsim_pp_hold_write()
Eric Dumazet
2024-12-15
netdevsim: prevent bad user input in nsim_dev_health_break_write()
Eric Dumazet
2024-11-11
netdevsim: add more hw_features
Sabrina Dubroca
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]