summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-12iwlwifi: mvm: fix L2P BA ressources leakEmmanuel Grumbach1-2/+6
2013-08-04rtlwifi: Initialize power-setting callback for USB devicesLarry Finger4-13/+15
2013-08-04xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13
2013-07-29macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-29tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-29hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang1-2/+2
2013-07-29be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-07-29atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-29atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-29ifb: fix oops when loading the ifb faileddingtianhong1-0/+4
2013-07-29dummy: fix oops when loading the dummy faileddingtianhong1-0/+4
2013-07-29alx: fix lockdep annotationMaarten Lankhorst1-3/+2
2013-07-29macvtap: correctly linearize skb when zerocopy is usedJason Wang1-2/+6
2013-07-29tuntap: correctly linearize skb when zerocopy is usedJason Wang1-3/+6
2013-07-29ifb: fix rcu_sched self-detected stallsdingtianhong1-1/+3
2013-07-29sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp1-0/+2
2013-07-29virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-29net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1
2013-07-29sfc: Fix memory leak when discarding scattered packetsBen Hutchings1-7/+20
2013-07-26b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens1-2/+2
2013-07-26ath9k: Do not assign noise for NULL caldataSujith Manoharan1-1/+0
2013-07-26ath9k: Fix noisefloor calibrationSujith Manoharan2-8/+2
2013-07-26ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2-2/+8
2013-07-26rt2x00: rt2800lib: fix default TX power check for RT55xxGabor Juhos1-1/+1
2013-07-26rt2x00: read 5GHz TX power values from the correct offsetGabor Juhos3-4/+6
2013-07-22iwlwifi: pcie: wake the queue if stopped when being unmappedEmmanuel Grumbach1-0/+3
2013-07-22iwlwifi: pcie: fix race in queue unmappingEmmanuel Grumbach1-0/+10
2013-07-22rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-07-22rtlwifi: rtl8723ae: Fix typo in firmware namesLarry Finger1-3/+3
2013-07-22rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger1-0/+1
2013-06-27dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-06-27dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-06-26net/tg3: Avoid delay during MMIO accessGavin Shan1-0/+36
2013-06-26macvtap: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-06-26tun: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+6
2013-06-24ath9k_htc: Handle IDLE state transition properlySujith Manoharan1-1/+1
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau1-1/+5
2013-06-24qlcnic: Do not sleep while holding spinlockShahed Shaikh1-1/+1
2013-06-24drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N1-0/+1
2013-06-24sh_eth: fix misreporting of transmit abortSergei Shtylyov1-2/+3
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov2-16/+19
2013-06-24qmi_wwan: add various Novatel Gobi1K IDsDan Williams1-1/+7
2013-06-24net: eth: davicnci_cpdma: check dma map errorSebastian Siewior1-0/+7
2013-06-24bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov1-1/+2
2013-06-24net/mlx_en: Timestamping is not supported in slave modeAmir Vadai1-0/+3
2013-06-20mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel1-1/+1
2013-06-20pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel1-2/+2
2013-06-20sfc: Remove write permission from phy_type attributeBen Hutchings1-1/+1
2013-06-20netdev: octeon_mgmt: Fix structure layout for little-endian.David Daney1-7/+15