summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-21net-tun: restructure tun_do_read for better sleep/wakeup efficiencyXi Wang1-38/+16
2014-05-21Merge tag 'linux-can-next-for-3.16-20140519' of git://gitorious.org/linux-can...David S. Miller12-31/+1982
2014-05-21net: cdc_ncm: fix 64bit division build errorBjørn Mork1-2/+2
2014-05-19can: gs_usb: Added support for the GS_USB CAN devicesMaximilian Schneider3-0/+980
2014-05-19can: add Renesas R-Car CAN driverSergei Shtylyov3-0/+887
2014-05-19can: c_can: add hwinit support for non-TI devicesPavel Machek2-4/+38
2014-05-19can: c_can: Add and make use of 32-bit accesses functionsPavel Machek4-10/+60
2014-05-19can: c_can: make {read,write}_reg functions constPavel Machek3-13/+13
2014-05-19can: pch_can: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: mscan: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: at91_can: Fix Kconfig dependenciesJean Delvare1-1/+1
2014-05-19can: mcp251x: fix coccinelle warningsDan Carpenter1-1/+1
2014-05-19net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-19net: 8390: use time_after() for time comparisonManuel Schölling1-2/+2
2014-05-19net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer1-1/+1
2014-05-17net: cdc_ncm: do not start timer on an empty skbBjørn Mork1-2/+2
2014-05-17net: cdc_ncm: remove redundant "disconnected" flagBjørn Mork2-30/+2
2014-05-17net: cdc_ncm: fix argument alignmentBjørn Mork1-6/+6
2014-05-17net: cdc_ncm: use sane defaults for rx/tx buffersBjørn Mork1-2/+10
2014-05-17net: cdc_ncm/cdc_mbim: adding NCM protocol statisticsBjørn Mork2-0/+97
2014-05-17net: cdc_ncm: set reasonable padding limitsBjørn Mork1-2/+6
2014-05-17net: cdc_ncm: use true max dgram count for header estimatesBjørn Mork1-3/+6
2014-05-17net: cdc_ncm: use ethtool to tune coalescing settingsBjørn Mork1-2/+69
2014-05-17net: cdc_ncm: support rx_max/tx_max updates when runningBjørn Mork1-6/+25
2014-05-17net: cdc_ncm: split .bind device initializationBjørn Mork1-17/+19
2014-05-17net: cdc_ncm: factor out one-time device initializationBjørn Mork1-96/+155
2014-05-17net: cdc_ncm: split out rx_max/tx_max update of setupBjørn Mork1-31/+57
2014-05-17net: mvneta: add support for fixed linksThomas Petazzoni1-3/+16
2014-05-17net: phy: extend fixed driver with fixed_phy_register()Thomas Petazzoni1-0/+61
2014-05-17net: phy: decouple PHY id and PHY address in fixed PHY driverThomas Petazzoni1-10/+10
2014-05-17net: pch_gbe depends on x86_32Jean Delvare1-1/+1
2014-05-17net: systemport: wait for packet in umac_enable_set()Florian Fainelli1-0/+6
2014-05-17net: systemport: fix dma_unmap_single() lenFlorian Fainelli1-1/+1
2014-05-17bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico4-20/+11
2014-05-17bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico2-13/+10
2014-05-17bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico4-16/+16
2014-05-17bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico3-6/+8
2014-05-17bonding: create a macro for bond mode and use itVeaceslav Falico8-58/+60
2014-05-17bonding: make USES_PRIMARY inline functionsVeaceslav Falico4-27/+32
2014-05-17bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico3-7/+8
2014-05-17bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico2-8/+9
2014-05-17bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico1-5/+2
2014-05-16macvlan: simplify the structure portdingtianhong1-7/+5
2014-05-16net/ariadne: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-16drivers/net/wan: delete unneeded call to netdev_privJulia Lawall1-4/+0
2014-05-16net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2-7/+23
2014-05-16net: systemport: only update UMAC_CMD if something changedFlorian Fainelli1-5/+6
2014-05-16ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches1-2/+2
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian1-23/+12