| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 46 | -855/+1350 |
|\ |
|
| * | tcp: take care of overlaps in tcp_try_coalesce() | Eric Dumazet | 2012-05-24 | 1 | -0/+5 |
| * | ipv4: fix the rcu race between free_fib_info and ip_route_output_slow | Yanmin Zhang | 2012-05-24 | 1 | -6/+6 |
| * | mm: add a low limit to alloc_large_system_hash | Tim Bird | 2012-05-24 | 3 | -20/+13 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-05-22 | 41 | -829/+1326 |
| |\ |
|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next | John W. Linville | 2012-05-22 | 41 | -829/+1326 |
| | |\ |
|
| | | * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-05-16 | 12 | -640/+1016 |
| | | |\ |
|
| | | | * | Bluetooth: Report proper error number in disconnection | Gustavo Padovan | 2012-05-16 | 1 | -1/+1 |
| | | | * | Bluetooth: Create flags for bt_sk() | Gustavo Padovan | 2012-05-16 | 4 | -22/+35 |
| | | | * | Bluetooth: report the right security level in getsockopt | Gustavo Padovan | 2012-05-16 | 1 | -1/+4 |
| | | | * | Bluetooth: Lock the L2CAP channel when sending | Mat Martineau | 2012-05-16 | 1 | -6/+6 |
| | | | * | Bluetooth: Restore locking semantics when looking up L2CAP channels | Mat Martineau | 2012-05-16 | 1 | -7/+3 |
| | | | * | Bluetooth: Fix a redundant and problematic incoming MTU check | Mat Martineau | 2012-05-16 | 1 | -20/+0 |
| | | | * | Bluetooth: Fix EIR data generation for mgmt_device_found | Vishal Agarwal | 2012-05-16 | 1 | -1/+3 |
| | | | * | Bluetooth: Fix Inquiry with RSSI event mask | Johan Hedberg | 2012-05-16 | 1 | -1/+1 |
| | | | * | Bluetooth: improve readability of l2cap_seq_list code | Gustavo Padovan | 2012-05-16 | 1 | -15/+18 |
| | | | * | Bluetooth: Fix skb length calculation | Gustavo Padovan | 2012-05-16 | 1 | -0/+3 |
| | | | * | Bluetooth: Fix packet size provided to the controller | Gustavo Padovan | 2012-05-16 | 1 | -2/+6 |
| | | | * | Bluetooth: Fix wrong set of skb fragments | Gustavo Padovan | 2012-05-16 | 1 | -4/+8 |
| | | | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth | Gustavo Padovan | 2012-05-16 | 5 | -7/+31 |
| | | | |\ |
|
| | | | * | | Bluetooth: Initialize the transmit queue for L2CAP streaming mode | Mat Martineau | 2012-05-15 | 1 | -1/+2 |
| | | | * | | Bluetooth: Update tx_send_head when sending ERTM data | Mat Martineau | 2012-05-14 | 1 | -0/+3 |
| | | | * | | Bluetooth: Fixed checkpatch warnings | Cristian Chilipirea | 2012-05-09 | 1 | -1/+2 |
| | | | * | | Bluetooth: bnep: use constant for ethertype | Eldad Zack | 2012-05-09 | 1 | -1/+1 |
| | | | * | | Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation | Mat Martineau | 2012-05-09 | 1 | -58/+86 |
| | | | * | | Bluetooth: Remove unneeded calculation and magic number | Andrei Emeltchenko | 2012-05-09 | 1 | -2/+2 |
| | | | * | | Bluetooth: Remove hlen variable | Gustavo Padovan | 2012-05-09 | 1 | -3/+3 |
| | | | * | | Bluetooth: Enable Low Energy support by default | Marcel Holtmann | 2012-05-09 | 2 | -10/+4 |
| | | | * | | Bluetooth: Remove unused hci_le_ltk_neg_reply() | Syam Sidhardhan | 2012-05-09 | 1 | -14/+0 |
| | | | * | | Bluetooth: Remove unneeded elements from size calculation | Gustavo Padovan | 2012-05-09 | 1 | -1/+1 |
| | | | * | | Bluetooth: Remove unused hci_le_ltk_reply() | Syam Sidhardhan | 2012-05-09 | 1 | -16/+0 |
| | | | * | | Bluetooth: Add Code Aurora Forum copyright | Mat Martineau | 2012-05-09 | 1 | -0/+1 |
| | | | * | | Bluetooth: Make better use of l2cap_chan reference counting | Mat Martineau | 2012-05-09 | 2 | -0/+9 |
| | | | * | | Bluetooth: Remove unused function | Mat Martineau | 2012-05-09 | 1 | -11/+0 |
| | | | * | | Bluetooth: Initialize new l2cap_chan structure members | Mat Martineau | 2012-05-09 | 1 | -8/+17 |
| | | | * | | Bluetooth: Move recently-added ERTM header packing functions | Mat Martineau | 2012-05-09 | 1 | -100/+100 |
| | | | * | | Bluetooth: Remove duplicate structure members from bt_skb_cb | Mat Martineau | 2012-05-09 | 1 | -19/+19 |
| | | | * | | Bluetooth: Remove advertising cache | Andre Guedes | 2012-05-09 | 2 | -81/+0 |
| | | | * | | Bluetooth: Use address type info from user-space | Andre Guedes | 2012-05-09 | 2 | -6/+7 |
| | | | * | | Bluetooth: Add dst_type parameter to hci_connect | Andre Guedes | 2012-05-09 | 4 | -17/+13 |
| | | | * | | Bluetooth: Move bdaddr_to_le to hci_core | Andre Guedes | 2012-05-09 | 2 | -12/+12 |
| | | | * | | Bluetooth: Rename mgmt_to_le to bdaddr_to_le | Andre Guedes | 2012-05-09 | 1 | -3/+3 |
| | | | * | | Bluetooth: Rename link_to_mgmt to link_to_bdaddr | Andre Guedes | 2012-05-09 | 1 | -14/+14 |
| | | | * | | Bluetooth: Move address type macros to bluetooth.h | Andre Guedes | 2012-05-09 | 1 | -15/+15 |
| | | | * | | Bluetooth: Remove useless code in hci_connect | Andre Guedes | 2012-05-09 | 1 | -3/+0 |
| | | | * | | Bluetooth: Add support for reusing the same hci_conn for LE links | Vinicius Costa Gomes | 2012-05-09 | 2 | -37/+58 |
| | | | * | | Bluetooth: Search global l2cap channels by src/dst addresses | Ido Yariv | 2012-05-09 | 1 | -12/+31 |
| | | | * | | Bluetooth: Remove unneeded initialization in hci_alloc_dev() | David Herrmann | 2012-05-09 | 1 | -10/+0 |
| | | | * | | Bluetooth: Move device initialization to hci_alloc_dev() | David Herrmann | 2012-05-09 | 1 | -63/+52 |
| | | | * | | Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev | David Herrmann | 2012-05-09 | 1 | -26/+26 |