summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-15tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan1-0/+12
2015-01-15tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan1-0/+3
2015-01-15tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan1-3/+5
2015-01-15team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko1-2/+14
2015-01-15i40e: adds FCoE configure optionVasu Dev3-3/+14
2015-01-15cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai1-1/+1
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2-4/+7
2015-01-14xen-netfront: use different locks for Rx and Tx statsDavid Vrabel1-29/+42
2015-01-14drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-4/+19
2015-01-14cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai1-0/+2
2015-01-13usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov1-1/+1
2015-01-12net/at91_ether: prepare and unprepare clockAlexandre Belloni1-5/+5
2015-01-12Merge tag 'wireless-drivers-for-davem-2015-01-09' of git://git.kernel.org/pub...David S. Miller9-21/+58
2015-01-12alx: fix alx_poll()Eric Dumazet1-11/+13
2015-01-12net: dnet: fix dnet_poll()Eric Dumazet1-13/+5
2015-01-09net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein1-0/+1
2015-01-09sh_eth: Fix access to TRSCER registerNobuhiro Iwamatsu2-1/+11
2015-01-09sh-eth: Set fdr_value of R-Car SoCsNobuhiro Iwamatsu1-0/+2
2015-01-07i40e: Fix bug with TCP over IPv6 over VXLANAnjali Singhai1-13/+11
2015-01-07i40e: Fix Rx checksum error counterAnjali Singhai1-11/+13
2015-01-07i40e: fix un-necessary Tx hangsJesse Brandeburg2-8/+49
2015-01-07qla3xxx: don't allow never end busy loopAndy Shevchenko1-5/+3
2015-01-06xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre1-0/+1
2015-01-06r8152: support ndo_features_checkhayeswang1-0/+17
2015-01-05Merge tag 'iwlwifi-for-kalle-2015-01-05' of https://git.kernel.org/pub/scm/li...Kalle Valo8-13/+34
2015-01-05iwlwifi: bump firmware API for mvm devices to 12Emmanuel Grumbach2-3/+3
2015-01-05iwlwifi: mvm: scan dwell time correctionsDavid Spinadel2-5/+16
2015-01-05iwlwifi: mvm: add a flag to enable match found notificationDavid Spinadel2-0/+4
2015-01-05iwlwifi: mvm: fix out of bounds access to tid_to_mac80211_acEyal Shapira1-2/+6
2015-01-05iwlwifi: mvm: fix Rx with both chainsEyal Shapira1-1/+1
2015-01-05iwlwifi: 7000: fix reported firmware name for 7265DEmmanuel Grumbach1-1/+1
2015-01-05iwlwifi: pcie: correctly define 7265-D cfgArik Nemtsov1-1/+3
2015-01-05rtlwifi: Fix error when accessing unmapped memory in skbLarry Finger1-8/+24
2015-01-05net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi1-11/+8
2015-01-03enic: free all rq buffs when allocation failsGovindarajulu Varadarajan1-2/+4
2015-01-03qmi_wwan: Set random MAC on devices with buggy fwKristian Evensen1-3/+7
2015-01-02Altera TSE: Add missing phydevKostya Belezko1-9/+6
2015-01-02net/mlx4_core: Fix error flow in mlx4_init_hca()Jack Morgenstein1-9/+4
2015-01-02net/mlx4_core: Correcly update the mtt's offset in the MR re-reg flowMaor Gottlieb1-4/+5
2015-01-01qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2015-01-01net: axienet: fix error return codeJulia Lawall1-0/+2
2015-01-01net: sun4i-emac: fix error return codeJulia Lawall1-1/+3
2015-01-01myri10ge: fix error return codeJulia Lawall1-1/+3
2015-01-01net: Xilinx: fix error return codeJulia Lawall2-0/+3
2015-01-01i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches1-1/+3
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka1-1/+1
2014-12-31e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville1-1/+1
2014-12-27ne2k-pci: Add pci_disable_device in error handlingJia-Ju Bai1-2/+4
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang1-1/+1
2014-12-27Merge tag 'wireless-drivers-for-davem-2014-12-26' of git://git.kernel.org/pub...David S. Miller7-12/+34