aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net: introduce include/net/rps.hGravatar Eric Dumazet 2-0/+2
2024-03-04net: adopt skb_network_offset() and similar helpersGravatar Eric Dumazet 3-8/+6
2024-02-14net: remove stale mentions of dev_base_lock in commentsGravatar Eric Dumazet 3-3/+3
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2024-01-02sfc: fix a double-free bug in efx_probe_filtersGravatar Zhipeng Lu 1-1/+3
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsGravatar Ahmed Zaki 7-130/+121
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsGravatar Ahmed Zaki 5-74/+92
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Gravatar Alex Austin 5-27/+38
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Gravatar Alex Austin 5-29/+38
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-19/+19
2023-10-23sfc: cleanup and reduce netlink error messagesGravatar Pieter Jansen van Vuuren 1-19/+19
2023-10-15sfc: support offloading ct(nat) action in RHS rulesGravatar Edward Cree 3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesGravatar Edward Cree 1-2/+89
2023-10-13sfc: replace deprecated strncpy with strscpyGravatar Justin Stitt 1-2/+1
2023-10-06sfc: support TC rules which require OR-AR-CT-AR flowGravatar Edward Cree 3-5/+165
2023-10-06sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPsGravatar Edward Cree 1-2/+4
2023-10-06sfc: offload foreign RHS rules without an encap matchGravatar Edward Cree 1-1/+1
2023-10-06sfc: support TC left-hand-side rules on foreign netdevsGravatar Edward Cree 3-2/+222
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Gravatar Sebastian Andrzej Siewior 2-2/+2
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 4-4/+30
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Gravatar Edward Cree 4-4/+30
2023-09-16sfc: make coding style of PTP addresses consistent with coreGravatar Alex Austin 1-13/+14
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-5/+15
2023-09-01sfc: check for zero length in EF10 RX prefixGravatar Edward Cree 1-5/+15
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+2
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-1/+3
2023-08-27sfc: extend pedit add action to handle decrement ipv6 hop limitGravatar Pieter Jansen van Vuuren 1-0/+25
2023-08-27sfc: introduce pedit add actions on the ipv4 ttl fieldGravatar Pieter Jansen van Vuuren 1-0/+46
2023-08-27sfc: add decrement ipv6 hop limit by offloading set hop limit actionsGravatar Pieter Jansen van Vuuren 1-0/+59
2023-08-27sfc: add decrement ttl by offloading set ipv4 ttl actionsGravatar Pieter Jansen van Vuuren 3-4/+79
2023-08-27sfc: add mac source and destination pedit action offloadGravatar Pieter Jansen van Vuuren 1-2/+207
2023-08-27sfc: introduce ethernet pedit set action infrastructureGravatar Pieter Jansen van Vuuren 4-11/+202
2023-08-25sfc: Check firmware supports Ethernet PTP filterGravatar Alex Austin 1-1/+3
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-3/+3
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetGravatar Edward Cree 3-3/+3
2023-08-18sfc: Remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-2/+2
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosGravatar Baoquan He 2-2/+2
2023-08-17sfc: don't fail probe if MAE/TC setup failsGravatar Edward Cree 1-1/+1
2023-08-17sfc: don't unregister flow_indr if it was never registeredGravatar Edward Cree 1-1/+1
2023-08-09sfc: offload left-hand side rules for conntrackGravatar Edward Cree 6-0/+599
2023-08-09sfc: conntrack state matches in TC rulesGravatar Edward Cree 4-4/+105
2023-08-09sfc: handle non-zero chain_index on TC rulesGravatar Edward Cree 4-26/+170
2023-08-09sfc: offload conntrack flow entries (match only) from CT zonesGravatar Edward Cree 5-7/+429
2023-08-09sfc: functions to insert/remove conntrack entries to MAE hardwareGravatar Edward Cree 3-0/+274
2023-08-09sfc: functions to register for conntrack zone offloadGravatar Edward Cree 5-1/+156
2023-08-09sfc: add MAE table machinery for conntrack tableGravatar Edward Cree 5-1/+308
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-30/+39
2023-07-31sfc: fix field-spanning memcpy in selftestGravatar Edward Cree 3-30/+39
2023-07-31net: flow_dissector: Use 64bits for used_keysGravatar Ratheesh Kannoth 1-32/+35