summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-16iwlwifi: change byte count table for a000 devicesSara Sharon2-8/+35
2016-09-16iwlwifi: pcie: assign and access a000 TFD & TBsSara Sharon3-56/+120
2016-09-16iwlwifi: introduce trans API to get byte count tableSara Sharon4-0/+22
2016-09-15iwlwifi: mvm: support new shared memory config APISara Sharon4-52/+77
2016-09-15iwlwifi: mvm: remove dump of locked registersSara Sharon1-2/+0
2016-09-15iwlwifi: pcie: introduce new tfd and tb formatsSara Sharon6-31/+64
2016-09-15iwlwifi: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-09-15iwlwifi: mvm: don't free queue after delba in dqaLiad Kaufman1-3/+7
2016-09-15iwlwifi: mvm: call a different txq_enable functionSara Sharon1-3/+1
2016-08-30iwlwifi: pcie: remove dead codeSara Sharon2-21/+0
2016-08-30iwlwifi: pcie: fix ucode load flow for a000 devicesSara Sharon3-16/+40
2016-08-30iwlwifi: pcie: refrain from SCD accessesSara Sharon2-1/+16
2016-08-30iwlwifi: add the new 9170 seriesOren Givon3-0/+12
2016-08-30iwlwifi: add the new 9270 seriesOren Givon3-0/+12
2016-08-30iwlwifi: add new 9460 series PCI IDsOren Givon1-0/+4
2016-08-30iwlwifi: add a new series 9460 with new PCI IDOren Givon3-16/+17
2016-08-30iwlwifi: rename and reorder 9000 series configuration structsOren Givon3-51/+50
2016-08-30iwlwifi: mvm: support txq tid owner changeLiad Kaufman1-0/+51
2016-08-30iwlwifi: mvm: use defines for SCD_CONFIG_CMD enablementLiad Kaufman3-10/+19
2016-08-30iwlwifi: mvm: re-assign old queues after hw restart in dqa modeLiad Kaufman1-2/+70
2016-08-30iwlwifi: mvm: keep track of tid associated with each queueLiad Kaufman3-0/+11
2016-08-30iwlwifi: mvm: re-aggregate shared queue after unsharingLiad Kaufman5-28/+205
2016-08-29iwlwifi: mvm: support new paging command formatSara Sharon3-10/+32
2016-08-29iwlwifi: mvm: support GMAC protocolAyala Beker4-17/+76
2016-08-29iwlwifi: mvm: allow same PN for de-aggregated AMSDUSara Sharon1-1/+5
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-467/+778
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-397/+662
2016-08-18net_sched: convert tcf_exts from list to pointer arrayWANG Cong3-5/+15
2016-08-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-49/+107
2016-08-18mlxsw: spectrum: Allow packets to be trapped from any PGIdo Schimmel1-1/+1
2016-08-18mlxsw: spectrum: Unmap 802.1Q FID before destroying itIdo Schimmel1-0/+2
2016-08-18mlxsw: spectrum: Add missing rollbacks in error pathIdo Schimmel1-1/+3
2016-08-18mlxsw: reg: Fix missing op field fill-upJiri Pirko1-0/+1
2016-08-18mlxsw: spectrum: Trap loop-backed packetsIdo Schimmel3-0/+16
2016-08-18mlxsw: spectrum: Add missing packet trapsElad Raz2-0/+18
2016-08-18mlxsw: spectrum: Mark port as active before registering itIdo Schimmel1-2/+3
2016-08-18mlxsw: spectrum: Create PVID vPort before registering netdeviceIdo Schimmel3-46/+29
2016-08-18mlxsw: spectrum: Remove redundant errors from the codeIdo Schimmel1-16/+5
2016-08-18mlxsw: spectrum: Don't return upon error in removal pathIdo Schimmel1-22/+5
2016-08-16i40e: check for and deal with non-contiguous TCsDave Ertman1-10/+25
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck1-0/+1
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck1-6/+12
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2016-08-16e1000e: factor out systim sanitizationJarod Wilson3-29/+44
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-08-16net: ethernet: mediatek: fix runtime warning raised by inconsistent struct de...sean.wang@mediatek.com1-13/+13
2016-08-16net: ethernet: mediatek: fix flow control settings on GMAC0 is not being enab...sean.wang@mediatek.com1-0/+5
2016-08-16net: ethernet: mediatek: fix RMII mode and add REVMII supported by GMACsean.wang@mediatek.com1-3/+12
2016-08-16net: dsa: mv88e6xxx: use the new PHY APIVivien Didelot1-135/+50
2016-08-16net: dsa: mv88e6xxx: describe PHY page and SerDesVivien Didelot2-17/+105