summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-09-14tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
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-14macvlan: validate flagsMichael S. Tsirkin1-0/+4
2013-09-07iwl4965: fix rfkill set state regressionStanislaw Gruszka1-1/+1
2013-09-07mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau3-3/+6
2013-09-07ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-09-07ath9k_htc: Restore skb headroom when returning skb to mac80211Helmut Schaa1-0/+10
2013-08-29iwlwifi: pcie: disable L1 Active after pci_enable_deviceEmmanuel Grumbach1-5/+5
2013-08-29iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULLStanislaw Gruszka1-1/+4
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-29iwlwifi: mvm: adjust firmware D3 configuration APIJohannes Berg1-1/+3
2013-08-29iwlwifi: bump required firmware API version for 3160/7260Johannes Berg1-6/+6
2013-08-29iwlwifi: mvm: unregister leds when registration failedEmmanuel Grumbach1-1/+5
2013-08-29iwlwifi: mvm: take the seqno from packet if transmit failedEmmanuel Grumbach1-2/+2
2013-08-29iwlwifi: mvm: don't set the MCAST queue in STA's queue listEmmanuel Grumbach2-7/+1
2013-08-29iwlwifi: mvm: properly tell the fw that a STA is awakeEmmanuel Grumbach1-7/+1
2013-08-29iwlwifi: mvm: fix MCAST in AP modeEmmanuel Grumbach1-1/+1
2013-08-29iwlwifi: mvm: correctly configure MCAST in AP modeEmmanuel Grumbach3-2/+13
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-11iwlwifi: dvm: don't send BT_CONFIG on devices w/o BluetoothJohannes Berg1-1/+1
2013-08-11iwlwifi: mvm: set SSID bits for passive channelsDavid Spinadel2-10/+2
2013-08-11net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-08-11net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz1-10/+1
2013-08-118139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
2013-08-11atl1c: use custom skb allocatorEric Dumazet2-1/+42
2013-08-11usbnet: do not pretend to support SG/TSOEric Dumazet2-14/+7
2013-08-11sfc: Enable RX scatter for flows steered by RFSBen Hutchings1-1/+3
2013-08-11arcnet: cleanup sizeof parameterDan Carpenter1-1/+1
2013-08-11mwifiex: fix wrong data rates in P2P clientAvinash Patil1-1/+2
2013-08-11mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2-4/+6
2013-08-11mwifiex: Add missing endian conversion.Tomasz Moń1-2/+2
2013-08-11rt2x00: fix stop queueStanislaw Gruszka1-7/+11
2013-08-11ath: wil6210: Fix build errorLarry Finger1-2/+2
2013-08-11ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1
2013-08-11ath9k_htc: reboot firmware if it was loadedOleksij Rempel1-1/+3
2013-08-11ath9k_htc: do some initial hardware configurationOleksij Rempel1-0/+1
2013-08-11iwlwifi: mvm: fix flushing not started aggregation sessionsJohannes Berg1-3/+8
2013-08-11iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach1-0/+1
2013-08-11iwlwifi: mvm: refuse connection to APs with BI < 16Johannes Berg1-0/+16
2013-08-11iwlwifi: mvm: fix bug in scan ssidDavid Spinadel1-2/+2
2013-08-11iwlwifi: 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-28macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-28tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38