index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-02
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-12
sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fields
Edward Cree
1
-4
/
+8
2025-07-02
sfc: siena: eliminate xdp_rxq_info_valid using XDP base API
Fushuai Wang
2
-7
/
+1
2025-07-02
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-19
udp_tunnel: remove rtnl_lock dependency
Stanislav Fomichev
1
-1
/
+0
2025-06-13
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()
Ingo Molnar
6
-7
/
+10
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
6
-8
/
+8
2025-04-04
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-28
sfc: Remove newline at the end of a netlink error message
Gal Pressman
2
-4
/
+4
2025-02-12
sfc: document devlink flash support
Edward Cree
1
-2
/
+3
2025-02-12
sfc: deploy devlink flash images to NIC over MCDI
Edward Cree
3
-3
/
+231
2025-02-12
sfc: extend NVRAM MCDI handlers
Edward Cree
3
-23
/
+121
2025-02-12
sfc: parse headers of devlink flash images
Edward Cree
5
-1
/
+437
2025-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-03
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-20
sfc: remove efx_writed_page_locked
Andy Moreton
1
-24
/
+0
2024-11-15
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-06
sfc: Remove more unused functions
Dr. David Alan Gilbert
8
-43
/
+0
2024-11-06
sfc: Remove unused mcdi functions
Dr. David Alan Gilbert
2
-86
/
+0
2024-11-06
sfc: Remove unused efx_mae_mport_vf
Dr. David Alan Gilbert
2
-12
/
+0
2024-11-06
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-04
sfc: Don't invoke xdp_do_flush() from netpoll.
Sebastian Andrzej Siewior
2
-2
/
+4
2024-09-12
sfc: Add X4 PF support
Jonathan Cooper
4
-0
/
+134
2024-09-10
sfc/siena: Remove setting of RX software timestamp
Gal Pressman
1
-5
/
+0
2024-09-10
sfc: Remove setting of RX software timestamp
Gal Pressman
1
-5
/
+0
2024-09-07
sfc: siena: rip out rss-context dead code
Edward Cree
6
-211
/
+8
2024-09-07
sfc: convert comma to semicolon
Chen Ni
1
-1
/
+1
2024-09-07
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
[next]