summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-151-29/+41
* | sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-151-15/+15
* | sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-151-37/+51
* | sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko2016-06-151-20/+33
* | sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-152-1/+24
* | sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-152-4/+17
* | sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-152-4/+5
* | sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-151-4/+8
|/
* sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-313-17/+56
* sfc: use flow dissector helpers for aRFSEdward Cree2016-05-291-54/+21