aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann2009-08-222-21/+43
* Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann2009-08-222-1/+18
* Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann2009-08-221-0/+3
* Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri2009-08-221-0/+1
* Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann2009-08-221-15/+34
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-2118-117/+225
|\
| * mac80211: fix register_hw error pathJohannes Berg2009-08-201-1/+1
| * cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi2009-08-202-2/+5
| * cfg80211: fix leaks of wdev->conn->ieDavid Kilroy2009-08-201-0/+4
| * cfg80211: fix dangling scan request checkingJohannes Berg2009-08-202-13/+65
| * mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker2009-08-204-2/+21
| * rc80211_pid_algo.c: remove unused variable declarationJohn W. Linville2009-08-201-1/+0
| * mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona2009-08-205-29/+24
| * mac80211: remove deprecated APIJohannes Berg2009-08-201-4/+0
| * mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-207-43/+77
| * cfg80211: report userspace SME connected event properlyJohannes Berg2009-08-202-16/+15
| * cfg80211: fix deadlockJohannes Berg2009-08-201-12/+18
| * cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna2009-08-201-0/+1
* | phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-171-0/+2
|/
* can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp2009-08-141-5/+13
* vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2009-08-142-0/+42
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-141-0/+8
|\
| * mac80211: fix panic when splicing unprepared TIDsLuis R. Rodriguez2009-08-131-0/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-1429-430/+801
|\ \
| * | cfg80211: allow driver to override PS defaultJohannes Berg2009-08-141-1/+3
| * | cfg80211: check for and abort dangling scan requestsJohannes Berg2009-08-143-11/+26
| * | mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo2009-08-141-1/+1
| * | mac80211: Mark a destination sequence number as valid when a PREQ is received.David Woo2009-08-141-2/+3
| * | mac80211: Fix unresolved mesh frames queued without valid control.vifJavier Cardona2009-08-141-8/+10
| * | trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo2009-08-141-1/+1
| * | mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona2009-08-145-109/+144
| * | mac80211: Assign a default mesh beaconing interval.Javier Cardona2009-08-142-2/+5
| * | mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona2009-08-141-1/+7
| * | mac80211: Update the station failed frames average when minstrel is used.Javier Cardona2009-08-141-1/+9
| * | mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona2009-08-145-56/+136
| * | mac80211: Use correct sign for mesh active path refresh.Andrey Yurovsky2009-08-141-1/+1
| * | mac80211: Improve dequeing from mpath frame queue.Javier Cardona2009-08-142-5/+3
| * | mac80211: small tx code cleanupJohannes Berg2009-08-141-19/+19
| * | mac80211: sequence number micro-optimisationJohannes Berg2009-08-141-1/+0
| * | mac80211: take statistics before encryptionJohannes Berg2009-08-141-18/+18
| * | cfg80211: add missing device list lockingJohannes Berg2009-08-141-0/+2
| * | mac80211: remove max_bandwidthPat Erley2009-08-141-3/+0
| * | cfg80211: fix locking for SIWFREQJohannes Berg2009-08-145-4/+6
| * | cfg80211: fix alignment problem in scan requestJohannes Berg2009-08-146-20/+18
| * | mac80211: allow DMA optimisationJohannes Berg2009-08-141-0/+3
| * | nl80211: add generation number to all dumpsJohannes Berg2009-08-149-10/+43
| * | cfg80211: use reassociation when possibleJohannes Berg2009-08-144-14/+63
| * | cfg80211: validate channel settings across interfacesJohannes Berg2009-08-149-131/+213
| * | cfg80211: Set WEP ciphersSamuel Ortiz2009-08-141-2/+16
| * | cfg80211: fix SME association after disassociationJohannes Berg2009-08-141-0/+20