summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-20/+66
2013-12-22hyperv: Fix race between probe and open callsHaiyang Zhang1-12/+8
2013-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-20/+66
2013-12-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-7/+16
2013-12-20net: mvmdio: fix interrupt timeout handlingLeigh Brown1-0/+6
2013-12-20atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall1-3/+5
2013-12-20net: fec: fix potential use after freeEric Dumazet1-2/+2
2013-12-20bnx2x: downgrade "valid ME register value" message levelMichal Schmidt1-1/+1
2013-12-20hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2013-12-20drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2013-12-19xen-netback: fix some error return codeWei Yongjun1-4/+12
2013-12-19dm9601: work around tx fifo sync issue on dm962xPeter Korsgaard1-8/+19
2013-12-19dm9601: make it clear that dm9620/dm9621a are also supportedPeter Korsgaard2-6/+6
2013-12-19dm9601: fix reception of full size ethernet frames on dm9620/dm9621aPeter Korsgaard1-1/+6
2013-12-19dm9601: add support for dm9621a based donglePeter Korsgaard1-0/+4
2013-12-19drivers: net cpsw: Enable In Band mode in cpsw for 10 mbpsMugunthan V N1-0/+2
2013-12-19bonding: protect port for bond_3ad_handle_link_change()dingtianhong1-6/+17
2013-12-19bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong1-3/+8
2013-12-19bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong1-3/+8
2013-12-18ixgbe: fix for unused variable warning with certain configDon Skidmore1-0/+2
2013-12-18e1000e: Fix a compile flag mis-match for suspend/resumeDavid Ertman1-2/+2
2013-12-18e1000e: fix compiler warning (maybe-unitialized variable)David Ertman1-2/+5
2013-12-18e1000e: fix compiler warningsDavid Ertman1-3/+7
2013-12-18Merge branch 'fixes-for-3.13' of git://gitorious.org/linux-can/linux-canDavid S. Miller2-1/+5
2013-12-18qlcnic: Dump mailbox registers when mailbox command times out.Manish chopra1-0/+15
2013-12-18qlcnic: Fix mailbox processing during diagnostic testManish chopra1-26/+6
2013-12-18qlcnic: Allow firmware dump collection when auto firmware recovery is disabledManish Chopra2-19/+35
2013-12-18qlcnic: Fix memory allocationManish Chopra1-4/+4
2013-12-18qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.Himanshu Madhani1-10/+1
2013-12-18qlcnic: Fix TSS/RSS ring validation logic.Himanshu Madhani3-3/+8
2013-12-18qlcnic: Fix diagnostic test for all adapters.Himanshu Madhani2-1/+2
2013-12-18qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.Himanshu Madhani1-8/+2
2013-12-18xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun1-0/+3
2013-12-17netvsc: don't flush peers notifying work during setting mtuJason Wang1-1/+0
2013-12-17ath9k: Fix interrupt handling for the AR9002 familySujith Manoharan1-9/+43
2013-12-17rtlwifi: pci: Fix oops on driver unloadLarry Finger1-1/+3
2013-12-17ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef2-10/+20
2013-12-17can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde1-0/+3
2013-12-17can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov1-1/+2
2013-12-17mac80211_hwsim: Fix NULL pointer dereferenceJavier Lopez1-1/+1
2013-12-15igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny1-1/+4
2013-12-15i40e: fix null dereferenceJesse Brandeburg1-0/+3
2013-12-13xen-netback: fix gso_prefix checkPaul Durrant1-1/+1
2013-12-12drivers: net: cpsw: fix for cpsw crash when build as modulesMugunthan V N1-3/+14
2013-12-12xen-netback: napi: don't prematurely request a tx eventPaul Durrant1-1/+1
2013-12-12xen-netback: napi: fix abuse of budgetPaul Durrant1-7/+7
2013-12-12net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter1-4/+0
2013-12-12Revert "8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature"David S. Miller16-426/+302
2013-12-128390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead16-302/+426
2013-12-12xen-netback: make sure skb linear area covers checksum fieldPaul Durrant1-32/+28