summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-06-23alx: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+5
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn5-31/+14
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-148/+268
2016-06-01sfc: Track RPS flow IDs per channel instead of per functionJon Cooper3-17/+56
2016-06-01bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov1-7/+10
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-30sfc: use flow dissector helpers for aRFSEdward Cree1-54/+21
2016-05-30net: nps_enet: Disable interrupts before napi rescheduleElad Kanfi1-1/+3
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann3-5/+5
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-26qede: Don't expose self-test for VFsYuval Mintz1-1/+4
2016-05-26qede: Reload on GRO changesYuval Mintz1-0/+24
2016-05-26qede: Fix VF minimum BW settingYuval Mintz1-1/+1
2016-05-26net/mlx4_en: get rid of private net_device_statsEric Dumazet4-15/+5
2016-05-26net/mlx4_en: get rid of ret_statsEric Dumazet2-6/+6
2016-05-26net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats()Eric Dumazet1-0/+4
2016-05-26net/mlx4_en: fix tx_dropped bugEric Dumazet4-5/+9
2016-05-26net: arc: trivial: Replace comma with a semicolonMarek Vasut1-1/+1
2016-05-26net: stmmac: Fix incorrect memcpy source memoryMarek Vasut1-1/+1
2016-05-26net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-25sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree1-0/+16
2016-05-25net: mvneta: Fix lacking spinlock initializationGregory CLEMENT1-0/+1
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-25net/qlge: Avoids recursive EEH errorGavin Shan1-1/+2
2016-05-24qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter1-1/+2
2016-05-23net: hns: avoid null pointer dereferencexypron.glpk@gmx.de1-11/+0
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-38/+34
2016-05-21aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-21ps3_gelic: use kmemdupMuhammad Falak R Wani1-2/+2
2016-05-21net:liquidio: use kmemdupMuhammad Falak R Wani1-3/+1
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck8-0/+8
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert10-22/+12
2016-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-1/+93
2016-05-20qede: Fix DMA address APIs usageManish Chopra1-4/+3
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2-12/+12
2016-05-20mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2-2/+2
2016-05-19net: au1000 eth: simplify logical expressionxypron.glpk@gmx.de1-1/+1
2016-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
2016-05-19net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+3
2016-05-18net/mlx5_core: Use tasklet for user-space CQ completion eventsMatan Barak4-1/+89
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-5/+5
2016-05-17r8169: default to 64-bit DMA on recent PCIe chipsArd Biesheuvel1-19/+25
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-2/+2
2016-05-17drivers: net: Don't print unpopulated net_device nameHarvey Hunt3-10/+20
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru10-8/+825