summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* inet: Add ip_make_skb and ip_finish_skbHerbert Xu2011-03-011-0/+16
* inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu2011-03-011-9/+14
* xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller2011-02-271-1/+1
* xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller2011-02-271-5/+5
* xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller2011-02-271-2/+2
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-271-4/+4
* netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-271-5/+4
* Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont2011-02-251-0/+1
* Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont2011-02-251-11/+0
* Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont2011-02-251-9/+0
* Phonet: use socket destination in pipe protocolRémi Denis-Courmont2011-02-251-1/+0
* Phonet: implement per-socket destination/peer addressRémi Denis-Courmont2011-02-251-0/+1
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-02-247-37/+548
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-02-227-37/+548
| |\
| | * ssb: when needed, reject IM input while disabling deviceRafał Miłecki2011-02-181-0/+2
| | * ssb: remove invalid define SSB_TMSLOW_PHYCLKRafał Miłecki2011-02-181-1/+0
| | * Bluetooth: Fix some code style issues in hci_core.hSzymon Janc2011-02-171-29/+29
| | * Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-162-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
| | * ssb: extract boardflags2 for SPROMs rev 4 and 5Rafał Miłecki2011-02-091-0/+4
| | * 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