summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2013-09-10ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa
2013-09-10iwl4965: fix rfkill set state regressionStanislaw Gruszka
2013-09-10Hostap: copying wrong data prism2_ioctl_giwaplist()Dan Carpenter
2013-09-10zd1201: do not use stack as URB transfer_bufferJussi Kivilinna
2013-09-10iwl4965: reset firmware after rfkill offStanislaw Gruszka
2013-09-10iwl4965: set power mode earlyStanislaw Gruszka
2013-09-10iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka
2013-09-10rt2x00: fix stop queueStanislaw Gruszka
2013-09-10ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller
2013-09-10mwifiex: Add missing endian conversion.Tomasz Moń
2013-09-10ath9k_htc: do some initial hardware configurationOleksij Rempel
2013-09-10iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach
2013-09-10iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg
2013-09-10usbnet: do not pretend to support SG/TSOEric Dumazet
2013-09-10arcnet: cleanup sizeof parameterDan Carpenter
2013-09-10ifb: Include <linux/sched.h>Ben Hutchings
2013-08-02virtio_net: fix race in RX VQ processingMichael S. Tsirkin
2013-08-02atl1e: unmap partially mapped skb on dma error and free skbNeil Horman
2013-08-02atl1e: fix dma mapping warningsNeil Horman
2013-08-02ifb: fix oops when loading the ifb faileddingtianhong
2013-08-02dummy: fix oops when loading the dummy faileddingtianhong
2013-08-02macvtap: correctly linearize skb when zerocopy is usedJason Wang
2013-08-02ifb: fix rcu_sched self-detected stallsdingtianhong
2013-08-02sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp
2013-08-02sh_eth: fix unhandled RFE interruptSergei Shtylyov
2013-08-02macvtap: fix recovery from gup errorsMichael S. Tsirkin
2013-07-27dlci: validate the net device in dlci_del()Zefan Li
2013-07-27dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li
2013-07-27rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger
2013-07-27rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger
2013-07-27ath9k: Do not assign noise for NULL caldataSujith Manoharan
2013-07-27ath9k: Fix noisefloor calibrationSujith Manoharan
2013-07-27ath9k: fill channel mode in caldataRajkumar Manoharan
2013-07-27ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan
2013-07-27b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens
2013-07-27r8169: fix offloaded tx checksum for small packets.Ben Hutchings
2013-06-29r8169: fix 8168evl frame padding.Stefan Bader
2013-06-29gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun
2013-06-19tg3: Wait for boot code to finish after power onNithin Sujir
2013-06-19b43: stop format string leaking into error msgsKees Cook
2013-06-19ath9k: Use minstrel rate control by defaultSujith Manoharan
2013-06-19ath9k: Disable PowerSave by defaultSujith Manoharan
2013-06-19b43legacy: Fix crash on unload when firmware not availableLarry Finger
2013-06-19xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu
2013-06-19xen-netback: better names for thresholdsWei Liu
2013-06-19xen-netback: avoid allocating variable size array on stackWei Liu
2013-06-19xen-netback: remove redundent parameter in netbk_count_requestsWei Liu
2013-06-19xen-netback: don't disconnect frontend when seeing oversize packetWei Liu
2013-06-19xen-netback: coalesce slots in TX path and fix regressionsWei Liu
2013-06-19xen-netback: fix sparse warningstephen hemminger