aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko
2016-06-15sfc: Update MCDI protocol definitionsEdward Cree
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko
2016-06-08sfc: report supported link speeds on SFP connectionsBert Kenward
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper
2016-05-29sfc: use flow dissector helpers for aRFSEdward Cree
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree
2016-04-28sfc: disable RSS when unsupportedJon Cooper
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-02-11sfc: implement IPv6 NFC (and IPV4_USER_FLOW)Edward Cree
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward
2015-12-23sfc: Downgrade EPERM messages from MCDI to debugTomáš Pilař
2015-12-23sfc: Make failed filter removal less noisyBert Kenward
2015-12-23sfc: Handle MCDI proxy authorisationBert Kenward
2015-12-23sfc: Retry MCDI after NO_EVB_PORT error on a VFBert Kenward
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15sfc: fix a timeout loopDan Carpenter
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward
2015-12-05sfc: check warm_boot_count after other functions have been resetDaniel Pieczko
2015-12-02sfc: use ALIGN macro for aligning frame sizesJarod Wilson
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward
2015-12-01sfc: make TSO version a per-queue parameterBert Kenward
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall
2015-11-10sfc: don't call dma_supportedChristoph Hellwig
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets