aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-24Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layerRandy Dunlap1-0/+1
2009-08-24Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAPGustavo F. Padovan1-2/+2
2009-08-24Bluetooth: Add locking scheme to L2CAP timeout callbacksGustavo F. Padovan1-0/+4
2009-08-22Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz1-0/+41
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan1-1/+29
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan1-24/+196
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan1-6/+95
2009-08-22Bluetooth: Enable Streaming Mode for L2CAPGustavo F. Padovan1-9/+73
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan1-4/+82
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan1-14/+43
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan1-16/+154
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan1-49/+335
2009-08-22Bluetooth: Create separate l2cap_send_disconn_req() functionGustavo F. Padovan1-30/+16
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan1-28/+234
2009-08-22Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann1-3/+20
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann1-4/+33
2009-08-22Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann1-2/+10
2009-08-22Bluetooth: Coding style cleanup from previous rfcomm_init bug fixMarcel Holtmann1-13/+15
2009-08-22Bluetooth: Convert hdev->req_lock to a mutexThomas Gleixner1-1/+1
2009-08-22Bluetooth: Let HIDP grab the device reference for connectionsMarcel Holtmann2-21/+43
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