summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* sunvnet: only use connected ports when sendingDavid L Stevens2014-07-291-5/+17
* bnx2x: fix crash during TSO tunnelingDmitry Kravkov2014-07-252-0/+10
* bnx2x: fix set_setting for some PHYsYaniv Rosner2014-07-251-0/+1
* amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2014-07-231-1/+2
* net: bcmgenet: correctly pad short packetsFlorian Fainelli2014-07-231-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-223-4/+25
|\
| * net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai2014-07-171-3/+4
| * sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan2014-07-171-1/+19
| * r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer2014-07-171-0/+2
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-07-191-4/+15
|\ \ | |/ |/|
| * mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-101-4/+15
* | mlx4: mark napi id for gro_skbJason Wang2014-07-151-0/+1
* | net: bcmgenet: fix RGMII_MODE_EN bitFlorian Fainelli2014-07-141-1/+1
* | be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy2014-07-111-1/+1
* | igb: do a reset on SR-IOV re-init if device is downStefan Assmann2014-07-101-0/+2
* | igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka2014-07-107-8/+113
* | r8169: disable L23hayeswang2014-07-101-0/+25
* | net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons2014-07-091-1/+1
* | net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni2014-07-091-1/+1
* | net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai2014-07-094-15/+24
* | net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz2014-07-081-1/+1
* | Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2014-07-082-73/+0
* | powerpc/ucc_geth: deal with a compile warningZhao Qiang2014-07-081-2/+2
* | net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers2014-07-031-4/+1
* | net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers2014-07-031-1/+1
* | net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-032-0/+73
* | net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai2014-07-031-2/+1
* | net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-036-72/+26
* | net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli2014-07-021-7/+0
* | net: bcmgenet: start with carrier offFlorian Fainelli2014-07-021-0/+3
* | net: bcmgenet: disable clock before register_netdevFlorian Fainelli2014-07-021-4/+4
* | net: systemport: fix TX NAPI work done return valueFlorian Fainelli2014-07-021-2/+2
* | net: systemport: fix UniMAC reset logicFlorian Fainelli2014-07-021-24/+9
* | net: systemport: do not clear IFF_MULTICAST flagFlorian Fainelli2014-07-021-6/+0
* | bnx2x: fix possible panic under memory stressEric Dumazet2014-07-011-1/+2
* | bnx2x: Fix the MSI flagsYijing Wang2014-06-271-1/+1
* | net: allwinner: emac: Add missing free_irqMaxime Ripard2014-06-261-0/+1
* | cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo2014-06-261-0/+1
* | tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-261-2/+2
* | cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing2014-06-251-9/+7
* | be2net: fix qnq mode detection on VFsSuresh Reddy2014-06-233-6/+4
* | net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz2014-06-231-1/+2
* | tulip: Poll link status more frequently for Comet chipsOndrej Zary2014-06-231-1/+1
* | drivers: net: cpsw: fix dual EMAC stall when connected to same switchMugunthan V N2014-06-221-1/+6
* | tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan2014-06-201-2/+2
* | skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner2014-06-191-0/+7
* | net: fec: Don't clear IPV6 header checksum field when IP accelerator enableFugang Duan2014-06-181-1/+7
* | net: tile: fix unused variable warningChris Metcalf2014-06-171-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12326-5292/+19853
|\
| * net: fec: Add software TSO supportNimrod Andy2014-06-122-23/+238