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.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
/
efx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-13
sfc: introduce shutdown entry point in efx pci driver
Pieter Jansen van Vuuren
1
-0
/
+12
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-06-29
sfc: Separate netdev probe/remove from PCI probe/remove
Jonathan Cooper
1
-1
/
+1
2022-06-29
sfc: Separate efx_nic memory from net_device memory
Jonathan Cooper
1
-4
/
+16
2022-06-29
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
1
-10
/
+10
2022-06-29
sfc: Change BUG_ON to WARN_ON and recovery code.
Jonathan Cooper
1
-1
/
+2
2022-06-29
sfc: Remove netdev init from efx_init_struct
Jonathan Cooper
1
-1
/
+2
2022-06-29
sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.
Jonathan Cooper
1
-16
/
+13
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2022-05-04
sfc: Disable Siena support
Martin Habets
1
-17
/
+0
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-58
/
+20
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-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-24
sfc: use DEVICE_ATTR_*() macro
YueHaibing
1
-3
/
+3
2021-05-15
sfc: don't use netif_info et al before net_device is registered
Heiner Kallweit
1
-8
/
+5
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
1
-1
/
+1
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-09-12
sfc: advertise encapsulated offloads on EF10
Edward Cree
1
-0
/
+1
2020-09-08
sfc: remove EFX_DRIVER_VERSION
Edward Cree
1
-2
/
+1
2020-09-08
sfc: remove phy_op indirection
Edward Cree
1
-12
/
+5
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+0
2020-07-27
sfc: skeleton EF100 PF driver
Edward Cree
1
-0
/
+8
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-5
/
+0
2020-07-23
sfc: convert to new udp_tunnel infrastructure
Jakub Kicinski
1
-70
/
+2
2020-07-03
sfc: commonise netif_set_real_num[tr]x_queues calls
Edward Cree
1
-3
/
+0
2020-07-03
sfc: move modparam 'rss_cpus' out of common channel code
Edward Cree
1
-0
/
+3
2020-07-03
sfc: move modparam 'interrupt_mode' out of common channel code
Edward Cree
1
-0
/
+4
2020-07-03
sfc: support setting MTU even if not privileged to configure MAC fully
Edward Cree
1
-4
/
+0
2020-06-30
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
1
-1
/
+0
2020-06-30
sfc: commonise miscellaneous efx functions
Edward Cree
1
-103
/
+0
2020-06-30
sfc: commonise PCI error handlers
Edward Cree
1
-91
/
+0
2020-06-30
sfc: track which BAR is mapped
Edward Cree
1
-2
/
+2
2020-06-30
sfc: commonise FC advertising
Edward Cree
1
-24
/
+0
2020-02-20
sfc: remove unused variable 'efx_default_channel_type'
YueHaibing
1
-1
/
+0
2020-01-16
sfc: remove duplicated include from efx.c
YueHaibing
1
-1
/
+0
2020-01-10
sfc: move RPS code
Alex Maftei (amaftei)
1
-200
/
+0
2020-01-10
sfc: move yet more functions
Alex Maftei (amaftei)
1
-45
/
+0
2020-01-10
sfc: move RSS code
Alex Maftei (amaftei)
1
-65
/
+1
2020-01-10
sfc: move various functions
Alex Maftei (amaftei)
1
-11
/
+0
2020-01-09
sfc: move MCDI logging device attribute
Alex Maftei (amaftei)
1
-37
/
+3
2020-01-09
sfc: move some port link state/caps code
Alex Maftei (amaftei)
1
-15
/
+0
2020-01-09
sfc: move common rx code
Alex Maftei (amaftei)
1
-11
/
+0
2020-01-09
sfc: move event queue management code
Alex Maftei (amaftei)
1
-92
/
+0
2020-01-09
sfc: move channel interrupt management code
Alex Maftei (amaftei)
1
-316
/
+0
2020-01-09
sfc: move channel alloc/removal code
Alex Maftei (amaftei)
1
-420
/
+0
2020-01-09
sfc: move channel start/stop code
Alex Maftei (amaftei)
1
-119
/
+0
[next]