summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2023-08-09sfc: offload left-hand side rules for conntrackEdward Cree6-0/+599
2023-08-09sfc: conntrack state matches in TC rulesEdward Cree4-4/+105
2023-08-09sfc: handle non-zero chain_index on TC rulesEdward Cree4-26/+170
2023-08-09sfc: offload conntrack flow entries (match only) from CT zonesEdward Cree5-7/+429
2023-08-09sfc: functions to insert/remove conntrack entries to MAE hardwareEdward Cree3-0/+274
2023-08-09sfc: functions to register for conntrack zone offloadEdward Cree5-1/+156
2023-08-09sfc: add MAE table machinery for conntrack tableEdward Cree5-1/+308
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-30/+39
2023-08-01sfc: fix field-spanning memcpy in selftestEdward Cree3-30/+39
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth1-32/+35
2023-07-28sfc: Remove vfdi.hMartin Habets1-252/+0
2023-07-28sfc: Cleanups in io.hMartin Habets2-80/+9
2023-07-28sfc: Miscellaneous comment removalsMartin Habets4-21/+2
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets8-75/+25
2023-07-28sfc: Filter cleanups for Falcon and SienaMartin Habets2-23/+0
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets5-19/+0
2023-07-28sfc: Remove PTP code for SienaMartin Habets2-226/+1
2023-07-28sfc: Remove EFX_REV_SIENA_A0Martin Habets2-9/+1
2023-07-28sfc: Remove support for siena high priority queueMartin Habets4-50/+2
2023-07-28sfc: Remove siena_nic_data and statsMartin Habets1-95/+0
2023-07-28sfc: Remove falcon referencesMartin Habets6-3170/+2
2023-06-29sfc: support for devlink port requires MAE accessMartin Habets1-0/+3
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2023-06-26sfc: falcon: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-26sfc: siena: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-26sfc: use padding to fix alignment in loopback testEdward Cree1-19/+28
2023-06-26sfc: fix crash when reading stats while NIC is resettingEdward Cree1-3/+10
2023-06-23sfc: keep alive neighbour entries while a TC encap action is using themEdward Cree4-1/+81
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-13/+31
2023-06-21sfc: fix uninitialized variable useArnd Bergmann1-0/+1
2023-06-21sfc: add CONFIG_INET dependency for TC offloadArnd Bergmann1-0/+1
2023-06-17sfc: use budget for TX completionsÍñigo Huguet6-13/+31
2023-06-16sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree2-0/+23
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2-0/+4
2023-06-12sfc: Add devlink dev info support for EF10Martin Habets1-0/+9
2023-06-10sfc: generate encap headers for TC offloadEdward Cree1-9/+185
2023-06-10sfc: neighbour lookup for TC encap action offloadEdward Cree8-6/+569
2023-06-10sfc: MAE functions to create/update/delete encap headersEdward Cree2-2/+95
2023-06-10sfc: add function to atomically update a rule in the MAEEdward Cree2-0/+24
2023-06-10sfc: some plumbing towards TC encap action offloadEdward Cree5-3/+284
2023-06-10sfc: add fallback action-set-lists for TC offloadEdward Cree2-0/+77
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet2-0/+2
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+12
2023-06-01sfc: fix error unwinds in TC offloadEdward Cree1-15/+12
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko1-44/+42
2023-05-30sfc: register devlink port with opsJiri Pirko1-1/+7
2023-05-26sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren1-6/+45
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-50/+45
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero1-50/+45