summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli2014-07-233-147/+142
* net: bcmgenet: remove FSF mail addressFlorian Fainelli2014-07-233-30/+2
* virtio-net: rx busy polling supportJason Wang2014-07-231-1/+47
* virtio-net: introduce virtnet_receive()Jason Wang2014-07-231-5/+14
* ethernet: realtek: use pci_device_idVarka Bhadram2014-07-231-7/+7
* ethernet: realtek: use module_pci_driverVarka Bhadram2014-07-231-20/+2
* drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N2014-07-223-3/+37
* dp83640: Fix receive timestamp race conditionStefan Sørensen2014-07-221-71/+102
* sfc: Add support for busy pollingAlexandre Rames2014-07-225-7/+208
* net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai2014-07-223-4/+8
* net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2014-07-221-3/+25
* net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai2014-07-224-4/+72
* net/mlx4_en: current_mac isn't updated in port upEyal Perry2014-07-221-0/+1
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-221-13/+6
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-221-3/+3
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-221-8/+32
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-229-38/+129
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-218-34/+114
| |\
| | * xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss2014-07-201-1/+1
| | * xen-netback: Fix releasing header slot on error pathZoltan Kiss2014-07-201-5/+33
| | * xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss2014-07-201-0/+9
| | * xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss2014-07-201-17/+20
| | * net: huawei_cdc_ncm: add "subclass 3" devicesBjørn Mork2014-07-171-0/+3
| | * net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork2014-07-171-0/+2
| | * wan/x25_asy: integer overflow in x25_asy_change_mtu()Dan Carpenter2014-07-171-1/+5
| | * net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-161-6/+16
| | * net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai2014-07-161-3/+4
| | * sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan2014-07-161-1/+19
| | * r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_40Michel Dänzer2014-07-161-0/+2
| * | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-07-181-4/+15
| |\ \ | | |/ | |/|
| | * mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-091-4/+15
* | | cxgb4: Add the MC1 registers to read in the interrupt handlerHariprasad Shenai2014-07-212-3/+16
* | | enic: Add ethtool support to show classifier filters added by the driverGovindarajulu Varadarajan2014-07-213-0/+117
* | | enic: remove #ifdef CONFIG_RFS_ACCEL around filter structuresGovindarajulu Varadarajan2014-07-213-45/+51
* | | net: bcmgenet: only update UMAC_CMD if something changedFlorian Fainelli2014-07-211-2/+3
* | | net: bcmgenet: hook ethtool set/get_wol operationsFlorian Fainelli2014-07-211-0/+2
* | | net: bcmgenet: suspend and resume from Wake-on-LANFlorian Fainelli2014-07-211-0/+12
* | | net: bcmgenet: fix bcmgenet_wol_resumeFlorian Fainelli2014-07-211-7/+1
* | | net: bcmgenet: handle UMAC_IRQ_MPD_R interrupt bitFlorian Fainelli2014-07-211-0/+7
* | | net: bcmgenet: handle GENET_POWER_WOL_MAGICFlorian Fainelli2014-07-211-0/+7
* | | net: bcmgenet: add Wake-on-LAN support codeFlorian Fainelli2014-07-213-1/+216
* | | net: bcmgenet: request Wake-on-LAN interruptFlorian Fainelli2014-07-212-2/+19
* | | net: bcmgenet: add suspend/resume callbacksFlorian Fainelli2014-07-211-0/+95
* | | net: bcmgenet: modularize bcmgenet_{open,close}Florian Fainelli2014-07-211-33/+53
* | | net: bcmgenet: add umac_enable_set helperFlorian Fainelli2014-07-211-13/+24
* | | net: bcmgenet: remove wol_enabled conditional codeFlorian Fainelli2014-07-212-10/+0
* | | net: mvpp2: Fix error return code in mvpp2_probe()Wei Yongjun2014-07-201-0/+1
* | | net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()Wei Yongjun2014-07-201-1/+0
* | | ps3_gelic: remove unnecessary break after returnFabian Frederick2014-07-201-7/+0