summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-3.16-20140519' of git://gitorious.org/linux-can...David S. Miller2014-05-2112-31/+1982
|\
| * can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider2014-05-193-0/+980
| * can: add Renesas R-Car CAN driverSergei Shtylyov2014-05-193-0/+887
| * can: c_can: add hwinit support for non-TI devicesPavel Machek2014-05-192-4/+38
| * can: c_can: Add and make use of 32-bit accesses functionsPavel Machek2014-05-194-10/+60
| * can: c_can: make {read,write}_reg functions constPavel Machek2014-05-193-13/+13
| * can: pch_can: Fix Kconfig dependenciesJean Delvare2014-05-191-1/+1
| * can: mscan: Fix Kconfig dependenciesJean Delvare2014-05-191-1/+1
| * can: at91_can: Fix Kconfig dependenciesJean Delvare2014-05-191-1/+1
| * can: mcp251x: fix coccinelle warningsDan Carpenter2014-05-191-1/+1
* | net: cdc_ncm: fix 64bit division build errorBjørn Mork2014-05-211-2/+2
|/
* net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-05-181-1/+3
* net: 8390: use time_after() for time comparisonManuel Schölling2014-05-181-2/+2
* net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer2014-05-181-1/+1
* net: cdc_ncm: do not start timer on an empty skbBjørn Mork2014-05-161-2/+2
* net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork2014-05-162-30/+2
* net: cdc_ncm: fix argument alignmentBjørn Mork2014-05-161-6/+6
* net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork2014-05-161-2/+10
* net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork2014-05-162-0/+97
* net: cdc_ncm: set reasonable padding limitsBjørn Mork2014-05-161-2/+6
* net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork2014-05-161-3/+6
* net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork2014-05-161-2/+69
* net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork2014-05-161-6/+25
* net: cdc_ncm: split .bind device initializationBjørn Mork2014-05-161-17/+19
* net: cdc_ncm: factor out one-time device initializationBjørn Mork2014-05-161-96/+155
* net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork2014-05-161-31/+57
* 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