summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-5/+3Star
|\
| * net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2017-04-301-5/+3Star
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-121-0/+1
|\ \
| * | NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle2017-04-211-0/+1
* | | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-1112-26/+26
|\ \ \
| * | | Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-2012-26/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-1020-57/+139
|\ \ \ \
| * | | | qede: Split PF/VF ndos.Mintz, Yuval2017-05-092-6/+21
| * | | | qed: Correct doorbell configuration for !4Kb pagesRam Amrani2017-05-091-1/+1
| * | | | qed: Tell QM the number of tasksMintz, Yuval2017-05-091-0/+1
| * | | | qed: Fix VF removal sequenceMintz, Yuval2017-05-091-2/+4
| * | | | qede: Fix XDP memory leak on unloadSuddarsana Reddy Kalluru2017-05-091-0/+3
| * | | | net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2017-05-092-4/+12
| * | | | net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh2017-05-091-0/+5
| * | | | net/mlx4_en: Change the error print to debug printKamal Heib2017-05-091-1/+2
| * | | | net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2017-05-081-0/+16
| * | | | stmmac: pci: split out common_default_data() helperAndy Shevchenko2017-05-081-34/+18Star
| * | | | stmmac: pci: RX queue routing configurationAndy Shevchenko2017-05-081-0/+3
| * | | | stmmac: pci: TX and RX queue priority configurationAndy Shevchenko2017-05-081-0/+4
| * | | | stmmac: pci: set default number of rx and tx queuesAndy Shevchenko2017-05-081-0/+4
| * | | | cxgb4: avoid disabling FEC by defaultGanesh Goudar2017-05-083-10/+43
| * | | | bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter2017-05-081-1/+2
| * | | | qlge: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | bna: ethtool: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | bna: Avoid reading past end of bufferKees Cook2017-05-081-1/+1
| * | | | aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous2017-05-081-2/+4
| * | | | net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-093-19/+29
|\ \ \ \ \ \
| * | | | | | IB/mlx5: Enable IPoIB accelerationErez Shitrit2017-05-043-19/+29
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-14/+2Star
|\ \ \ \ \ \
| * | | | | | ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig2017-04-271-14/+2Star
* | | | | | | format-security: move static strings to constKees Cook2017-05-097-8/+9
* | | | | | | treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-094-4/+4
* | | | | | | scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-091-4/+4
* | | | | | | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-093-4/+4
* | | | | | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-0914-106/+45Star
| |/ / / / / |/| | | | |
* | | | | | qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com2017-05-041-0/+5
* | | | | | qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com2017-05-043-1/+9
* | | | | | qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com2017-05-044-10/+9Star
* | | | | | aquantia: Fix driver name reported by ethtoolPavel Belous2017-05-041-1/+1
* | | | | | forcedeth: remove unnecessary carrier status checkZhu Yanjun2017-05-041-4/+2Star
* | | | | | ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot2017-05-031-12/+10Star
* | | | | | ibmvnic: Record SKB RX queue during pollThomas Falcon2017-05-031-0/+1
* | | | | | ibmvnic: Continue skb processing after skb completion errorNathan Fontenot2017-05-031-1/+1
* | | | | | ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot2017-05-031-6/+6
* | | | | | ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot2017-05-031-20/+27
* | | | | | ibmvnic: Clean up tx pools when closingNathan Fontenot2017-05-031-0/+30
* | | | | | ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot2017-05-031-1/+1
* | | | | | ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot2017-05-031-0/+9
* | | | | | ibmvnic: Updated reset handlingNathan Fontenot2017-05-032-157/+275