summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ethernet/sfc: use core min/max MTU checkingBert Kenward2016-10-181-12/+2
|/
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-242-2/+5
* sfc: check async completer is !NULL before callingBert Kenward2016-09-231-1/+2
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-7/+7
* sfc: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* sfc: check MTU against minimum thresholdBert Kenward2016-09-062-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+2
|\
| * sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko2016-08-261-1/+2
* | sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-267-10/+23
* | sfc: remove duplicate assignmentEdward Cree2016-08-261-1/+0
* | sfc: include size-binned TX stats on sfn8542qEdward Cree2016-08-261-5/+11
* | sfc: avoid division by zeroEdward Cree2016-08-181-1/+0
* | sfc: get timer configuration from adapterBert Kenward2016-08-125-33/+125
* | sfc: set interrupt moderation via MCDIBert Kenward2016-08-129-62/+103
* | sfc: use new performance based event queue initBert Kenward2016-08-121-12/+31
* | sfc: retrieve second word of datapath capabilitiesBert Kenward2016-08-122-2/+11
* | sfc: allow asynchronous MCDI without completion functionBert Kenward2016-08-121-1/+4
* | sfc: update MCDI protocol headersBert Kenward2016-08-121-15/+515
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+2
|\
| * net: sfc: avoid -Wtype-limits warningArnd Bergmann2016-06-161-1/+2
* | sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-153-5/+74
* | sfc: Update MCDI protocol definitionsEdward Cree2016-06-151-48/+1279
* | sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-151-1/+9
* | sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-152-0/+25
* | sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-151-11/+69
* | sfc: Refactor checks for invalid filter IDEdward Cree2016-06-151-26/+13
* | sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-153-2/+11
* | sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-153-2/+124
* | sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-152-35/+295