summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* net: introduce include/net/rps.hEric Dumazet2024-03-072-0/+2
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-043-8/+6
* net: remove stale mentions of dev_base_lock in commentsEric Dumazet2024-02-143-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-1/+3
|\
| * sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu2024-01-021-1/+3
* | net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-137-130/+121
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-135-74/+92
* | sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-055-27/+38
* | sfc: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-055-29/+38
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-19/+19
|\
| * sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren2023-10-231-19/+19
* | sfc: support offloading ct(nat) action in RHS rulesEdward Cree2023-10-153-1/+12
* | sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree2023-10-151-2/+89
* | sfc: replace deprecated strncpy with strscpyJustin Stitt2023-10-131-2/+1
* | sfc: support TC rules which require OR-AR-CT-AR flowEdward Cree2023-10-063-5/+165
* | sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPsEdward Cree2023-10-061-2/+4
* | sfc: offload foreign RHS rules without an encap matchEdward Cree2023-10-061-1/+1
* | sfc: support TC left-hand-side rules on foreign netdevsEdward Cree2023-10-063-2/+222
* | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-032-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-214-4/+30
|\|
| * sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree2023-09-214-4/+30
* | sfc: make coding style of PTP addresses consistent with coreAlex Austin2023-09-161-13/+14
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-071-5/+15
|\
| * sfc: check for zero length in EF10 RX prefixEdward Cree2023-09-011-5/+15
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-2/+2
|\ \ | |/ |/|
| * asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He2023-08-182-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-1/+3
|\ \
| * | sfc: Check firmware supports Ethernet PTP filterAlex Austin2023-08-251-1/+3
* | | sfc: extend pedit add action to handle decrement ipv6 hop limitPieter Jansen van Vuuren2023-08-271-0/+25
* | | sfc: introduce pedit add actions on the ipv4 ttl fieldPieter Jansen van Vuuren2023-08-271-0/+46
* | | sfc: add decrement ipv6 hop limit by offloading set hop limit actionsPieter Jansen van Vuuren2023-08-271-0/+59
* | | sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren2023-08-273-4/+79
* | | sfc: add mac source and destination pedit action offloadPieter Jansen van Vuuren2023-08-271-2/+207
* | | sfc: introduce ethernet pedit set action infrastructurePieter Jansen van Vuuren2023-08-274-11/+202
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-243-3/+3
|\| |
| * | sfc: allocate a big enough SKB for loopback selftest packetEdward Cree2023-08-223-3/+3
* | | sfc: Remove unneeded semicolonYang Li2023-08-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-182-2/+2
|\| |
| * | sfc: don't fail probe if MAE/TC setup failsEdward Cree2023-08-171-1/+1
| * | sfc: don't unregister flow_indr if it was never registeredEdward Cree2023-08-171-1/+1
* | | sfc: offload left-hand side rules for conntrackEdward Cree2023-08-096-0/+599
* | | sfc: conntrack state matches in TC rulesEdward Cree2023-08-094-4/+105
* | | sfc: handle non-zero chain_index on TC rulesEdward Cree2023-08-094-26/+170
* | | sfc: offload conntrack flow entries (match only) from CT zonesEdward Cree2023-08-095-7/+429
* | | sfc: functions to insert/remove conntrack entries to MAE hardwareEdward Cree2023-08-093-0/+274
* | | sfc: functions to register for conntrack zone offloadEdward Cree2023-08-095-1/+156
* | | sfc: add MAE table machinery for conntrack tableEdward Cree2023-08-095-1/+308
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-033-30/+39
|\| |
| * | sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-313-30/+39
| |/
* | net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth2023-07-311-32/+35