summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-01sfc: Fix efx_rx_buf_offset() for recycled pagesBen Hutchings1-1/+2
2013-10-01rt2800: fix wrong TX power compensationStanislaw Gruszka1-0/+7
2013-10-01net: usb: cdc_ether: Use wwan interface for Telit modulesFabio Porcedda1-0/+5
2013-09-27ath9k: avoid accessing MRC registers on single-chain devicesFelix Fietkau1-0/+4
2013-09-27ath9k: fix rx descriptor related race conditionFelix Fietkau2-8/+14
2013-09-27ath9k: always clear ps filter bit on new assocFelix Fietkau1-0/+1
2013-09-27brcmsmac: Fix WARNING caused by lack of calls to dma_mapping_error()John W. Linville1-4/+11
2013-09-14macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-09-14tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-09-148139cp: Fix skb leak in rx_status_loop failure path.Dave Jones1-0/+1
2013-09-14bonding: modify only neigh_parms owned by usVeaceslav Falico1-1/+7
2013-09-08iwl4965: fix rfkill set state regressionStanislaw Gruszka1-1/+1
2013-09-08ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-29Hostap: copying wrong data prism2_ioctl_giwaplist()Dan Carpenter1-2/+2
2013-08-29zd1201: do not use stack as URB transfer_bufferJussi Kivilinna1-1/+3
2013-08-20can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-08-20iwl4965: reset firmware after rfkill offStanislaw Gruszka2-5/+6
2013-08-20iwl4965: set power mode earlyStanislaw Gruszka1-3/+3
2013-08-128139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
2013-08-12usbnet: do not pretend to support SG/TSOEric Dumazet1-9/+3
2013-08-12arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2013-08-12mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-08-12rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-08-12ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1
2013-08-12ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-08-04virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
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-29macvtap: correctly linearize skb when zerocopy is usedJason Wang1-2/+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-29sh_eth: fix unhandled RFE interruptSergei Shtylyov2-9/+10
2013-07-29macvtap: fix recovery from gup errorsMichael S. Tsirkin1-2/+4
2013-07-29ath9k: Do not assign noise for NULL caldataSujith Manoharan1-1/+0
2013-07-29rt2x00: read 5GHz TX power values from the correct offsetGabor Juhos3-4/+6
2013-07-22rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-07-22rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger1-0/+1
2013-07-03dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-07-03dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-06-27bonding: rlb mode of bond should not alter ARP originating via bridgeZheng Li2-0/+19
2013-06-27team: check return value of team_get_port_by_index_rcu() for NULLJiri Pirko1-0/+2
2013-06-278139cp: reset BQL when ring tx ring clearedstephen hemminger1-0/+1
2013-06-27r8169: fix offloaded tx checksum for small packets.Francois Romieu1-14/+27
2013-06-27gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun1-0/+1
2013-06-20ath9k: Use minstrel rate control by defaultSujith Manoharan4-9/+9
2013-06-20ath9k: Disable PowerSave by defaultSujith Manoharan1-2/+1
2013-06-20b43: stop format string leaking into error msgsKees Cook1-1/+1
2013-06-07xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2