summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* sfc: call mcdi_reboot_detected() when MC reboots during an MCDI commandJon Cooper2017-02-091-2/+5
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: set csum_level for encapsulated packetsJon Cooper2017-02-093-4/+25
* sfc: process RX event inner checksum flagsJon Cooper2017-02-094-19/+131
* sfc: fix an off by one bugDan Carpenter2017-02-071-1/+1
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sfc-falcon: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-311-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2
* sfc: insert catch-all filters for encapsulated trafficEdward Cree2017-01-272-146/+449
* sfc: refactor debug-or-warnings printksJon Cooper2017-01-272-15/+12
* sfc: fixes to filter restore handlingJon Cooper2017-01-271-4/+38
* sfc: reduce severity of PIO buffer alloc failuresTomáš Pilař2017-01-251-3/+15
* sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
* sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
* sfc: get PIO buffer size from the NICEdward Cree2017-01-163-7/+12
* sfc: allow PIO more oftenEdward Cree2017-01-165-3/+30
* sfc: Replace memset with eth_zero_addrShyam Saini2017-01-161-1/+2
* sfc: efx_get_phys_port_id() can be staticWei Yongjun2017-01-111-2/+2
* sfc: stop setting dev_portBert Kenward2017-01-101-2/+0
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-101-0/+11
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-107-35/+31
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-054-1/+7
|\
| * sfc: don't report RX hash keys to ethtool when RSS wasn't enabledEdward Cree2017-01-044-1/+7
* | sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* | sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* | net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-028-56/+74
|/
* ethernet: sfc: Add Kconfig entry for vendor SolarflareTobias Klauser2016-12-201-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-173-42/+65
|\
| * net: sfc: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-173-42/+65
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\ \ | |/ |/|
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-0313-56/+55
* | sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree2016-12-012-5/+1
* | sfc: don't select SFC_FALCONEdward Cree2016-12-011-1/+0
* | sfc: fix debug message format string in efx_farch_handle_rx_not_okEdward Cree2016-12-011-1/+1
* | sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-3042-1220/+18211
* | sfc: remove unneeded variableDan Carpenter2016-11-272-9/+1
* | sfc: remove Software TSOEdward Cree2016-11-186-211/+154
* | sfc: handle failure to allocate TSOv2 contextsEdward Cree2016-11-181-16/+24
* | sfc: Firmware-Assisted TSO version 2Bert Kenward2016-11-1811-768/+1035
* | sfc: Update EF10 register definitionsEdward Cree2016-11-181-15/+88
* | sfc: Update MCDI protocol definitionsEdward Cree2016-11-181-21/+462
* | sfc: remove napi_hash_del() callEric Dumazet2016-11-161-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+3
|\ \
| * | sfc: clear napi_hash state when copying channelsBert Kenward2016-11-131-0/+3
| |/
* | sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree2016-11-093-6/+14
* | sfc: enable 4-tuple RSS hashing for UDPEdward Cree2016-11-091-0/+82
OpenPOWER on IntegriCloud