| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-27 | sfc: fix potential memory leak in efx_mae_process_mport() | Abdun Nihaal | 1 | -0/+4 |
| 2025-10-06 | Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -9/+0 |
| 2025-09-26 | ethtool: add FEC bins histogram report | Vadim Fedorenko | 2 | -2/+4 |
| 2025-09-25 | net: gso: restore ids of outer ip headers correctly | Richard Gobert | 1 | -4/+13 |
| 2025-09-22 | net: replace use of system_wq with system_percpu_wq | Marco Crivellari | 2 | -2/+2 |
| 2025-08-26 | ipv4: Convert ->flowi4_tos to dscp_t. | Guillaume Nault | 1 | -1/+3 |
| 2025-08-14 | sfc: replace min/max nesting with clamp() | Xichao Zhao | 3 | -7/+6 |
| 2025-08-13 | PCI/ERR: Remove remnants of .link_reset() callback | Lukas Wunner | 3 | -9/+0 |
| 2025-08-01 | sfc: unfix not-a-typo in comment | Edward Cree | 1 | -1/+1 |
| 2025-07-25 | net: Fix typos | Bjorn Helgaas | 4 | -11/+11 |
| 2025-07-11 | sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fields | Edward Cree | 1 | -4/+8 |
| 2025-07-01 | sfc: siena: eliminate xdp_rxq_info_valid using XDP base API | Fushuai Wang | 2 | -7/+1 |
| 2025-07-01 | sfc: eliminate xdp_rxq_info_valid using XDP base API | Fushuai Wang | 2 | -7/+1 |
| 2025-06-30 | net: ethtool: move rxfh_fields callbacks under the rss_lock | Jakub Kicinski | 1 | -7/+2 |
| 2025-06-21 | eth: sfc: migrate to new RXFH callbacks | Jakub Kicinski | 3 | -48/+57 |
| 2025-06-21 | eth: sfc: siena: migrate to new RXFH callbacks | Jakub Kicinski | 3 | -37/+43 |
| 2025-06-21 | eth: sfc: falcon: migrate to new RXFH callbacks | Jakub Kicinski | 1 | -23/+28 |
| 2025-06-18 | udp_tunnel: remove rtnl_lock dependency | Stanislav Fomichev | 1 | -1/+0 |
| 2025-06-12 | net: ethtool: require drivers to opt into the per-RSS ctx RXFH | Jakub Kicinski | 1 | -0/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 6 | -7/+10 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 6 | -8/+8 |
| 2025-04-03 | sfc: fix NULL dereferences in ef100_process_design_param() | Edward Cree | 2 | -29/+24 |
| 2025-03-25 | sfc: support X4 devlink flash | Edward Cree | 3 | -22/+34 |
| 2025-03-25 | sfc: update MCDI protocol headers | Edward Cree | 1 | -8814/+5028 |
| 2025-03-25 | sfc: rip out MDIO support | Edward Cree | 5 | -99/+2 |
| 2025-02-27 | sfc: Remove newline at the end of a netlink error message | Gal Pressman | 2 | -4/+4 |
| 2025-02-11 | sfc: document devlink flash support | Edward Cree | 1 | -2/+3 |
| 2025-02-11 | sfc: deploy devlink flash images to NIC over MCDI | Edward Cree | 3 | -3/+231 |
| 2025-02-11 | sfc: extend NVRAM MCDI handlers | Edward Cree | 3 | -23/+121 |
| 2025-02-11 | sfc: parse headers of devlink flash images | Edward Cree | 5 | -1/+437 |
| 2025-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-01-02 | net: sfc: Correct key_len for efx_tc_ct_zone_ht_params | Liang Jie | 1 | -1/+1 |
| 2024-12-23 | sfc: Use netdev refcount tracking in struct efx_async_filter_insertion | YiFei Zhu | 4 | -4/+10 |
| 2024-12-19 | sfc: remove efx_writed_page_locked | Andy Moreton | 1 | -24/+0 |
| 2024-11-14 | net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts in | Edward Cree | 2 | -0/+2 |
| 2024-11-09 | net: sfc: use ethtool string helpers | Rosen Penev | 20 | -106/+83 |
| 2024-11-05 | sfc: Remove more unused functions | Dr. David Alan Gilbert | 8 | -43/+0 |
| 2024-11-05 | sfc: Remove unused mcdi functions | Dr. David Alan Gilbert | 2 | -86/+0 |
| 2024-11-05 | sfc: Remove unused efx_mae_mport_vf | Dr. David Alan Gilbert | 2 | -12/+0 |
| 2024-11-05 | sfc: Remove falcon deadcode | Dr. David Alan Gilbert | 7 | -58/+0 |
| 2024-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+4 |
| 2024-10-06 | sfc: add per-queue RX bytes stats | Edward Cree | 5 | -0/+11 |
| 2024-10-06 | sfc: implement per-queue TSO (hw_gso) stats | Edward Cree | 3 | -0/+22 |
| 2024-10-06 | sfc: implement per-queue rx drop and overrun stats | Edward Cree | 4 | -2/+31 |
| 2024-10-06 | sfc: account XDP TXes in netdev base stats | Edward Cree | 5 | -8/+39 |
| 2024-10-06 | sfc: add n_rx_overlength to ethtool stats | Edward Cree | 1 | -0/+1 |
| 2024-10-06 | sfc: implement basic per-queue stats | Edward Cree | 7 | -4/+108 |
| 2024-10-06 | sfc: remove obsolete counters from struct efx_channel | Edward Cree | 2 | -6/+0 |
| 2024-10-03 | sfc: Don't invoke xdp_do_flush() from netpoll. | Sebastian Andrzej Siewior | 2 | -2/+4 |
| 2024-09-11 | sfc: Add X4 PF support | Jonathan Cooper | 4 | -0/+134 |
| 2024-09-09 | sfc/siena: Remove setting of RX software timestamp | Gal Pressman | 1 | -5/+0 |
| 2024-09-09 | sfc: Remove setting of RX software timestamp | Gal Pressman | 1 | -5/+0 |
| 2024-09-06 | sfc: siena: rip out rss-context dead code | Edward Cree | 6 | -211/+8 |
| 2024-09-06 | sfc: convert comma to semicolon | Chen Ni | 1 | -1/+1 |
| 2024-09-06 | sfc/siena: Convert comma to semicolon | Chen Ni | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -2/+2 |
| 2024-08-30 | sfc: Convert to use ERR_CAST() | Shen Lichuan | 1 | -1/+1 |
| 2024-08-12 | ethtool: rss: don't report key if device doesn't support it | Jakub Kicinski | 2 | -0/+2 |
| 2024-08-12 | eth: remove .cap_rss_ctx_supported from updated drivers | Jakub Kicinski | 2 | -2/+0 |
| 2024-07-15 | Merge branch 'net-make-timestamping-selectable' | Jakub Kicinski | 7 | -9/+10 |
| 2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent | 7 | -9/+10 |
| 2024-07-13 | sfc: falcon: Make I2C terminology more inclusive | Easwar Hariharan | 1 | -1/+1 |
| 2024-06-28 | sfc: remove get_rxfh_context dead code | Edward Cree | 1 | -36/+2 |
| 2024-06-28 | sfc: use new rxfh_context API | Edward Cree | 13 | -219/+212 |
| 2024-06-12 | sfc: use flow_rule_is_supp_enc_control_flags() | Asbjørn Sloth Tønnesen | 1 | -4/+1 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 3 | -3/+3 |
| 2024-04-18 | sfc: use flow_rule_is_supp_control_flags() | Asbjørn Sloth Tønnesen | 1 | -4/+3 |
| 2024-03-07 | net: introduce include/net/rps.h | Eric Dumazet | 2 | -0/+2 |
| 2024-03-04 | net: adopt skb_network_offset() and similar helpers | Eric Dumazet | 3 | -8/+6 |
| 2024-02-14 | net: remove stale mentions of dev_base_lock in comments | Eric Dumazet | 3 | -3/+3 |
| 2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2024-01-02 | sfc: fix a double-free bug in efx_probe_filters | Zhipeng Lu | 1 | -1/+3 |
| 2023-12-13 | net: ethtool: get rid of get/set_rxfh_context functions | Ahmed Zaki | 7 | -130/+121 |
| 2023-12-13 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki | 5 | -74/+92 |
| 2023-12-05 | sfc-siena: Implement ndo_hwtstamp_(get|set) | Alex Austin | 5 | -27/+38 |
| 2023-12-05 | sfc: Implement ndo_hwtstamp_(get|set) | Alex Austin | 5 | -29/+38 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -19/+19 |
| 2023-10-23 | sfc: cleanup and reduce netlink error messages | Pieter Jansen van Vuuren | 1 | -19/+19 |
| 2023-10-15 | sfc: support offloading ct(nat) action in RHS rules | Edward Cree | 3 | -1/+12 |
| 2023-10-15 | sfc: parse mangle actions (NAT) in conntrack entries | Edward Cree | 1 | -2/+89 |
| 2023-10-13 | sfc: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -2/+1 |
| 2023-10-06 | sfc: support TC rules which require OR-AR-CT-AR flow | Edward Cree | 3 | -5/+165 |
| 2023-10-06 | sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPs | Edward Cree | 1 | -2/+4 |
| 2023-10-06 | sfc: offload foreign RHS rules without an encap match | Edward Cree | 1 | -1/+1 |
| 2023-10-06 | sfc: support TC left-hand-side rules on foreign netdevs | Edward Cree | 3 | -2/+222 |
| 2023-10-03 | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush(). | Sebastian Andrzej Siewior | 2 | -2/+2 |
| 2023-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 4 | -4/+30 |
| 2023-09-21 | sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast() | Edward Cree | 4 | -4/+30 |
| 2023-09-16 | sfc: make coding style of PTP addresses consistent with core | Alex Austin | 1 | -13/+14 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -5/+15 |
| 2023-09-01 | sfc: check for zero length in EF10 RX prefix | Edward Cree | 1 | -5/+15 |
| 2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -2/+2 |
| 2023-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+3 |
| 2023-08-27 | sfc: extend pedit add action to handle decrement ipv6 hop limit | Pieter Jansen van Vuuren | 1 | -0/+25 |
| 2023-08-27 | sfc: introduce pedit add actions on the ipv4 ttl field | Pieter Jansen van Vuuren | 1 | -0/+46 |
| 2023-08-27 | sfc: add decrement ipv6 hop limit by offloading set hop limit actions | Pieter Jansen van Vuuren | 1 | -0/+59 |
| 2023-08-27 | sfc: add decrement ttl by offloading set ipv4 ttl actions | Pieter Jansen van Vuuren | 3 | -4/+79 |
| 2023-08-27 | sfc: add mac source and destination pedit action offload | Pieter Jansen van Vuuren | 1 | -2/+207 |
| 2023-08-27 | sfc: introduce ethernet pedit set action infrastructure | Pieter Jansen van Vuuren | 4 | -11/+202 |
| 2023-08-25 | sfc: Check firmware supports Ethernet PTP filter | Alex Austin | 1 | -1/+3 |
| 2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+3 |
| 2023-08-22 | sfc: allocate a big enough SKB for loopback selftest packet | Edward Cree | 3 | -3/+3 |
| 2023-08-18 | sfc: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+2 |
| 2023-08-18 | asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros | Baoquan He | 2 | -2/+2 |
| 2023-08-17 | sfc: don't fail probe if MAE/TC setup fails | Edward Cree | 1 | -1/+1 |
| 2023-08-17 | sfc: don't unregister flow_indr if it was never registered | Edward Cree | 1 | -1/+1 |
| 2023-08-09 | sfc: offload left-hand side rules for conntrack | Edward Cree | 6 | -0/+599 |
| 2023-08-09 | sfc: conntrack state matches in TC rules | Edward Cree | 4 | -4/+105 |
| 2023-08-09 | sfc: handle non-zero chain_index on TC rules | Edward Cree | 4 | -26/+170 |
| 2023-08-09 | sfc: offload conntrack flow entries (match only) from CT zones | Edward Cree | 5 | -7/+429 |
| 2023-08-09 | sfc: functions to insert/remove conntrack entries to MAE hardware | Edward Cree | 3 | -0/+274 |
| 2023-08-09 | sfc: functions to register for conntrack zone offload | Edward Cree | 5 | -1/+156 |
| 2023-08-09 | sfc: add MAE table machinery for conntrack table | Edward Cree | 5 | -1/+308 |
| 2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -30/+39 |
| 2023-07-31 | sfc: fix field-spanning memcpy in selftest | Edward Cree | 3 | -30/+39 |
| 2023-07-31 | net: flow_dissector: Use 64bits for used_keys | Ratheesh Kannoth | 1 | -32/+35 |
| 2023-07-28 | sfc: Remove vfdi.h | Martin Habets | 1 | -252/+0 |
| 2023-07-28 | sfc: Cleanups in io.h | Martin Habets | 2 | -80/+9 |
| 2023-07-28 | sfc: Miscellaneous comment removals | Martin Habets | 4 | -21/+2 |
| 2023-07-28 | sfc: Remove struct efx_special_buffer | Martin Habets | 8 | -75/+25 |
| 2023-07-28 | sfc: Filter cleanups for Falcon and Siena | Martin Habets | 2 | -23/+0 |
| 2023-07-28 | sfc: Remove some NIC type indirections that are no longer needed | Martin Habets | 5 | -19/+0 |
| 2023-07-28 | sfc: Remove PTP code for Siena | Martin Habets | 2 | -226/+1 |
| 2023-07-28 | sfc: Remove EFX_REV_SIENA_A0 | Martin Habets | 2 | -9/+1 |
| 2023-07-28 | sfc: Remove support for siena high priority queue | Martin Habets | 4 | -50/+2 |
| 2023-07-28 | sfc: Remove siena_nic_data and stats | Martin Habets | 1 | -95/+0 |
| 2023-07-28 | sfc: Remove falcon references | Martin Habets | 6 | -3170/+2 |
| 2023-06-29 | sfc: support for devlink port requires MAE access | Martin Habets | 1 | -0/+3 |
| 2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+10 |
| 2023-06-26 | sfc: falcon: use padding to fix alignment in loopback test | Edward Cree | 1 | -19/+28 |
| 2023-06-26 | sfc: siena: use padding to fix alignment in loopback test | Edward Cree | 1 | -19/+28 |
| 2023-06-26 | sfc: use padding to fix alignment in loopback test | Edward Cree | 1 | -19/+28 |
| 2023-06-26 | sfc: fix crash when reading stats while NIC is resetting | Edward Cree | 1 | -3/+10 |
| 2023-06-22 | sfc: keep alive neighbour entries while a TC encap action is using them | Edward Cree | 4 | -1/+81 |
| 2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -13/+31 |
| 2023-06-20 | sfc: fix uninitialized variable use | Arnd Bergmann | 1 | -0/+1 |
| 2023-06-20 | sfc: add CONFIG_INET dependency for TC offload | Arnd Bergmann | 1 | -0/+1 |
| 2023-06-17 | sfc: use budget for TX completions | Íñigo Huguet | 6 | -13/+31 |
| 2023-06-16 | sfc: do not try to call tc functions when CONFIG_SFC_SRIOV=n | Edward Cree | 2 | -0/+23 |
| 2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+4 |
| 2023-06-15 | sfc: fix XDP queues mode with legacy IRQ | Íñigo Huguet | 2 | -0/+4 |
| 2023-06-12 | sfc: Add devlink dev info support for EF10 | Martin Habets | 1 | -0/+9 |
| 2023-06-10 | sfc: generate encap headers for TC offload | Edward Cree | 1 | -9/+185 |
| 2023-06-10 | sfc: neighbour lookup for TC encap action offload | Edward Cree | 8 | -6/+569 |
| 2023-06-10 | sfc: MAE functions to create/update/delete encap headers | Edward Cree | 2 | -2/+95 |
| 2023-06-10 | sfc: add function to atomically update a rule in the MAE | Edward Cree | 2 | -0/+24 |
| 2023-06-10 | sfc: some plumbing towards TC encap action offload | Edward Cree | 5 | -3/+284 |
| 2023-06-10 | sfc: add fallback action-set-lists for TC offload | Edward Cree | 2 | -0/+77 |
| 2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet | 2 | -0/+2 |
| 2023-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -15/+12 |
| 2023-05-31 | sfc: fix error unwinds in TC offload | Edward Cree | 1 | -15/+12 |
| 2023-05-30 | devlink: move port_fn_hw_addr_get/set() to devlink_port_ops | Jiri Pirko | 1 | -44/+42 |
| 2023-05-30 | sfc: register devlink port with ops | Jiri Pirko | 1 | -1/+7 |
| 2023-05-26 | sfc: handle VI shortage on ef100 by readjusting the channels | Pieter Jansen van Vuuren | 1 | -6/+45 |
| 2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -50/+45 |
| 2023-05-19 | sfc: fix devlink info error handling | Alejandro Lucero | 1 | -50/+45 |
| 2023-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2023-05-13 | sfc: fix use-after-free in efx_tc_flower_record_encap_match() | Edward Cree | 1 | -2/+2 |
| 2023-05-12 | sfc: support TC decap rules matching on enc_src_port | Edward Cree | 4 | -16/+41 |
| 2023-05-12 | sfc: support TC decap rules matching on enc_ip_tos | Edward Cree | 2 | -36/+133 |
| 2023-05-12 | sfc: populate enc_ip_tos matches in MAE outer rules | Edward Cree | 4 | -7/+20 |
| 2023-05-12 | sfc: release encap match in efx_tc_flow_free() | Edward Cree | 1 | -17/+15 |
| 2023-05-12 | sfc: disable RXFCS and RXALL features by default | Pieter Jansen van Vuuren | 1 | -1/+3 |
| 2023-05-01 | sfc: Fix module EEPROM reporting for QSFP modules | Andy Moreton | 1 | -4/+7 |
| 2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean | 1 | -1/+1 |
| 2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+2 |
| 2023-04-17 | sfc: Fix use-after-free due to selftest_work | Ding Hui | 2 | -1/+2 |
| 2023-04-03 | sfc: remove expired unicast PTP filters | Íñigo Huguet | 1 | -25/+72 |
| 2023-04-03 | sfc: support unicast PTP | Íñigo Huguet | 1 | -3/+98 |
| 2023-04-03 | sfc: allow insertion of filters for unicast PTP | Íñigo Huguet | 1 | -23/+36 |
| 2023-04-03 | sfc: store PTP filters in a list | Íñigo Huguet | 1 | -29/+52 |
| 2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -22/+33 |
| 2023-03-29 | sfc: add offloading of 'foreign' TC (decap) rules | Edward Cree | 4 | -17/+366 |
| 2023-03-29 | sfc: add code to register and unregister encap matches | Edward Cree | 2 | -0/+174 |
| 2023-03-29 | sfc: add functions to insert encap matches into the MAE | Edward Cree | 3 | -0/+111 |
| 2023-03-29 | sfc: handle enc keys in efx_tc_flower_parse_match() | Edward Cree | 1 | -0/+61 |
| 2023-03-29 | sfc: add notion of match on enc keys to MAE machinery | Edward Cree | 3 | -2/+122 |
| 2023-03-29 | sfc: document TC-to-EF100-MAE action translation concepts | Edward Cree | 1 | -1/+25 |
| 2023-03-24 | sfc: ef10: don't overwrite offload features at NIC reset | Íñigo Huguet | 2 | -22/+33 |
| 2023-03-10 | sfc: support offloading TC VLAN push/pop actions to the MAE | Edward Cree | 4 | -0/+67 |
| 2023-03-08 | sfc_ef100: Drop redundant pci_disable_pcie_error_reporting() | Bjorn Helgaas | 1 | -3/+0 |
| 2023-03-08 | sfc/siena: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -5/+0 |
| 2023-03-08 | sfc: falcon: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -9/+0 |
| 2023-03-08 | sfc: Drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -5/+0 |
| 2023-02-20 | sfc: fix builds without CONFIG_RTC_LIB | Alejandro Lucero | 1 | -1/+1 |
| 2023-02-20 | sfc: clean up some inconsistent indentings | Yang Li | 1 | -2/+2 |
| 2023-02-20 | sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOV | Arnd Bergmann | 1 | -17/+10 |
| 2023-02-20 | sfc: Fix spelling mistake "creationg" -> "creating" | Colin Ian King | 1 | -1/+1 |
| 2023-02-16 | sfc: add support for devlink port_function_hw_addr_set in ef100 | Alejandro Lucero | 1 | -0/+50 |
| 2023-02-16 | sfc: add support for devlink port_function_hw_addr_get in ef100 | Alejandro Lucero | 5 | -0/+91 |
| 2023-02-16 | sfc: obtain device mac address based on firmware handle for ef100 | Alejandro Lucero | 3 | -18/+31 |
| 2023-02-16 | sfc: add devlink port support for ef100 | Alejandro Lucero | 7 | -0/+156 |
| 2023-02-16 | sfc: add mport lookup based on driver's mport data | Alejandro Lucero | 4 | -7/+31 |
| 2023-02-16 | sfc: enumerate mports in ef100 | Alejandro Lucero | 8 | -0/+291 |
| 2023-02-16 | sfc: add devlink info support for ef100 | Alejandro Lucero | 4 | -0/+549 |
| 2023-02-16 | sfc: add devlink support for ef100 | Alejandro Lucero | 6 | -1/+102 |
| 2023-02-10 | Daniel Borkmann says: | Jakub Kicinski | 2 | -0/+8 |
| 2023-02-08 | sfc: move xdp_features configuration in efx_pci_probe_post_io() | Lorenzo Bianconi | 2 | -8/+8 |
| 2023-02-02 | drivers: net: turn on XDP features | Marek Majtyka | 2 | -0/+8 |