aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-05sfc: check warm_boot_count after other functions have been resetDaniel Pieczko1-2/+13
2015-12-02sfc: use ALIGN macro for aligning frame sizesJarod Wilson1-1/+2
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward1-0/+6
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward3-9/+14
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-1/+0
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall1-1/+1
2015-11-10sfc: don't call dma_supportedChristoph Hellwig1-5/+3
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-91/+126
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+36
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets4-4/+36