index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
efx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-07
1
-58
/
+20
|
\
|
*
sfc: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-20
1
-51
/
+14
|
*
sfc: Read VPD with pci_vpd_alloc()
Heiner Kallweit
2021-08-20
1
-15
/
+14
*
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
|
/
*
sfc: use DEVICE_ATTR_*() macro
YueHaibing
2021-05-23
1
-3
/
+3
*
sfc: don't use netif_info et al before net_device is registered
Heiner Kallweit
2021-05-14
1
-8
/
+5
*
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
2021-04-30
1
-1
/
+1
*
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
2021-01-07
1
-2
/
+0
*
sfc: advertise encapsulated offloads on EF10
Edward Cree
2020-09-11
1
-0
/
+1
*
sfc: remove EFX_DRIVER_VERSION
Edward Cree
2020-09-07
1
-2
/
+1
*
sfc: remove phy_op indirection
Edward Cree
2020-09-07
1
-12
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
1
-5
/
+0
|
\
|
*
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
2020-07-25
1
-5
/
+0
*
|
sfc: skeleton EF100 PF driver
Edward Cree
2020-07-27
1
-0
/
+8
|
/
*
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
2020-07-23
1
-70
/
+2
*
sfc: commonise netif_set_real_num[tr]x_queues calls
Edward Cree
2020-07-02
1
-3
/
+0
*
sfc: move modparam 'rss_cpus' out of common channel code
Edward Cree
2020-07-02
1
-0
/
+3
*
sfc: move modparam 'interrupt_mode' out of common channel code
Edward Cree
2020-07-02
1
-0
/
+4
*
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
2020-07-02
1
-4
/
+0
*
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
2020-06-30
1
-1
/
+0
*
sfc: commonise miscellaneous efx functions
Edward Cree
2020-06-30
1
-103
/
+0
*
sfc: commonise PCI error handlers
Edward Cree
2020-06-29
1
-91
/
+0
*
sfc: track which BAR is mapped
Edward Cree
2020-06-29
1
-2
/
+2
*
sfc: commonise FC advertising
Edward Cree
2020-06-29
1
-24
/
+0
*
sfc: remove unused variable 'efx_default_channel_type'
YueHaibing
2020-02-19
1
-1
/
+0
*
sfc: remove duplicated include from efx.c
YueHaibing
2020-01-16
1
-1
/
+0
*
sfc: move RPS code
Alex Maftei (amaftei)
2020-01-10
1
-200
/
+0
*
sfc: move yet more functions
Alex Maftei (amaftei)
2020-01-10
1
-45
/
+0
*
sfc: move RSS code
Alex Maftei (amaftei)
2020-01-10
1
-65
/
+1
*
sfc: move various functions
Alex Maftei (amaftei)
2020-01-10
1
-11
/
+0
*
sfc: move MCDI logging device attribute
Alex Maftei (amaftei)
2020-01-09
1
-37
/
+3
*
sfc: move some port link state/caps code
Alex Maftei (amaftei)
2020-01-09
1
-15
/
+0
*
sfc: move common rx code
Alex Maftei (amaftei)
2020-01-08
1
-11
/
+0
*
sfc: move event queue management code
Alex Maftei (amaftei)
2020-01-08
1
-92
/
+0
*
sfc: move channel interrupt management code
Alex Maftei (amaftei)
2020-01-08
1
-316
/
+0
*
sfc: move channel alloc/removal code
Alex Maftei (amaftei)
2020-01-08
1
-420
/
+0
*
sfc: move channel start/stop code
Alex Maftei (amaftei)
2020-01-08
1
-119
/
+0
*
sfc: move some channel-related code
Alex Maftei (amaftei)
2020-01-08
1
-169
/
+0
*
sfc: move struct init and fini code
Alex Maftei (amaftei)
2020-01-08
1
-371
/
+4
*
sfc: move some device reset code
Alex Maftei (amaftei)
2020-01-08
1
-227
/
+0
*
sfc: move datapath management code
Alex Maftei (amaftei)
2020-01-08
1
-303
/
+7
*
sfc: move mac configuration and status functions
Alex Maftei (amaftei)
2020-01-08
1
-44
/
+0
*
sfc: move reset workqueue code
Alex Maftei (amaftei)
2020-01-08
1
-15
/
+7
*
sfc: further preparation for code split
Alex Maftei (amaftei)
2020-01-08
1
-23
/
+8
*
sfc: add new headers in preparation for code split
Alex Maftei (amaftei)
2020-01-08
1
-51
/
+40
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-22
1
-19
/
+18
|
\
|
*
sfc: fix channel allocation with brute force
Edward Cree
2019-12-20
1
-19
/
+18
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
|
/
*
sfc: do ARFS expiry work occasionally even without NAPI poll
Edward Cree
2019-11-22
1
-4
/
+4
*
sfc: change ARFS expiry mechanism
Edward Cree
2019-11-22
1
-3
/
+5
[next]