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
/
ef100_nic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sfc: use ethtool string helpers
Rosen Penev
2024-11-09
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
1
-1
/
+1
|
\
|
*
sfc: don't fail probe if MAE/TC setup fails
Edward Cree
2023-08-17
1
-1
/
+1
*
|
sfc: Remove struct efx_special_buffer
Martin Habets
2023-07-28
1
-1
/
+1
|
/
*
sfc: use budget for TX completions
Íñigo Huguet
2023-06-17
1
-1
/
+6
*
sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV
Arnd Bergmann
2023-02-20
1
-17
/
+10
*
sfc: add support for devlink port_function_hw_addr_get in ef100
Alejandro Lucero
2023-02-16
1
-0
/
+27
*
sfc: obtain device mac address based on firmware handle for ef100
Alejandro Lucero
2023-02-16
1
-18
/
+19
*
sfc: add mport lookup based on driver's mport data
Alejandro Lucero
2023-02-16
1
-2
/
+2
*
sfc: enumerate mports in ef100
Alejandro Lucero
2023-02-16
1
-0
/
+27
*
sfc: bind blocks for TC offload on EF100
Edward Cree
2022-09-28
1
-0
/
+3
*
sfc: use a dynamic m-port for representor RX and set it promisc
Edward Cree
2022-07-30
1
-0
/
+15
*
sfc: move table locking into filter_table_{probe,remove} methods
Edward Cree
2022-07-30
1
-8
/
+14
*
sfc: insert default MAE rules to connect VFs to representors
Edward Cree
2022-07-30
1
-0
/
+17
*
sfc: determine wire m-port at EF100 PF probe time
Edward Cree
2022-07-30
1
-0
/
+37
*
sfc: detect ef100 MAE admin privilege/capability at probe time
Edward Cree
2022-07-22
1
-0
/
+7
*
sfc: Separate netdev probe/remove from PCI probe/remove
Jonathan Cooper
2022-06-29
1
-66
/
+14
*
sfc: Move EF100 efx_nic_type structs to the end of the file
Jonathan Cooper
2022-06-29
1
-172
/
+172
*
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-16
1
-1
/
+2
*
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2022-05-06
1
-3
/
+6
*
sfc: add EF100 VF support via a write to sriov_numvfs
Pieter Jansen van Vuuren
2022-04-30
1
-1
/
+5
*
sfc: The size of the RX recycle ring should be more flexible
Martin Habets
2022-02-02
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
1
-0
/
+3
|
\
|
*
sfc_ef100: potential dereference of null pointer
Jiasheng Jiang
2021-12-16
1
-0
/
+3
*
|
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
1
-2
/
+2
*
|
net: annotate accesses to dev->gso_max_size
Eric Dumazet
2021-11-22
1
-1
/
+1
|
/
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
sfc: support GRE TSO on EF100
Edward Cree
2020-11-14
1
-1
/
+6
*
sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100
Edward Cree
2020-11-14
1
-1
/
+0
*
sfc: advertise our vlan features
Edward Cree
2020-10-31
1
-0
/
+2
*
sfc: only use fixed-id if the skb asks for it
Edward Cree
2020-10-31
1
-1
/
+1
*
sfc: implement encap TSO on EF100
Edward Cree
2020-10-31
1
-2
/
+11
*
sfc: remove duplicate call to efx_init_channels from EF100 probe
Edward Cree
2020-09-11
1
-4
/
+0
*
sfc: add ethtool ops and miscellaneous ndos to EF100
Edward Cree
2020-09-07
1
-1
/
+6
*
sfc: don't double-down() filters in ef100_reset()
Edward Cree
2020-09-07
1
-12
/
+0
*
sfc: take correct lock in ef100_reset()
Edward Cree
2020-08-18
1
-4
/
+4
*
sfc: really check hash is valid before using it
Edward Cree
2020-08-18
1
-0
/
+2
*
sfc: fix ef100 design-param checking
Edward Cree
2020-08-12
1
-1
/
+2
*
sfc: Fix build with CONFIG_RFS_ACCEL disabled.
David S. Miller
2020-08-04
1
-0
/
+2
*
sfc_ef100: add nic-type for VFs, and bind to them
Edward Cree
2020-08-04
1
-0
/
+77
*
sfc_ef100: read pf_index at probe time
Edward Cree
2020-08-04
1
-0
/
+4
*
sfc_ef100: functions for selftests
Edward Cree
2020-08-04
1
-0
/
+47
*
sfc_ef100: statistics gathering
Edward Cree
2020-08-04
1
-0
/
+170
*
sfc_ef100: plumb in fini_dmaq
Edward Cree
2020-08-04
1
-0
/
+1
*
sfc_ef100: RX path for EF100
Edward Cree
2020-08-04
1
-2
/
+23
*
sfc_ef100: RX filter table management and related gubbins
Edward Cree
2020-08-04
1
-0
/
+67
*
sfc_ef100: TX path for EF100 NICs
Edward Cree
2020-08-04
1
-0
/
+8
*
sfc_ef100: read Design Parameters at probe time
Edward Cree
2020-08-04
1
-0
/
+216
*
sfc_ef100: fail the probe if NIC uses unsol_ev credits
Edward Cree
2020-08-04
1
-0
/
+6
*
sfc_ef100: check firmware version at start-of-day
Edward Cree
2020-08-04
1
-0
/
+40
[next]