aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-22Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann2-1/+18
2009-08-22Bluetooth: Disconnect HIDRAW devices on disconnectMarcel Holtmann1-0/+3
2009-08-22Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is receivedVikram Kandukuri1-0/+1
2009-08-22Bluetooth: Add proper shutdown support to SCO socketsMarcel Holtmann1-15/+34
2009-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller18-117/+225
2009-08-20mac80211: fix register_hw error pathJohannes Berg1-1/+1
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi2-2/+5
2009-08-20cfg80211: fix leaks of wdev->conn->ieDavid Kilroy1-0/+4
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg2-13/+65
2009-08-20mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker4-2/+21
2009-08-20rc80211_pid_algo.c: remove unused variable declarationJohn W. Linville1-1/+0
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona5-29/+24
2009-08-20mac80211: remove deprecated APIJohannes Berg1-4/+0
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg7-43/+77
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg2-16/+15
2009-08-20cfg80211: fix deadlockJohannes Berg1-12/+18
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna1-0/+1
2009-08-17phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-14can: Use WARN_ONCE() instead of BUG_ON() for sanity check in receive pathOliver Hartkopp1-5/+13
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev2-0/+42
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+8
2009-08-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller29-430/+801
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg1-1/+3
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg3-11/+26
2009-08-14mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM framesDavid Woo1-1/+1
2009-08-14mac80211: Mark a destination sequence number as valid when a PREQ is received.David Woo1-2/+3
2009-08-14mac80211: Fix unresolved mesh frames queued without valid control.vifJavier Cardona1-8/+10
2009-08-14trivial: remove duplicate "different" from commentThadeu Lima de Souza Cascardo1-1/+1
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona5-109/+144
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona2-2/+5
2009-08-14mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona1-1/+7
2009-08-14mac80211: Update the station failed frames average when minstrel is used.Javier Cardona1-1/+9
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona5-56/+136
2009-08-14mac80211: Use correct sign for mesh active path refresh.Andrey Yurovsky1-1/+1
2009-08-14mac80211: Improve dequeing from mpath frame queue.Javier Cardona2-5/+3
2009-08-14mac80211: small tx code cleanupJohannes Berg1-19/+19
2009-08-14mac80211: sequence number micro-optimisationJohannes Berg1-1/+0
2009-08-14mac80211: take statistics before encryptionJohannes Berg1-18/+18
2009-08-14cfg80211: add missing device list lockingJohannes Berg1-0/+2
2009-08-14mac80211: remove max_bandwidthPat Erley1-3/+0
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg5-4/+6
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg6-20/+18
2009-08-14mac80211: allow DMA optimisationJohannes Berg1-0/+3
2009-08-14nl80211: add generation number to all dumpsJohannes Berg9-10/+43
2009-08-14cfg80211: use reassociation when possibleJohannes Berg4-14/+63
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg9-131/+213
2009-08-14cfg80211: Set WEP ciphersSamuel Ortiz1-2/+16
2009-08-14cfg80211: fix SME association after disassociationJohannes Berg1-0/+20
2009-08-14cfg80211: fix nl80211 disconnected eventsJohannes Berg1-2/+2
2009-08-14mac80211: stay authenticated after disassocJohannes Berg2-9/+23