aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper7-10/+23
2016-08-26sfc: remove duplicate assignmentEdward Cree1-1/+0
2016-08-26sfc: include size-binned TX stats on sfn8542qEdward Cree1-5/+11
2016-08-26sfc: fix potential stack corruption from running past stat bitmaskAndrew Rybchenko1-1/+2
2016-08-18sfc: avoid division by zeroEdward Cree1-1/+0
2016-08-12sfc: get timer configuration from adapterBert Kenward5-33/+125
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward9-62/+103
2016-08-12sfc: use new performance based event queue initBert Kenward1-12/+31
2016-08-12sfc: retrieve second word of datapath capabilitiesBert Kenward2-2/+11
2016-08-12sfc: allow asynchronous MCDI without completion functionBert Kenward1-1/+4
2016-08-12sfc: update MCDI protocol headersBert Kenward1-15/+515
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann1-1/+2
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko3-5/+74
2016-06-15sfc: Update MCDI protocol definitionsEdward Cree1-48/+1279
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko1-1/+9
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2-0/+25
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko1-11/+69
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree1-26/+13
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets3-2/+11
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko3-2/+124
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2-35/+295
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko1-29/+41
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko1-15/+15
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko1-37/+51
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko1-20/+33
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree2-1/+24
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2-4/+17
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2-4/+5
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko1-4/+8
2016-06-08sfc: report supported link speeds on SFP connectionsBert Kenward1-3/+4
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-04-28sfc: disable RSS when unsupportedJon Cooper1-2/+13
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2-4/+8
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2-2/+5
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree1-0/+184
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward2-9/+18
2015-12-23sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař1-3/+4
2015-12-23sfc: Make failed filter removal less noisyBert Kenward1-17/+31
2015-12-23sfc: Handle MCDI proxy authorisationBert Kenward2-8/+155
2015-12-23sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward2-15/+85
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+19
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sfc: fix a timeout loopDan Carpenter1-1/+1
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward3-13/+18