aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2013-07-28macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang
2013-07-28tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang
2013-07-28hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang
2013-07-28be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi
2013-07-28atl1e: unmap partially mapped skb on dma error and free skbNeil Horman
2013-07-28atl1e: fix dma mapping warningsNeil Horman
2013-07-28ifb: fix oops when loading the ifb faileddingtianhong
2013-07-28dummy: fix oops when loading the dummy faileddingtianhong
2013-07-28alx: fix lockdep annotationMaarten Lankhorst
2013-07-28macvtap: correctly linearize skb when zerocopy is usedJason Wang
2013-07-28tuntap: correctly linearize skb when zerocopy is usedJason Wang
2013-07-28ifb: fix rcu_sched self-detected stallsdingtianhong
2013-07-28sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp
2013-07-28virtio_net: fix race in RX VQ processingMichael S. Tsirkin
2013-07-28net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim
2013-07-28sfc: Fix memory leak when discarding scattered packetsBen Hutchings
2013-07-25b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens
2013-07-25ath9k: Do not assign noise for NULL caldataSujith Manoharan
2013-07-25ath9k: Fix noisefloor calibrationSujith Manoharan
2013-07-25ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan
2013-07-25rt2x00: rt2800lib: fix default TX power check for RT55xxGabor Juhos
2013-07-25rt2x00: read 5GHz TX power values from the correct offsetGabor Juhos
2013-07-21iwlwifi: pcie: wake the queue if stopped when being unmappedEmmanuel Grumbach
2013-07-21iwlwifi: pcie: fix race in queue unmappingEmmanuel Grumbach
2013-07-21rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger
2013-07-21rtlwifi: rtl8723ae: Fix typo in firmware namesLarry Finger
2013-07-21rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger
2013-06-26dlci: validate the net device in dlci_del()Zefan Li
2013-06-26dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li
2013-06-25net/tg3: Avoid delay during MMIO accessGavin Shan
2013-06-25macvtap: fix recovery from gup errorsMichael S. Tsirkin
2013-06-25tun: fix recovery from gup errorsMichael S. Tsirkin
2013-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-24ath9k_htc: Handle IDLE state transition properlySujith Manoharan
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau
2013-06-24qlcnic: Do not sleep while holding spinlockShahed Shaikh
2013-06-24drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N
2013-06-24sh_eth: fix misreporting of transmit abortSergei Shtylyov
2013-06-24sh_eth: fix unhandled RFE interruptSergei Shtylyov
2013-06-24qmi_wwan: add various Novatel Gobi1K IDsDan Williams
2013-06-24net: eth: davicnci_cpdma: check dma map errorSebastian Siewior
2013-06-24bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov
2013-06-24net/mlx_en: Timestamping is not supported in slave modeAmir Vadai
2013-06-19mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-19pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-19sfc: Remove write permission from phy_type attributeBen Hutchings
2013-06-19netdev: octeon_mgmt: Fix structure layout for little-endian.David Daney
2013-06-19netdev: octeon_mgmt: Correct tx IFG workaround.David Daney
2013-06-19stmmac: fix EEE setupGiuseppe CAVALLARO
2013-06-19drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N