summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2011-11-162-7/+4
| * | | Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc2011-11-161-5/+2
| * | | Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc2011-11-161-5/+3
| * | | Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc2011-11-161-8/+5
| * | | Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc2011-11-161-3/+17
| * | | Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko2011-11-161-2/+3
| * | | Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2011-11-161-2/+8
| * | | Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg2011-11-161-0/+2
| * | | Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2011-11-161-91/+224
| * | | Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg2011-11-161-12/+14
| * | | Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg2011-11-161-2/+11
| * | | Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2011-11-161-7/+6
| * | | Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2011-11-162-1/+20
| * | | Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2011-11-162-2/+2
| * | | Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan2011-11-101-1/+2
| * | | Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan2011-11-101-3/+13
| * | | Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-101-6/+6
| * | | Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2011-11-102-15/+26
| * | | Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2011-11-101-11/+50
| * | | Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg2011-11-101-5/+0
| * | | Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2011-11-102-22/+34
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-029-30/+98
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville2011-12-011-1/+0
| * | | mac80211: fill rate filter for internal scan requestsSimon Wunderlich2011-11-301-0/+6
| * | | cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-11-301-2/+4
| * | | cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-11-301-16/+27
| * | | mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach2011-11-281-0/+14
| * | | mac80211: fix race condition caused by late addBA responseNikolay Martynov2011-11-281-1/+17
| * | | mac80211: don't stop a single aggregation session twiceJohannes Berg2011-11-281-2/+8
| * | | nl80211: fix MAC address validationEliad Peller2011-11-281-2/+2
| * | | cfg80211: fix regulatory NULL dereferenceJohannes Berg2011-11-211-0/+4
| * | | mac80211: Fix endian bug in radiotap header generationHelmut Schaa2011-11-211-4/+4
| * | | mac80211: Fix AMSDU rate printout in debugfs.Ben Greear2011-11-211-2/+2
| * | | mac80211: fix race between connection monitor & suspendJohannes Berg2011-11-091-1/+1
| * | | cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez2011-11-091-0/+3
| * | | mac80211: fix bug in ieee80211_build_probe_reqJohannes Berg2011-11-091-0/+4
| * | | mac80211: fix NULL dereference in radiotap codeJohannes Berg2011-11-091-3/+6
* | | | nfc: Remove function tracer like entry messagesJoe Perches2011-11-305-63/+19
* | | | nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2011-11-302-26/+0
* | | | nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-307-158/+160
* | | | nfc: Use standard logging stylesJoe Perches2011-11-306-26/+38
* | | | mac80211: remove unused function declarationMohammed Shafi Shajakhan2011-11-301-1/+0
* | | | mac80211: revert on-channel work optimisationsJohannes Berg2011-11-305-142/+13
* | | | net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2011-11-302-23/+2
* | | | mac80211: remove tracing config symbolJohannes Berg2011-11-283-25/+2
* | | | mac80211: clean up rx_h_mesh_fwdingThomas Pedersen2011-11-281-49/+39
* | | | mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-285-77/+79
* | | | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-287-1/+24
* | | | mac80211: fix forwarded mesh frame queue mappingThomas Pedersen2011-11-284-21/+36
* | | | mac80211: fix switched HWMP frame addressesThomas Pedersen2011-11-281-19/+11