summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* s2io: use snprintf() as a safety featureDan Carpenter2015-01-191-3/+8
* r8152: remove sram_readhayeswang2015-01-191-18/+6
* r8152: remove generic_ocp_read before writinghayeswang2015-01-191-6/+0
* bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-191-3/+3
* bgmac: register napi before the deviceHauke Mehrtens2015-01-191-3/+3
* sh_eth: Fix ethtool operation crash when net device is downBen Hutchings2015-01-191-0/+10
* sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings2015-01-191-9/+9
* net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-161-0/+5
* net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
* net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
* net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
* net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
* net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
* Merge tag 'linux-can-fixes-for-3.19-20150115' of git://git.kernel.org/pub/scm...David S. Miller2015-01-154-29/+44
|\
| * can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish2015-01-151-7/+4
| * can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-151-3/+4
| * can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-151-0/+3
| * can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-01-151-6/+4
| * can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros2015-01-151-11/+18
| * can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-151-0/+5
| * can: dev: fix crtlmode_supported checkOliver Hartkopp2015-01-151-2/+6
* | net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz2015-01-152-3/+3
* | net: sxgbe: Fix waring for double kfree()Byungho An2015-01-151-11/+10
* | net: sxgbe: Fix NULL dereferece when using DTGirish K.S2015-01-151-4/+4
* | sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven2015-01-151-2/+2
* | drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N2015-01-151-10/+17
|/
* be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna2015-01-151-3/+38
* tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan2015-01-141-0/+12
* tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan2015-01-141-0/+3
* tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan2015-01-141-3/+5
* team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko2015-01-141-2/+14
* i40e: adds FCoE configure optionVasu Dev2015-01-143-3/+14
* cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai2015-01-141-1/+1
* net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2015-01-142-4/+7
* xen-netfront: use different locks for Rx and Tx statsDavid Vrabel2015-01-131-29/+42
* drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N2015-01-133-4/+19
* cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai2015-01-131-0/+2
* usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov2015-01-121-1/+1
* net/at91_ether: prepare and unprepare clockAlexandre Belloni2015-01-121-5/+5
* Merge tag 'wireless-drivers-for-davem-2015-01-09' of git://git.kernel.org/pub...David S. Miller2015-01-129-21/+58
|\
| * Merge tag 'iwlwifi-for-kalle-2015-01-05' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-01-058-13/+34
| |\
| | * iwlwifi: bump firmware API for mvm devices to 12Emmanuel Grumbach2015-01-052-3/+3
| | * iwlwifi: mvm: scan dwell time correctionsDavid Spinadel2015-01-052-5/+16
| | * iwlwifi: mvm: add a flag to enable match found notificationDavid Spinadel2015-01-052-0/+4
| | * iwlwifi: mvm: fix out of bounds access to tid_to_mac80211_acEyal Shapira2015-01-051-2/+6
| | * iwlwifi: mvm: fix Rx with both chainsEyal Shapira2015-01-051-1/+1
| | * iwlwifi: 7000: fix reported firmware name for 7265DEmmanuel Grumbach2015-01-051-1/+1
| | * iwlwifi: pcie: correctly define 7265-D cfgArik Nemtsov2015-01-051-1/+3
| * | rtlwifi: Fix error when accessing unmapped memory in skbLarry Finger2015-01-051-8/+24
* | | alx: fix alx_poll()Eric Dumazet2015-01-111-11/+13