aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2017-02-09sfc: configure UDP tunnel offload portsGravatar Jon Cooper 7-1/+397
2017-02-09sfc: update mcdi_pcol definitions for MC_CMD_SET_TUNNEL_ENCAP_UDP_PORTSGravatar Matthew Slattery 1-0/+21
2017-02-09sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandGravatar Jon Cooper 1-2/+5
2017-02-09sfc: harden driver against MC resets during initial probeGravatar Jon Cooper 1-35/+64
2017-02-09sfc: set csum_level for encapsulated packetsGravatar Jon Cooper 3-4/+25
2017-02-09sfc: process RX event inner checksum flagsGravatar Jon Cooper 4-19/+131
2017-02-07sfc: fix an off by one bugGravatar Dan Carpenter 1-1/+1
2017-02-06sfc: don't rearm interrupts if busy pollingGravatar Bert Kenward 1-2/+2
2017-02-03sfc-falcon: get rid of custom busy polling codeGravatar Eric Dumazet 3-169/+1
2017-02-03sfc: get rid of custom busy polling codeGravatar Eric Dumazet 3-169/+1
2017-01-31sfc: fix an off-by-one compare on an array sizeGravatar Colin Ian King 1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 2-2/+2
2017-01-27sfc: insert catch-all filters for encapsulated trafficGravatar Edward Cree 2-146/+449
2017-01-27sfc: refactor debug-or-warnings printksGravatar Jon Cooper 2-15/+12
2017-01-27sfc: fixes to filter restore handlingGravatar Jon Cooper 1-4/+38
2017-01-25sfc: reduce severity of PIO buffer alloc failuresGravatar Tomáš Pilař 1-3/+15
2017-01-17sfc: read back RX hash config from the NIC when querying it with ethtool -xGravatar Edward Cree 6-0/+96
2017-01-17sfc: support setting RSS hash key through ethtool APIGravatar Edward Cree 4-16/+50
2017-01-16sfc: get PIO buffer size from the NICGravatar Edward Cree 3-7/+12
2017-01-16sfc: allow PIO more oftenGravatar Edward Cree 5-3/+30
2017-01-16sfc: Replace memset with eth_zero_addrGravatar Shyam Saini 1-1/+2
2017-01-11sfc: efx_get_phys_port_id() can be staticGravatar Wei Yongjun 1-2/+2
2017-01-10sfc: stop setting dev_portGravatar Bert Kenward 1-2/+0
2017-01-10sfc: implement ndo_get_phys_port_nameGravatar Bert Kenward 1-0/+11
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVGravatar Bert Kenward 7-35/+31
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 2-8/+4
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-1/+7
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledGravatar Edward Cree 4-1/+7
2017-01-03sfc-falcon: declare module version (same as ethtool drvinfo version)Gravatar Edward Cree 1-0/+1
2017-01-03sfc: declare module version (same as ethtool drvinfo version)Gravatar Edward Cree 1-0/+1
2017-01-02net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 8-56/+74
2016-12-20ethernet: sfc: Add Kconfig entry for vendor SolarflareGravatar Tobias Klauser 1-0/+21
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-42/+65
2016-12-17net: sfc: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 3-42/+65
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadGravatar Edward Cree 13-56/+55
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYGravatar Edward Cree 2-5/+1
2016-12-01sfc: don't select SFC_FALCONGravatar Edward Cree 1-1/+0
2016-12-01sfc: fix debug message format string in efx_farch_handle_rx_not_okGravatar Edward Cree 1-1/+1
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverGravatar Edward Cree 42-1220/+18211
2016-11-27sfc: remove unneeded variableGravatar Dan Carpenter 2-9/+1
2016-11-18sfc: remove Software TSOGravatar Edward Cree 6-211/+154
2016-11-18sfc: handle failure to allocate TSOv2 contextsGravatar Edward Cree 1-16/+24
2016-11-18sfc: Firmware-Assisted TSO version 2Gravatar Bert Kenward 11-768/+1035
2016-11-18sfc: Update EF10 register definitionsGravatar Edward Cree 1-15/+88
2016-11-18sfc: Update MCDI protocol definitionsGravatar Edward Cree 1-21/+462
2016-11-16sfc: remove napi_hash_del() callGravatar Eric Dumazet 1-3/+2
2016-11-16ptp_clock: Allow for it to be optionalGravatar Nicolas Pitre 1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+3
2016-11-13sfc: clear napi_hash state when copying channelsGravatar Bert Kenward 1-0/+3