index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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
*
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
2016-12-03
1
-1
/
+1
*
sfc: remove RESET_TYPE_RX_RECOVERY
Edward Cree
2016-12-01
1
-1
/
+0
*
sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driver
Edward Cree
2016-11-30
1
-23
/
+6
*
sfc: remove Software TSO
Edward Cree
2016-11-18
1
-17
/
+21
*
sfc: remove napi_hash_del() call
Eric Dumazet
2016-11-16
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-0
/
+3
|
\
|
*
sfc: clear napi_hash state when copying channels
Bert Kenward
2016-11-13
1
-0
/
+3
*
|
ethernet/sfc: use core min/max MTU checking
Bert Kenward
2016-10-18
1
-12
/
+2
|
/
*
sfc: check MTU against minimum threshold
Bert Kenward
2016-09-06
1
-1
/
+11
*
sfc: get timer configuration from adapter
Bert Kenward
2016-08-12
1
-4
/
+5
*
sfc: set interrupt moderation via MCDI
Bert Kenward
2016-08-12
1
-43
/
+46
*
sfc: Disable VLAN filtering by default if not strictly required
Andrew Rybchenko
2016-06-15
1
-1
/
+9
*
sfc: Take mac_lock before calling efx_ef10_filter_table_probe
Martin Habets
2016-06-15
1
-0
/
+2
*
sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks
Andrew Rybchenko
2016-06-15
1
-2
/
+36
*
sfc: Add efx_nic member with fixed netdev features
Andrew Rybchenko
2016-06-15
1
-4
/
+14
*
sfc: Track RPS flow IDs per channel instead of per function
Jon Cooper
2016-05-31
1
-5
/
+27
*
sfc: Downgrade or remove some error messages
Bert Kenward
2015-12-23
1
-3
/
+4
*
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
1
-1
/
+1
*
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-1
/
+1
*
sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
Bert Kenward
2015-12-01
1
-0
/
+6
*
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-11-18
1
-1
/
+0
*
sfc: constify pci_error_handlers structures
Julia Lawall
2015-11-16
1
-1
/
+1
*
sfc: don't call dma_supported
Christoph Hellwig
2015-11-10
1
-5
/
+3
*
sfc: replace spinlocks with bit ops for busy poll locking
Bert Kenward
2015-10-27
1
-2
/
+2
*
sfc: Allow driver to cope with a lower number of VIs than it needs for RSS
Shradha Shah
2015-08-28
1
-18
/
+39
*
sfc: Report TX completions to BQL after all TX events in interrupt
Peter Dunning
2015-07-09
1
-0
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-24
1
-93
/
+224
|
\
|
*
sfc: mark state UNINIT after unregister
Edward Cree
2015-06-15
1
-0
/
+1
|
*
sfc: leak vports if a VF is assigned during PF unload
Daniel Pieczko
2015-06-02
1
-1
/
+3
|
*
sfc: force removal of VF and vport on driver removal
Daniel Pieczko
2015-06-02
1
-1
/
+2
|
*
sfc: Implement ndo_gets_phys_port_id() for EF10 VFs
Shradha Shah
2015-06-02
1
-0
/
+1
|
*
sfc: add sysfs entry to control MCDI tracing
Edward Cree
2015-05-27
1
-7
/
+42
|
*
sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC
Shradha Shah
2015-05-21
1
-2
/
+2
|
*
sfc: add ndo_set_vf_link_state() function for EF10
Edward Cree
2015-05-21
1
-0
/
+1
|
*
sfc: Change entity reset on MC reboot to a new datapath-only reset.
Jon Cooper
2015-05-21
1
-2
/
+6
|
*
sfc: add ndo_set_vf_mac() function for EF10
Shradha Shah
2015-05-21
1
-2
/
+2
|
*
sfc: protect filter table against use-after-free
Edward Cree
2015-05-21
1
-10
/
+29
|
*
sfc: save old MAC address in case sriov_mac_address_changed fails
Shradha Shah
2015-05-21
1
-2
/
+11
|
*
sfc: Bind the sfc driver to any available VF's
Shradha Shah
2015-05-09
1
-1
/
+5
|
*
sfc: Add use of shared RSS contexts.
Jon Cooper
2015-05-09
1
-5
/
+12
|
*
sfc: Cope with permissions enforcement added to firmware for SR-IOV
Edward Cree
2015-05-09
1
-2
/
+3
|
*
sfc: Prepare to bind the sfc driver to the VF.
Shradha Shah
2015-05-09
1
-5
/
+10
|
*
sfc: create VEB vswitch and vport above default firmware setup
Daniel Pieczko
2015-05-09
1
-3
/
+27
|
*
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
2015-05-09
1
-0
/
+23
|
*
sfc: Own header for nic-specific sriov functions, single instance of netdev_o...
Shradha Shah
2015-05-09
1
-55
/
+49
*
|
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
Bartosz Golaszewski
2015-05-27
1
-1
/
+1
|
/
*
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-16
1
-3
/
+1
|
\
|
*
net/ethernet/sfc: Don't use of_node_to_eeh_dev()
Benjamin Herrenschmidt
2015-03-24
1
-3
/
+1
*
|
sfc: Revert SRIOV changes.
David S. Miller
2015-04-08
1
-64
/
+54
*
|
sfc: Enable VF's via a write to the sysfs file sriov_numvfs
Shradha Shah
2015-04-08
1
-0
/
+23
[next]