aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09qede: Fix XDP memory leak on unloadSuddarsana Reddy Kalluru1-0/+3
2017-05-09net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2-4/+12
2017-05-09net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh1-0/+5
2017-05-09net/mlx4_en: Change the error print to debug printKamal Heib1-1/+2
2017-05-08Merge tags 'for-linus' and 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-19/+29
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+2
2017-05-08format-security: move static strings to constKees Cook7-8/+9
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches4-4/+4
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada1-4/+4
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd3-4/+4
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko14-106/+45
2017-05-08net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko1-0/+16
2017-05-08stmmac: pci: split out common_default_data() helperAndy Shevchenko1-34/+18
2017-05-08stmmac: pci: RX queue routing configurationAndy Shevchenko1-0/+3
2017-05-08stmmac: pci: TX and RX queue priority configurationAndy Shevchenko1-0/+4
2017-05-08stmmac: pci: set default number of rx and tx queuesAndy Shevchenko1-0/+4
2017-05-08cxgb4: avoid disabling FEC by defaultGanesh Goudar3-10/+43
2017-05-08bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter1-1/+2
2017-05-08qlge: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: Avoid reading past end of bufferKees Cook1-1/+1
2017-05-08aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous1-2/+4
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit1-2/+2
2017-05-04IB/mlx5: Enable IPoIB accelerationErez Shitrit3-19/+29
2017-05-04qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com1-0/+5
2017-05-04qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com3-1/+9
2017-05-04qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com4-10/+9
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous1-1/+1
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun1-4/+2
2017-05-03ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot1-12/+10
2017-05-03ibmvnic: Record SKB RX queue during pollThomas Falcon1-0/+1
2017-05-03ibmvnic: Continue skb processing after skb completion errorNathan Fontenot1-1/+1
2017-05-03ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot1-6/+6
2017-05-03ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot1-20/+27
2017-05-03ibmvnic: Clean up tx pools when closingNathan Fontenot1-0/+30
2017-05-03ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot1-1/+1
2017-05-03ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot1-0/+9
2017-05-03ibmvnic: Updated reset handlingNathan Fontenot2-157/+275
2017-05-03ibmvnic: Replace is_closed with state fieldNathan Fontenot2-9/+23
2017-05-03ibmvnic: Move resource initialization to its own routineNathan Fontenot1-32/+39
2017-05-03tg3: don't clear stats while tg3_closeYueHaibing1-4/+0
2017-05-03xdp: use common helper for netlink extended ack reportingDaniel Borkmann1-2/+2
2017-05-03smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2-19/+49
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds443-17902/+47511
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+12
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham2-7/+51
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham2-17/+55
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham3-27/+160
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham3-25/+79