summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-03-043-33/+78
|\
| * Bluetooth: Move index to common header in management interfaceSzymon Janc2011-02-271-40/+3
| * Bluetooth: Add mgmt_auth_failed eventJohan Hedberg2011-02-212-0/+8
| * Bluetooth: Fix mgmt_pin_code_reply return parametersJohan Hedberg2011-02-211-0/+5
| * Bluetooth: Add management support for user confirmation requestJohan Hedberg2011-02-213-0/+41
| * Bluetooth: Add mgmt_pair_device commandJohan Hedberg2011-02-212-0/+28
* | cfg80211: add a field for the bitrate of the last rx data packet from a stationFelix Fietkau2011-03-011-1/+4
* | mac80211: support direct offchannel TX offloadJohannes Berg2011-02-251-0/+10
* | mac80211: make tx() operation return voidJohannes Berg2011-02-251-1/+1
* | mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-4/+5
|/
* Bluetooth: Fix some code style issues in hci_core.hSzymon Janc2011-02-171-29/+29
* Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-172-0/+13
* Bluetooth: Use proper timer for hci command timoutVille Tervo2011-02-162-1/+4
* Bluetooth: Add connection parameter update responseClaudio Takahasi2011-02-161-0/+15
* Bluetooth: Add LE signaling commands handlingClaudio Takahasi2011-02-161-0/+2
* Bluetooth: Add SMP command structuresVille Tervo2011-02-161-0/+76
* Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-161-0/+1
* Bluetooth: Add LE connection support to L2CAPVille Tervo2011-02-161-0/+3
* Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-161-0/+5
* Bluetooth: Add LE connect supportVille Tervo2011-02-162-4/+23
* Bluetooth: Add low energy commands and eventsVille Tervo2011-02-161-0/+49
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0
* Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-141-0/+28
* Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan2011-02-081-0/+2
* Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-3/+8
* Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+2
* Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+4
* Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+1
* Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan2011-02-081-2/+0
* Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan2011-02-081-1/+0
* Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan2011-02-081-0/+12
* Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan2011-02-081-0/+15
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-083-0/+16
* Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2011-02-083-0/+32
* Bluetooth: Add get_connections managment interface commandJohan Hedberg2011-02-081-0/+10
* Bluetooth: Add support for connect failed management eventJohan Hedberg2011-02-082-0/+8
* Bluetooth: Add disconnect managment commandJohan Hedberg2011-02-082-0/+11
* Bluetooth: Add connected/disconnected management eventsJohan Hedberg2011-02-082-0/+14
* Bluetooth: Implement link key handling for the management interfaceJohan Hedberg2011-02-083-0/+48
* Bluetooth: Add class of device control to the management interfaceJohan Hedberg2011-02-083-0/+18
* Bluetooth: Implement a more complete adapter initialization sequenceJohan Hedberg2011-02-082-0/+13
* Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg2011-02-081-0/+6
* Bluetooth: Add special handling with __hci_request and HCI_INITJohan Hedberg2011-02-081-1/+2
* Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg2011-02-082-0/+18
* Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg2011-02-082-0/+22