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.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
2017-04-17
sfc: limit the number of receive queues
Bert Kenward
1
-0
/
+7
2017-03-23
sfc: cleanup a condition in efx_udp_tunnel_del()
Dan Carpenter
1
-1
/
+1
2017-02-17
sfc: do not device_attach if a reset is pending
Peter Dunning
1
-4
/
+6
2017-02-14
sfc: only fall back to a lower interrupt mode if it is supported
Andrew Rybchenko
1
-2
/
+8
2017-02-14
sfc: MSI-X is the only interrupt mode for EF10 VFs
Andrew Rybchenko
1
-2
/
+9
2017-02-10
sfc: configure UDP tunnel offload ports
Jon Cooper
1
-0
/
+72
2017-02-10
sfc: harden driver against MC resets during initial probe
Jon Cooper
1
-35
/
+64
2017-02-06
sfc: don't rearm interrupts if busy polling
Bert Kenward
1
-2
/
+2
2017-02-03
sfc: get rid of custom busy polling code
Eric Dumazet
1
-42
/
+0
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-12
sfc: efx_get_phys_port_id() can be static
Wei Yongjun
1
-2
/
+2
2017-01-10
sfc: implement ndo_get_phys_port_name
Bert Kenward
1
-0
/
+11
2017-01-10
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
1
-1
/
+12
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2017-01-03
sfc: declare module version (same as ethtool drvinfo version)
Edward Cree
1
-0
/
+1
2016-12-04
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-1
/
+1
2016-12-01
sfc: remove RESET_TYPE_RX_RECOVERY
Edward Cree
1
-1
/
+0
2016-11-30
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
1
-23
/
+6
2016-11-18
sfc: remove Software TSO
Edward Cree
1
-17
/
+21
2016-11-17
sfc: remove napi_hash_del() call
Eric Dumazet
1
-3
/
+2
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2016-11-13
sfc: clear napi_hash state when copying channels
Bert Kenward
1
-0
/
+3
2016-10-18
ethernet/sfc: use core min/max MTU checking
Bert Kenward
1
-12
/
+2
2016-09-07
sfc: check MTU against minimum threshold
Bert Kenward
1
-1
/
+11
2016-08-13
sfc: get timer configuration from adapter
Bert Kenward
1
-4
/
+5
2016-08-13
sfc: set interrupt moderation via MCDI
Bert Kenward
1
-43
/
+46
2016-06-16
sfc: Disable VLAN filtering by default if not strictly required
Andrew Rybchenko
1
-1
/
+9
2016-06-16
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
1
-0
/
+2
2016-06-16
sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks
Andrew Rybchenko
1
-2
/
+36
2016-06-16
sfc: Add efx_nic member with fixed netdev features
Andrew Rybchenko
1
-4
/
+14
2016-06-01
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
1
-5
/
+27
2015-12-24
sfc: Downgrade or remove some error messages
Bert Kenward
1
-3
/
+4
2015-12-16
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
1
-1
/
+1
2015-12-16
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-1
/
+1
2015-12-01
sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
Bert Kenward
1
-0
/
+6
2015-11-19
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
1
-1
/
+0
2015-11-16
sfc: constify pci_error_handlers structures
Julia Lawall
1
-1
/
+1
2015-11-11
sfc: don't call dma_supported
Christoph Hellwig
1
-5
/
+3
2015-10-28
sfc: replace spinlocks with bit ops for busy poll locking
Bert Kenward
1
-2
/
+2
2015-08-28
sfc: Allow driver to cope with a lower number of VIs than it needs for RSS
Shradha Shah
1
-18
/
+39
2015-07-09
sfc: Report TX completions to BQL after all TX events in interrupt
Peter Dunning
1
-0
/
+14
2015-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-93
/
+224
2015-06-16
sfc: mark state UNINIT after unregister
Edward Cree
1
-0
/
+1
2015-06-02
sfc: leak vports if a VF is assigned during PF unload
Daniel Pieczko
1
-1
/
+3
2015-06-02
sfc: force removal of VF and vport on driver removal
Daniel Pieczko
1
-1
/
+2
2015-06-02
sfc: Implement ndo_gets_phys_port_id() for EF10 VFs
Shradha Shah
1
-0
/
+1
2015-05-27
sfc: add sysfs entry to control MCDI tracing
Edward Cree
1
-7
/
+42
2015-05-27
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
Bartosz Golaszewski
1
-1
/
+1
2015-05-22
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
Shradha Shah
1
-2
/
+2
2015-05-22
sfc: add ndo_set_vf_link_state() function for EF10
Edward Cree
1
-0
/
+1
[next]