summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-06-0114-76/+94
|\
| * Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub...David S. Miller2015-06-015-27/+20
| |\
| | * Merge tag 'iwlwifi-for-kalle-2015-05-28' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-05-284-20/+15
| | |\
| | | * iwlwifi: nvm: fix otp parsing in 8000 hw familyLiad Kaufman2015-05-281-1/+1
| | | * iwlwifi: pcie: fix tracking of cmd_in_flightIlan Peer2015-05-283-19/+14
| | * | brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() failsArend van Spriel2015-05-281-7/+5
| * | | bnx2x: Move statistics implementation into semaphoresYuval Mintz2015-06-013-11/+20
| * | | xen: netback: read hotplug script once at start of day.Ian Campbell2015-06-011-14/+19
| * | | xen: netback: fix printf format string warningIan Campbell2015-06-011-1/+1
| * | | sfc: free multiple Rx buffers when requiredDaniel Pieczko2015-05-311-17/+25
| * | | bna: fix soft lock-up during firmware initialization failureIvan Vecera2015-05-301-2/+2
| * | | bna: remove unreasonable iocpf timer startIvan Vecera2015-05-301-4/+0
| * | | bna: fix firmware loading on big-endian machinesIvan Vecera2015-05-301-0/+7
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-293-13/+9
|\ \ \ \ | |/ / / |/| | |
| * | | cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell2015-05-283-13/+9
* | | | xen-netfront: properly destroy queues when removing deviceDavid Vrabel2015-05-271-13/+2
* | | | mlx4_core: Fix fallback from MSI-X to INTxBenjamin Poirier2015-05-271-2/+7
* | | | xen/netback: Properly initialize credit_bytesRoss Lagerwall2015-05-271-0/+1
* | | | net: netxen: correct sysfs bin attribute return codeVladimir Zapolskiy2015-05-271-3/+3
* | | | amd-xgbe-phy: Fix initial mode when autoneg is disabledLendacky, Thomas2015-05-261-3/+42
* | | | net: dp83640: fix improper double spin locking.Richard Cochran2015-05-251-2/+2
* | | | net: dp83640: reinforce locking rules.Richard Cochran2015-05-251-1/+16
* | | | net: dp83640: fix broken calibration routine.Richard Cochran2015-05-251-1/+1
* | | | net: stmmac: create one debugfs dir per net-deviceMathieu Olivari2015-05-252-23/+59
* | | | net/ibm/emac: fix size of emac dump memory areasIvan Mikhaylov2015-05-252-15/+8
* | | | Merge tag 'wireless-drivers-for-davem-2015-05-25' of git://git.kernel.org/pub...David S. Miller2015-05-2511-30/+69
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'iwlwifi-for-kalle-2015-05-21' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-05-2211-30/+69
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx()Eliad Peller2015-05-211-2/+4
| | * | iwlwifi: mvm: clean net-detect info if device was reset during suspendLuciano Coelho2015-05-211-4/+5
| | * | iwlwifi: mvm: take the UCODE_DOWN reference when resumingLuciano Coelho2015-05-211-1/+8
| | * | iwlwifi: mvm: BT Coex - duplicate the command if sent ASYNCEmmanuel Grumbach2015-05-211-1/+1
| | * | iwlwifi: nvm: force mac from otp in case nvm mac is reservedLiad Kaufman2015-05-211-1/+10
| | * | iwlwifi: mvm: Free fw_status after use to avoid memory leakHaim Dreyfuss2015-05-211-1/+3
| | * | iwlwifi: mvm: fix MLME triggerEmmanuel Grumbach2015-05-151-3/+0
| | * | iwlwifi: pcie: don't disable the busmaster DMA clock for family 8000Avri Altman2015-05-151-3/+5
| | * | iwlwifi: 7000: modify the firmware name for 3165Emmanuel Grumbach2015-05-152-8/+9
| | * | iwlwifi: mvm: forbid MIMO on devices that don't support itEmmanuel Grumbach2015-05-104-6/+24
* | | | net: phy: bcm7xxx: Fix 7425 PHY ID and flagsFlorian Fainelli2015-05-251-1/+1
* | | | net: macb: Disable half duplex gigabit on ZynqNathan Sullivan2015-05-222-0/+13
* | | | cdc_ncm: Fix tx_bytes statisticsBjørn Mork2015-05-221-1/+1
* | | | net: phy: Make sure phy_start() always re-enables the phy interruptsTim Beale2015-05-201-13/+16
* | | | vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1
* | | | rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-1/+1
* | | | net: phy: Make sure PHY_RESUMING state change is always processedTim Beale2015-05-161-1/+1
* | | | net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-05-151-3/+4
* | | | rocker: fix a neigh entry leak issueYing Xue2015-05-151-3/+5
* | | | net: macb: Add better comment for RXUBR handlingNathan Sullivan2015-05-151-0/+6
* | | | net/mlx4: Avoid 'may be used uninitialized' warningsBjorn Helgaas2015-05-141-4/+4
* | | | e1000e: Add pm_qos headerDavid Ahern2015-05-121-0/+1
* | | | net: phy: micrel: Fix regression in kszphy_probeNiklas Cassel2015-05-121-1/+2