aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2014-05-16net: systemport: fix dma_unmap_single() lenFlorian Fainelli
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico
2014-05-16bonding: rename {, bond_}slave_can_tx and clean it upVeaceslav Falico
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico
2014-05-16bonding: create a macro for bond mode and use itVeaceslav Falico
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico
2014-05-16bonding: make TX_QUEUE_OVERRIDE() macro an inline functionVeaceslav Falico
2014-05-16bonding: remove BOND_MODE_IS_LB macroVeaceslav Falico
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel
2014-05-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-05-16net: phy: resume phydev when going to RESUMINGZhangfei Gao
2014-05-16net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak
2014-05-16wlcore: Remove trailing semicolon from do {...} while (0) macroJoe Perches
2014-05-16mwifiex: set valid tx_param during mwifiex_send_null_packetAvinash Patil
2014-05-16mwifiex: restore current SDIO write port in failure casesAvinash Patil
2014-05-16ath: add JP DFS pattern detectorJanusz Dziedzic
2014-05-16ath: add DFS FCC pattern detectorJanusz Dziedzic
2014-05-16drivers/net/wireless/ti/wl*/spi.c: Simplify CRC computationGeorge Spelvin
2014-05-16lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin
2014-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville
2014-05-16Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville
2014-05-16ath10k: fix pmf for action framesMarek Kwaczynski
2014-05-16ath10k: get rid of pci_assign_resource() call from pci_probeBartosz Markowski
2014-05-16ath10k: enable early device dumpsMichal Kazior
2014-05-16ath10k: retry warm reset a few timesMichal Kazior
2014-05-16ath10k: improve warm reset reliabilityMichal Kazior
2014-05-16ath10k: fix spelling mistake in commentsBen Greear
2014-05-16tile: net: Use irq_alloc/free_hwirqThomas Gleixner
2014-05-15bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov
2014-05-15macvlan: simplify the structure portdingtianhong
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck
2014-05-15net/ariadne: delete unneeded call to netdev_privJulia Lawall
2014-05-15drivers/net/wan: delete unneeded call to netdev_privJulia Lawall
2014-05-15net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli
2014-05-15net: systemport: only update UMAC_CMD if something changedFlorian Fainelli
2014-05-15Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers
2014-05-15Altera TSE: Fix sparse errors and warningsVince Bridgers
2014-05-15ti: Remove trailing semicolon from do {...} while (0) macroJoe Perches
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann
2014-05-15drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().George Cherian
2014-05-15net: davinci_mdio: Convert pr_err() to dev_err() callGeorge Cherian
2014-05-15driver net: cpsw: Convert pr_*() to dev_*() callsGeorge Cherian
2014-05-15iwlwifi: fix LED support Kconfig dependenciesJohannes Berg
2014-05-15iwlwifi: update nmi registerLiad Kaufman
2014-05-15iwlwifi: mvm: combine p2p and station mac context functionsLuciano Coelho
2014-05-15iwlwifi: mvm: BT Coex - send channel inhibition before associationEmmanuel Grumbach
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville