summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Bluetooth: Move SDU related vars to struct l2cap_chanGustavo F. Padovan2-41/+41
2011-04-07Bluetooth: Move more ERTM stuff to struct l2cap_chanGustavo F. Padovan2-32/+29
2011-04-07Bluetooth: Move of ERTM *_seq vars to struct l2cap_chanGustavo F. Padovan3-77/+73
2011-04-07Bluetooth: Move conn_state to struct l2cap_chanGustavo F. Padovan3-195/+217
2011-04-07Bluetooth: clean up l2cap_sock_recvmsg()Gustavo F. Padovan3-27/+29
2011-04-07Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chanGustavo F. Padovan3-36/+38
2011-04-07Bluetooth: Move ident to struct l2cap_chanGustavo F. Padovan3-23/+23
2011-04-07Bluetooth: Remove struct del_listGustavo F. Padovan2-22/+7
2011-04-07Bluetooth: Use struct list_head for L2CAP channels listGustavo F. Padovan2-112/+88
2011-04-07Bluetooth: Create struct l2cap_chanGustavo F. Padovan3-96/+175
2011-04-07ath: add missing regdomain pair 0x5c mappingChristian Lamparter1-0/+1
2011-04-07mwl8k: do not free unrequested irqBrian Cavagnolo1-1/+8
2011-04-07iwlagn: override 5300 EEPROM # of chainsJohannes Berg1-0/+3
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan1-17/+17
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan1-1/+1
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan1-44/+44
2011-04-05Bluetooth: Use kthread API in cmtpSzymon Janc3-18/+13
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc2-14/+9
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc2-30/+25
2011-04-04Bluetooth: Add mgmt_remote_name eventJohan Hedberg4-0/+22
2011-04-04Bluetooth: Add mgmt_device_found eventJohan Hedberg4-8/+41
2011-04-04Bluetooth: Remove gfp_mask param from hci_reassembly()Gustavo F. Padovan1-6/+5
2011-04-04iwlwifi: accept EEPROM version 0x423 for iwl6000John W. Linville1-1/+1
2011-04-04rt2x00: fix cancelling uninitialized workStanislaw Gruszka1-2/+4
2011-04-04rtlwifi: Fix some warnings/bugsLarry Finger3-3/+3
2011-04-04p54usb: IDs for two new devicesChristian Lamparter1-0/+2
2011-04-04wl12xx: fix potential buffer overflow in testmode nvs pushLuciano Coelho1-1/+4
2011-04-04zd1211rw: reset rx idle timer from taskletJussi Kivilinna2-1/+14
2011-04-04zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async()Jussi Kivilinna1-1/+5
2011-04-04mac80211: Fix duplicate frames on cooked monitorHelmut Schaa1-1/+1
2011-04-04mac80211: fix comment regarding aggregation buf_sizeJohannes Berg1-2/+13
2011-04-04ath9k: Fix phy info print message with AR9485 chipset.Senthil Balasubramanian1-0/+1
2011-04-04wl12xx: fix module author's email address in the spi and sdio modulesLuciano Coelho2-2/+2
2011-04-04b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville2-2/+2
2011-04-03mlx4: fix kfree on error path in new_steering_entry()Mariusz Kozlowski1-2/+2
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen1-1/+2
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun1-1/+1
2011-04-01net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUMMichał Mirosław1-2/+2
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann11-12/+23
2011-04-01starfire: clean up dma_addr_t size testFUJITA Tomonori1-5/+1
2011-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller18-35/+104
2011-03-31appletalk: Fix OOPS in atalk_release().David S. Miller1-5/+6
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan7-7/+26
2011-03-31Bluetooth: Fix warning with hci_cmd_timerThomas Gleixner1-1/+3
2011-03-31Bluetooth: delete hanging L2CAP channelAndrei Emeltchenko1-2/+3
2011-03-31Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_replyJohan Hedberg1-0/+2
2011-03-31Bluetooth: Fix sending LE data over USBVinicius Costa Gomes1-1/+2
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGustavo F. Padovan3-2/+10
2011-03-31Bluetooth: Increment unacked_frames count only the first transmitSuraj Sumangala1-1/+3