index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ef10.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sfc: use ethtool string helpers
Rosen Penev
2024-11-09
1
-1
/
+1
*
sfc: Add X4 PF support
Jonathan Cooper
2024-09-12
1
-0
/
+127
*
sfc: use new rxfh_context API
Edward Cree
2024-06-29
1
-1
/
+1
*
sfc: Implement ndo_hwtstamp_(get|set)
Alex Austin
2023-12-05
1
-2
/
+2
*
sfc: Remove struct efx_special_buffer
Martin Habets
2023-07-28
1
-1
/
+1
*
sfc: Remove some NIC type indirections that are no longer needed
Martin Habets
2023-07-28
1
-2
/
+0
*
sfc: fix crash when reading stats while NIC is resetting
Edward Cree
2023-06-26
1
-3
/
+10
*
sfc: use budget for TX completions
Íñigo Huguet
2023-06-17
1
-7
/
+18
*
sfc: ef10: don't overwrite offload features at NIC reset
Íñigo Huguet
2023-03-24
1
-12
/
+26
*
sfc: Change VF mac via PF as first preference if available.
Jonathan Cooper
2022-10-15
1
-34
/
+24
*
sfc: correct filter_table_remove method for EF10 PFs
Andy Moreton
2022-09-24
1
-1
/
+1
*
sfc: move table locking into filter_table_{probe,remove} methods
Edward Cree
2022-07-30
1
-11
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-15
1
-0
/
+3
|
\
|
*
sfc: fix kernel panic when creating VF
Íñigo Huguet
2022-07-14
1
-0
/
+3
*
|
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
2022-06-29
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-13
1
-0
/
+5
|
\
|
*
net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
Taehee Yoo
2022-05-12
1
-0
/
+5
*
|
sfc: ef10: Fix assigning negative value to unsigned variable
Haowen Bai
2022-04-12
1
-1
/
+1
|
/
*
sfc: The size of the RX recycle ring should be more flexible
Martin Habets
2022-02-02
1
-0
/
+26
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-1
/
+2
|
\
|
*
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
2021-06-22
1
-1
/
+2
*
|
sfc: use DEVICE_ATTR_*() macro
YueHaibing
2021-05-24
1
-9
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-2
/
+1
|
\
|
*
sfc: ef10: fix TX queue lookup in TX event handling
Edward Cree
2021-04-21
1
-2
/
+1
*
|
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
2021-04-16
1
-0
/
+17
|
/
*
net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
Sebastian Andrzej Siewior
2020-09-29
1
-1
/
+1
*
net: sfc: Replace in_interrupt() usage
Edward Cree
2020-09-29
1
-9
/
+13
*
sfc: advertise encapsulated offloads on EF10
Edward Cree
2020-09-12
1
-0
/
+16
*
sfc: implement encapsulated TSO on EF10
Edward Cree
2020-09-12
1
-14
/
+41
*
sfc: de-indirect TSO handling
Edward Cree
2020-09-12
1
-21
/
+14
*
sfc: create inner-csum queues on EF10 if supported
Edward Cree
2020-09-12
1
-7
/
+16
*
sfc: define inner/outer csum offload TXQ types
Edward Cree
2020-09-12
1
-2
/
+2
*
sfc: decouple TXQ type from label
Edward Cree
2020-09-12
1
-2
/
+3
*
sfc: add and use efx_tx_send_pending in tx.c
Edward Cree
2020-09-05
1
-1
/
+1
*
sfc: return errors from efx_mcdi_set_id_led, and de-indirect
Edward Cree
2020-08-31
1
-2
/
+0
*
sfc: skeleton EF100 PF driver
Edward Cree
2020-07-27
1
-0
/
+7
*
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
2020-07-23
1
-102
/
+60
*
sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()
Edward Cree
2020-07-02
1
-2
/
+0
*
sfc: commonise efx_fini_dmaq
Edward Cree
2020-07-02
1
-40
/
+2
*
sfc: assign TXQs without gaps
Edward Cree
2020-07-02
1
-1
/
+1
*
sfc: make tx_queues_per_channel variable at runtime
Edward Cree
2020-07-02
1
-6
/
+7
*
sfc: remove max_interrupt_mode
Edward Cree
2020-07-02
1
-2
/
+0
*
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
2020-07-02
1
-9
/
+6
*
sfc: commonise initialisation of efx->vport_id
Edward Cree
2020-06-30
1
-2
/
+0
*
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
2020-06-30
1
-0
/
+1
*
sfc: commonise drain event handling
Edward Cree
2020-06-30
1
-8
/
+0
*
sfc: split up nic.h
Edward Cree
2020-06-30
1
-4
/
+2
*
sfc: refactor EF10 stats handling
Edward Cree
2020-06-30
1
-34
/
+34
*
sfc: don't try to create more channels than we can have VIs
Edward Cree
2020-06-30
1
-4
/
+14
[next]