index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-05
sfc: use swap() to make code cleaner
Yang Guang
1
-6
/
+2
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-14
/
+29
2021-10-21
sfc: Don't use netif_info before net_device setup
Erik Ekman
2
-3
/
+3
2021-10-21
sfc: Export fibre-specific supported link modes
Erik Ekman
1
-11
/
+26
2021-10-18
sfc: Fix reading non-legacy supported link modes
Erik Ekman
1
-8
/
+2
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
6
-9
/
+9
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
4
-7
/
+7
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-40
/
+103
2021-09-09
sfc: last resort fallback for lack of xdp tx queues
Íñigo Huguet
3
-40
/
+58
2021-09-09
sfc: fallback for lack of xdp tx queues
Íñigo Huguet
3
-19
/
+64
2021-09-07
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-117
/
+40
2021-08-24
sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-24
sfc: falcon: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-16
/
+14
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2
-4
/
+12
2021-08-23
Revert "sfc: falcon: Read VPD with pci_vpd_alloc()"
David S. Miller
1
-14
/
+16
2021-08-23
Revert "sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
1
-14
/
+51
2021-08-22
sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-22
sfc: falcon: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-16
/
+14
2021-08-20
sfc: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-51
/
+14
2021-08-20
sfc: Read VPD with pci_vpd_alloc()
Heiner Kallweit
1
-15
/
+14
2021-08-13
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-1
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2
-2
/
+2
2021-07-13
sfc: add logs explaining XDP_TX/REDIRECT is not available
Íñigo Huguet
1
-0
/
+4
2021-07-13
sfc: ensure correct number of XDP queues
Íñigo Huguet
1
-7
/
+8
2021-07-13
sfc: fix lack of XDP TX queues - error XDP TX failed (-22)
Íñigo Huguet
1
-1
/
+2
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-20
/
+19
2021-06-24
sfc: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-7
/
+2
2021-06-22
sfc: avoid duplicated code in ef10_sriov
Íñigo Huguet
1
-3
/
+1
2021-06-22
sfc: explain that "attached" VFs only refer to Xen
Íñigo Huguet
2
-4
/
+6
2021-06-22
sfc: error code if SRIOV cannot be disabled
Íñigo Huguet
1
-4
/
+11
2021-06-22
sfc: avoid double pci_remove of VFs
Íñigo Huguet
1
-9
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-05-23
sfc: falcon: use DEVICE_ATTR_*() macro
YueHaibing
2
-7
/
+7
2021-05-23
sfc: use DEVICE_ATTR_*() macro
YueHaibing
3
-17
/
+18
2021-05-21
net:sfc: fix non-freed irq in legacy irq mode
Íñigo Huguet
1
-0
/
+1
2021-05-21
sfc: farch: fix compile warning in efx_farch_dimension_resources()
Yang Yingliang
1
-6
/
+7
2021-05-14
sfc: don't use netif_info et al before net_device is registered
Heiner Kallweit
1
-8
/
+5
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
2
-2
/
+2
2021-04-27
sfc: adjust efx->xdp_tx_queue_count with the real number of initialized queues
Ignat Korchagin
1
-0
/
+2
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-10
/
+9
2021-04-20
sfc: ef10: fix TX queue lookup in TX event handling
Edward Cree
1
-2
/
+1
2021-04-20
sfc: farch: fix TX queue lookup in TX event handling
Edward Cree
1
-4
/
+4
2021-04-20
sfc: farch: fix TX queue lookup in TX flush done handling
Edward Cree
1
-4
/
+4
2021-04-15
sfc: ef10: implement ethtool::get_fec_stats
Jakub Kicinski
3
-0
/
+30
2021-04-14
sfc: Remove duplicate argument
Wan Jiabing
1
-1
/
+0
2021-04-05
sfc: Use 'skb_add_rx_frag()' instead of hand coding it
Christophe JAILLET
1
-7
/
+4
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-14
/
+1
2021-03-24
sfc-falcon: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
[next]