summaryrefslogtreecommitdiffstats
path: root/net/sched (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg2-1/+79
2011-04-28Bluetooth: Don't export l2cap_sock_opsGustavo F. Padovan2-2/+3
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan3-4/+9
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan5-65/+59
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan3-75/+77
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan6-110/+121
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan4-76/+77
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan3-65/+77
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan3-3/+3
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan3-48/+53
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan3-18/+19
2011-04-20iwl4965: fix skb usage after freeStanislaw Gruszka1-3/+7
2011-04-20iwlwifi: fix skb usage after freeStanislaw Gruszka1-3/+7
2011-04-20mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-19ath9k: fix the return value of ath_stoprecvFelix Fietkau1-1/+1
2011-04-19Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-19Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-19Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-19Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-18iwlwifi: fix frame injection for HT channelsDaniel Halperin1-6/+1
2011-04-14Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan1-2/+0
2011-04-14Bluetooth: Fix another locking unbalanceGustavo F. Padovan1-0/+2
2011-04-14Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan1-5/+3
2011-04-13iwlegacy: fix tx_power initializationStanislaw Gruszka6-28/+11
2011-04-13Bluetooth: btmrvl: support Marvell Bluetooth device SD8787Kevin Gan3-64/+132
2011-04-13Bluetooth: Check return value of hci_recv_stream_fragment()Gustavo F. Padovan1-1/+6
2011-04-13Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2-3/+10
2011-04-13Bluetooth: Fix Out Of Band pairing when mgmt interface is disabledSzymon Janc1-0/+4
2011-04-13Bluetooth: Add proper handling of received LE dataGustavo F. Padovan1-0/+34
2011-04-13Bluetooth: Clean up ath3k_load_firmware()Gustavo F. Padovan1-3/+0
2011-04-13Bluetooth: Fix wrong comparison in listen()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Move tx queue to struct l2cap_chanGustavo F. Padovan3-27/+24
2011-04-13Bluetooth: Remove unneeded uninitialized_vars()Gustavo F. Padovan1-1/+1
2011-04-13Bluetooth: Remove some sk references from l2cap_core.cGustavo F. Padovan1-17/+12
2011-04-13Bluetooth: Move SREJ list to struct l2cap_chanGustavo F. Padovan3-19/+17
2011-04-12ath9k_htc: Fix ethtool reportingSujith Manoharan1-2/+2
2011-04-12ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau4-16/+26
2011-04-11iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACYJohn W. Linville1-4/+5
2011-04-08p54: Initialize extra_len in p54_tx_80211Jason Conti1-1/+1
2011-04-08ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau1-2/+10
2011-04-07Bluetooth: Fix lockdep warning with skb list lockGustavo F. Padovan1-0/+5
2011-04-07Bluetooth: Move busy workqueue to struct l2cap_chanGustavo F. Padovan2-12/+10
2011-04-07Bluetooth: Move srej and busy queues to struct l2cap_chanGustavo F. Padovan3-28/+22
2011-04-07Bluetooth: Move ERTM timers to struct l2cap_chanGustavo F. Padovan3-51/+51
2011-04-07Bluetooth: Move remote info to struct l2cap_chanGustavo F. Padovan3-23/+23
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