summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | sfc: add CONFIG_INET dependency for TC offloadArnd Bergmann2023-06-211-0/+1
* | sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=nEdward Cree2023-06-162-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-162-0/+4
|\|
| * sfc: fix XDP queues mode with legacy IRQÍñigo Huguet2023-06-152-0/+4
* | sfc: Add devlink dev info support for EF10Martin Habets2023-06-121-0/+9
* | sfc: generate encap headers for TC offloadEdward Cree2023-06-101-9/+185
* | sfc: neighbour lookup for TC encap action offloadEdward Cree2023-06-108-6/+569
* | sfc: MAE functions to create/update/delete encap headersEdward Cree2023-06-102-2/+95
* | sfc: add function to atomically update a rule in the MAEEdward Cree2023-06-102-0/+24
* | sfc: some plumbing towards TC encap action offloadEdward Cree2023-06-105-3/+284
* | sfc: add fallback action-set-lists for TC offloadEdward Cree2023-06-102-0/+77
* | net: move gso declarations and functions to their own filesEric Dumazet2023-06-102-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-021-15/+12
|\|
| * sfc: fix error unwinds in TC offloadEdward Cree2023-06-011-15/+12
* | devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-301-44/+42
* | sfc: register devlink port with opsJiri Pirko2023-05-301-1/+7
* | sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren2023-05-261-6/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-50/+45
|\|
| * sfc: fix devlink info error handlingAlejandro Lucero2023-05-191-50/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-181-1/+3
|\|
| * sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren2023-05-121-1/+3
* | sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree2023-05-131-2/+2
* | sfc: support TC decap rules matching on enc_src_portEdward Cree2023-05-124-16/+41
* | sfc: support TC decap rules matching on enc_ip_tosEdward Cree2023-05-122-36/+133
* | sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree2023-05-124-7/+20
* | sfc: release encap match in efx_tc_flow_free()Edward Cree2023-05-121-17/+15
|/
* sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton2023-05-011-4/+7
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-212-1/+2
|\
| * sfc: Fix use-after-free due to selftest_workDing Hui2023-04-172-1/+2
* | sfc: remove expired unicast PTP filtersÍñigo Huguet2023-04-041-25/+72
* | sfc: support unicast PTPÍñigo Huguet2023-04-041-3/+98
* | sfc: allow insertion of filters for unicast PTPÍñigo Huguet2023-04-041-23/+36
* | sfc: store PTP filters in a listÍñigo Huguet2023-04-041-29/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-302-22/+33
|\|
| * sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2023-03-242-22/+33
* | sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree2023-03-294-17/+366
* | sfc: add code to register and unregister encap matchesEdward Cree2023-03-292-0/+174
* | sfc: add functions to insert encap matches into the MAEEdward Cree2023-03-293-0/+111
* | sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree2023-03-291-0/+61
* | sfc: add notion of match on enc keys to MAE machineryEdward Cree2023-03-293-2/+122
* | sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree2023-03-291-1/+25
* | sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree2023-03-114-0/+67
* | sfc_ef100: Drop redundant pci_disable_pcie_error_reporting()Bjorn Helgaas2023-03-091-3/+0
* | sfc/siena: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-5/+0
* | sfc: falcon: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-9/+0
* | sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-091-5/+0
|/
* sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero2023-02-211-1/+1
* sfc: clean up some inconsistent indentingsYang Li2023-02-211-2/+2
* sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann2023-02-201-17/+10