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
/
sfc
/
ef10.c
Age
Commit message (
Expand
)
Author
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
Taehee Yoo
2022-04-11
sfc: ef10: Fix assigning negative value to unsigned variable
Haowen Bai
2022-02-01
sfc: The size of the RX recycle ring should be more flexible
Martin Habets
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-22
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
2021-05-23
sfc: use DEVICE_ATTR_*() macro
YueHaibing
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-20
sfc: ef10: fix TX queue lookup in TX event handling
Edward Cree
2021-04-15
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
2020-09-29
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
Sebastian Andrzej Siewior
2020-09-29
net: sfc: Replace in_interrupt() usage
Edward Cree
2020-09-11
sfc: advertise encapsulated offloads on EF10
Edward Cree
2020-09-11
sfc: implement encapsulated TSO on EF10
Edward Cree
2020-09-11
sfc: de-indirect TSO handling
Edward Cree
2020-09-11
sfc: create inner-csum queues on EF10 if supported
Edward Cree
2020-09-11
sfc: define inner/outer csum offload TXQ types
Edward Cree
2020-09-11
sfc: decouple TXQ type from label
Edward Cree
2020-09-05
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
2020-08-31
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
2020-07-02
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
2020-07-02
sfc: commonise efx_fini_dmaq
Edward Cree
2020-07-02
sfc: assign TXQs without gaps
Edward Cree
2020-07-02
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
2020-07-02
sfc: remove max_interrupt_mode
Edward Cree
2020-07-02
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
2020-06-30
sfc: commonise initialisation of efx->vport_id
Edward Cree
2020-06-30
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
2020-06-29
sfc: commonise drain event handling
Edward Cree
2020-06-29
sfc: split up nic.h
Edward Cree
2020-06-29
sfc: refactor EF10 stats handling
Edward Cree
2020-06-29
sfc: don't try to create more channels than we can have VIs
Edward Cree
2020-06-01
sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()
Jules Irenge
2020-05-28
sfc: avoid an unused-variable warning
Arnd Bergmann
2020-05-11
sfc: make firmware-variant printing a nic_type function
Edward Cree
2020-05-11
sfc: make filter table probe caller responsible for adding VLANs
Edward Cree
2020-05-11
sfc: rework handling of (firmware) multicast chaining state
Edward Cree
2020-05-11
sfc: move 'must restore' flags out of ef10-specific nic_data
Edward Cree
2020-05-11
sfc: make capability checking a nic_type function
Tom Zhao
2020-05-11
sfc: move vport_id to struct efx_nic
Edward Cree
2020-03-05
sfc: complete the next packet when we receive a timestamp
Tom Zhao
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-27
sfc: move mcdi filtering code
Alex Maftei (amaftei)
2020-01-27
sfc: create header for mcdi filtering code
Alex Maftei (amaftei)
2020-01-27
sfc: rename mcdi filtering functions/structs
Alex Maftei (amaftei)
2020-01-10
sfc: remove duplicated include from ef10.c
YueHaibing
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
[next]