summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree1-2/+2
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree4-16/+41
2023-05-12sfc: support TC decap rules matching on enc_ip_tosEdward Cree2-36/+133
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree4-7/+20
2023-05-12sfc: release encap match in efx_tc_flow_free()Edward Cree1-17/+15
2023-05-12sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren1-1/+3
2023-05-01sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton1-4/+7
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean1-1/+1