summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mvneta: add support for fixed linksThomas Petazzoni2014-05-161-3/+16
* of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-161-0/+67
* net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni2014-05-161-0/+61
* net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni2014-05-161-10/+10
* net: pch_gbe depends on x86_32Jean Delvare2014-05-161-1/+1
* net: systemport: wait for packet in umac_enable_set()Florian Fainelli2014-05-161-0/+6
* net: systemport: fix dma_unmap_single() lenFlorian Fainelli2014-05-161-1/+1
* bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-164-20/+11
* bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2014-05-162-13/+10
* bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-164-16/+16
* bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico2014-05-163-6/+8
* bonding: create a macro for bond mode and use itVeaceslav Falico2014-05-168-58/+60
* bonding: make USES_PRIMARY inline functionsVeaceslav Falico2014-05-164-27/+32
* bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico2014-05-163-7/+8
* bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2014-05-162-8/+9
* bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico2014-05-161-5/+2
* macvlan: simplify the structure portdingtianhong2014-05-151-7/+5
* net/ariadne: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0
* drivers/net/wan: delete unneeded call to netdev_privJulia Lawall2014-05-151-4/+0
* net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2014-05-152-7/+23
* net: systemport: only update UMAC_CMD if something changedFlorian Fainelli2014-05-151-5/+6
* ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches2014-05-151-2/+2
* drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann2014-05-151-0/+1
* drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian2014-05-151-23/+12
* net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian2014-05-151-1/+1
* driver net: cpsw: Convert pr_*() to dev_*() callsGeorge Cherian2014-05-151-25/+25
* driver/net/ethernet/ec_bhf.c: fix sparse warningsDarek Marcinkiewicz2014-05-141-10/+10
* net: systemport: Use devm_ioremap_resource()Jingoo Han2014-05-141-4/+3
* net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry2014-05-141-1/+1
* net/mlx4_en: Using positive error value for unsignedEyal Perry2014-05-141-2/+2
* net/mlx4_en: Protect MAC address modification with the state_lock mutexShani Michaelli2014-05-141-2/+1
* net/mlx4_core: Removed unnecessary bit operation conditionEyal Perry2014-05-141-5/+4
* net/mlx4_core: Fix smatch error - possible access to a null variableEyal Perry2014-05-141-0/+14
* net/mlx4_en: Fix errors in MAC address changing when port is downShani Michaelli2014-05-141-2/+3
* net/mlx4_en: User prio mapping gets corrupted when changing number of channelsIdo Shamay2014-05-141-1/+2
* net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias2014-05-144-2/+80
* macvlan: Propagate lowerdev MTU changesdingtianhong2014-05-141-0/+7
* irda: sh_irda: Enable driver compilation with COMPILE_TESTLaurent Pinchart2014-05-141-1/+2
* bonding: alloc the structure ad_info dynamically in per slavedingtianhong2014-05-146-37/+67
* sh_eth: replace devm_kzalloc() with devm_kmalloc_array()Sergei Shtylyov2014-05-131-2/+2
* tg3: Update copyright and version to 3.137Michael Chan2014-05-132-4/+4
* tg3: Prevent page allocation failure during TSO workaroundMichael Chan2014-05-131-7/+26
* tg3: Don't modify ip header fields when doing GSOMichael Chan2014-05-131-7/+5
* arc_emac: add netpoll supportBeniamino Galvani2014-05-131-0/+12
* arc_emac: implement promiscuous mode and multicast filteringBeniamino Galvani2014-05-131-0/+37
* net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functionsBjørn Mork2014-05-132-16/+54
* net: cdc_mbim: reject IP packets on DSS VLANsBjørn Mork2014-05-131-0/+2
* net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0Bjørn Mork2014-05-131-6/+68
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13103-121/+114
* bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap2014-05-131-1/+1