summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+9
2011-01-04mac80211: fix some key comments and codeJohannes Berg1-21/+17
2011-01-04Revert "mac80211: temporarily disable reorder release timer"Christian Lamparter1-24/+0
2011-01-04mac80211: serialize rx path workersChristian Lamparter3-43/+49
2011-01-04cfg80211: fix transposition of words in printkBob Copeland1-1/+1
2011-01-04mac80211: Fix mesh portal communication with other mesh nodes.Joel A Fernandes1-4/+10
2011-01-04mac80211: ignore PSM bit of reordered framesChristian Lamparter2-0/+6
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville6-22/+398
2011-01-04mac80211: add missing synchronize_rcuJohannes Berg1-0/+6
2011-01-04mac80211: fix mesh forwarding when ratelimited tooMilton Miller1-2/+2
2010-12-23Bluetooth: Improve handling of HCI control channel in bindGustavo F. Padovan1-1/+4
2010-12-23Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2-13/+35
2010-12-23Bluetooth: Add management events for controller addition & removalJohan Hedberg2-0/+43
2010-12-23Bluetooth: Add read_info management commandJohan Hedberg1-8/+82
2010-12-23Bluetooth: Add read_index_list management commandJohan Hedberg1-0/+53
2010-12-23Bluetooth: Add read_version management commandJohan Hedberg1-0/+36
2010-12-23Bluetooth: Add error handling for managment command handlersJohan Hedberg1-3/+8
2010-12-22mac80211: cleanup select_queueJohannes Berg1-14/+6
2010-12-22mac80211: fix mesh forwardingJohannes Berg1-1/+4
2010-12-20mac80211: fix potentially redundant skb data copyingFelix Fietkau1-1/+1
2010-12-20mac80211: skip unnecessary pskb_expand_head callsFelix Fietkau1-1/+3
2010-12-20mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmitFelix Fietkau1-1/+2
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona3-24/+16
2010-12-20nl80211: Export available antennasBruno Randolf1-0/+5
2010-12-20cfg80211: Separate available antennas for RX and TXBruno Randolf1-7/+10
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona6-11/+21
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona9-32/+138
2010-12-20mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2-24/+24
2010-12-16cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez1-1/+2
2010-12-16nl80211: Add notification for dropped Deauth/DisassocJouni Malinen4-2/+64
2010-12-16wireless:mac80211: kill unuse macro MESH_CFG_CMP_LEN in mesh.hShan Wei1-11/+0
2010-12-16mac80211: Add timeout to BA session start APISujith Manoharan4-4/+9
2010-12-16nl80211: advertise maximum remain-on-channel durationJohannes Berg2-1/+8
2010-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-1/+9
2010-12-13mac80211: support IBSS RSN with SW cryptoJohannes Berg1-1/+5
2010-12-13mac80211 default tx_last_beacon false (congestion)Tim Harvey1-1/+1
2010-12-13mac80211: support separate default keysJohannes Berg8-47/+62
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg4-24/+115
2010-12-13mac80211: clean up RX key checksJohannes Berg1-2/+21
2010-12-13cfg80211: update information elements in cached BSS structSven Neumann1-0/+11
2010-12-13cfg80211: Add antenna availability informationBruno Randolf1-2/+13
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-0/+1
2010-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+18
2010-12-08mac80211: Show max number of probe tries in debug message.Ben Greear1-2/+3
2010-12-08mac80211: Apply ht_opmode changes in ieee80211_change_bssHelmut Schaa1-0/+6
2010-12-08cfg80211: Add new BSS attribute ht_opmodeHelmut Schaa1-0/+5
2010-12-08mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa1-3/+18
2010-12-08Bluetooth: Make hci_send_to_sock usable for management control socketsJohan Hedberg1-1/+9