summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
* sfc: disable RSS when unsupportedJon Cooper2016-04-281-2/+13
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-172-4/+8
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-172-2/+5
* sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree2016-02-111-0/+184
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-232-9/+18
* sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař2015-12-231-3/+4
* sfc: Make failed filter removal less noisyBert Kenward2015-12-231-17/+31
* sfc: Handle MCDI proxy authorisationBert Kenward2015-12-232-8/+155
* sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2015-12-232-15/+85
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-174-14/+19
|\
OpenPOWER on IntegriCloud