index
:
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
/
ethernet
/
intel
/
idpf
Age
Commit message (
Expand
)
Author
2024-04-03
idpf: fix kernel panic on unknown packet types
Joshua Hay
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-05
idpf: disable local BH when scheduling napi for marker packets
Emil Tantilov
2024-03-04
idpf: remove dealloc vector msg err in idpf_intr_rel
Alan Brady
2024-03-04
idpf: fix minor controlq issues
Alan Brady
2024-03-04
idpf: prevent deinit uninitialized virtchnl core
Alan Brady
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
2024-03-04
idpf: add async_handler for MAC filter messages
Alan Brady
2024-03-04
idpf: refactor remaining virtchnl messages
Alan Brady
2024-03-04
idpf: refactor queue related virtchnl messages
Alan Brady
2024-03-04
idpf: refactor vport virtchnl messages
Alan Brady
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
2024-02-01
idpf: avoid compiler padding in virtchnl2_ptype struct
Pavan Kumar Linga
2024-01-21
idpf: distinguish vports by the dev_port attribute
Michal Schmidt
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-26
idpf: avoid compiler introduced padding in virtchnl2_rss_key struct
Pavan Kumar Linga
2023-12-26
idpf: fix corrupted frames and skb leaks in singleq mode
Alexander Lobakin
2023-12-18
idpf: refactor some missing field get/prep conversions
Jesse Brandeburg
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-13
idpf: add get/set for Ethtool's header split ringparam
Michal Kubiak
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2023-11-06
idpf: fix potential use-after-free in idpf_tso()
Eric Dumazet
2023-10-23
page_pool: remove PP_FLAG_PAGE_FRAG
Yunsheng Lin
2023-10-23
idpf: cancel mailbox work in error path
Pavan Kumar Linga
2023-10-23
idpf: set scheduling mode for completion queue
Michal Kubiak
2023-09-13
idpf: add SRIOV support and other ndo_ops
Joshua Hay
2023-09-13
idpf: add ethtool callbacks
Alan Brady
2023-09-13
idpf: add singleq start_xmit and napi poll
Joshua Hay
2023-09-13
idpf: add RX splitq napi poll support
Alan Brady
2023-09-13
idpf: add TX splitq napi poll support
Joshua Hay
2023-09-13
idpf: add splitq start_xmit
Joshua Hay
2023-09-13
idpf: initialize interrupts and enable vport
Pavan Kumar Linga
2023-09-13
idpf: configure resources for RX queues
Alan Brady
2023-09-13
idpf: configure resources for TX queues
Alan Brady
2023-09-13
idpf: add ptypes and MAC filter support
Pavan Kumar Linga
2023-09-13
idpf: add create vport and netdev configuration
Pavan Kumar Linga
2023-09-13
idpf: add core init and interrupt request
Pavan Kumar Linga
2023-09-13
idpf: add controlq init and reset checks
Joshua Hay
2023-09-13
idpf: add module register and probe functionality
Phani Burra
2023-09-13
virtchnl: add virtchnl version 2 ops
Pavan Kumar Linga