Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | | Bluetooth: Add ProFUSION's copyright | Gustavo F. Padovan | 2011-12-18 | 3 | -0/+3 | |
| | | * | | | | | | | | | | Bluetooth: Use system workqueue to schedule power_on | Gustavo F. Padovan | 2011-12-18 | 2 | -2/+2 | |
| | | * | | | | | | | | | | Bluetooth: Remove work_add and work_del from hci_sysfs | Gustavo F. Padovan | 2011-12-18 | 1 | -44/+27 | |
| | | * | | | | | | | | | | Bluetooth: Use new alloc_workqueue() | Gustavo F. Padovan | 2011-12-18 | 1 | -1/+2 | |
| | | * | | | | | | | | | | Bluetooth: move power_off to system workqueue | Gustavo F. Padovan | 2011-12-18 | 2 | -2/+2 | |
| | | * | | | | | | | | | | Bluetooth: Change l2cap chan_list to use RCU | Gustavo F. Padovan | 2011-12-18 | 1 | -61/+58 | |
| | | * | | | | | | | | | | Bluetooth: invert locking order in connect path | Gustavo F. Padovan | 2011-12-18 | 2 | -60/+59 | |
| | | * | | | | | | | | | | Bluetooth: convert info timer to delayed_work | Gustavo F. Padovan | 2011-12-18 | 1 | -9/+9 | |
| | | * | | | | | | | | | | Bluetooth: convert tx_task to workqueue | Gustavo F. Padovan | 2011-12-18 | 3 | -18/+12 | |
| | | * | | | | | | | | | | Bluetooth: Move command task to workqueue | Gustavo F. Padovan | 2011-12-18 | 3 | -14/+14 | |
| | | * | | | | | | | | | | Bluetooth: Don't disable tasklets to call hdev->notify() | Gustavo F. Padovan | 2011-12-18 | 2 | -16/+4 | |
| | | * | | | | | | | | | | Bluetooth: convert conn hash to RCU | Gustavo F. Padovan | 2011-12-18 | 2 | -22/+31 | |
| | | * | | | | | | | | | | Bluetooth: Use RCU to manipulate chan_list | Gustavo F. Padovan | 2011-12-18 | 2 | -10/+16 | |
| | | * | | | | | | | | | | Bluetooth: convert chan_lock to mutex | Gustavo F. Padovan | 2011-12-18 | 1 | -26/+26 | |
| | | * | | | | | | | | | | Bluetooth: move hci_task_lock to mutex | Gustavo F. Padovan | 2011-12-18 | 1 | -9/+9 | |
| | | * | | | | | | | | | | Bluetooth: Remove sk_backlog usage from L2CAP | Gustavo F. Padovan | 2011-12-18 | 1 | -11/+1 | |
| | | * | | | | | | | | | | Bluetooth: Don't use spin_lock socket lock anymore | Gustavo F. Padovan | 2011-12-18 | 1 | -46/+20 | |
| | | * | | | | | | | | | | Bluetooth: Move L2CAP timers to workqueue | Gustavo F. Padovan | 2011-12-18 | 1 | -39/+31 | |
| | | * | | | | | | | | | | Bluetooth: hci_conn_auto_accept() doesn't need locking | Gustavo F. Padovan | 2011-12-18 | 1 | -4/+0 | |
| | | * | | | | | | | | | | Bluetooth: Use delayed work for advertisiment cache timeout | Gustavo F. Padovan | 2011-12-18 | 2 | -7/+9 | |
| | | * | | | | | | | | | | Bluetooth: Use delayed_work for connection timeout | Gustavo F. Padovan | 2011-12-18 | 1 | -4/+5 | |
| | | * | | | | | | | | | | Bluetooth: Replace spin_lock by mutex in hci_dev | Gustavo F. Padovan | 2011-12-18 | 8 | -97/+97 | |
| | | * | | | | | | | | | | Bluetooth: Process recv path in a workqueue instead of a tasklet | Marcel Holtmann | 2011-12-18 | 1 | -9/+10 | |
| | | * | | | | | | | | | | Bluetooth: make hci_conn_enter_sniff_mode static | Gustavo F. Padovan | 2011-12-16 | 1 | -36/+36 | |
| | | * | | | | | | | | | | Bluetooth: Use list_for_each_entry in hci_conn_hash_flush() | Gustavo F. Padovan | 2011-12-16 | 1 | -8/+2 | |
| | | * | | | | | | | | | | Bluetooth: Use chan instead of l2cap_pi macro | Gustavo F. Padovan | 2011-12-16 | 1 | -1/+1 | |
| | | * | | | | | | | | | | Bluetooth: remove struct hci_chan_hash | Gustavo F. Padovan | 2011-12-16 | 2 | -14/+8 | |
| * | | | | | | | | | | | | net_sched: qdisc_alloc_handle() can be too slow | Eric Dumazet | 2012-01-03 | 1 | -5/+9 | |
| * | | | | | | | | | | | | sch_qfq: accurate wsum handling | Eric Dumazet | 2012-01-03 | 1 | -8/+9 | |
| * | | | | | | | | | | | | sch_sfq: dont put new flow at the end of flows | Eric Dumazet | 2012-01-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-01-02 | 4 | -6/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | netfilter: nfnetlink_acct: fix nfnl_acct_get operation | Pablo Neira Ayuso | 2012-01-01 | 1 | -4/+13 | |
| * | | | | | | | | | | | | netem: fix classful handling | Eric Dumazet | 2011-12-30 | 1 | -121/+81 | |
| * | | | | | | | | | | | | IPv6: Avoid taking write lock for /proc/net/ipv6_route | Josh Hunt | 2011-12-30 | 2 | -1/+21 | |
| * | | | | | | | | | | | | unix_diag: Fixup RQLEN extension report | Pavel Emelyanov | 2011-12-30 | 1 | -1/+12 | |
| * | | | | | | | | | | | | af_unix: Move CINQ/COUTQ code to helpers | Pavel Emelyanov | 2011-12-30 | 1 | -23/+36 | |
| * | | | | | | | | | | | | unix_diag: Add the MEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -8/+12 | |
| * | | | | | | | | | | | | inet_diag: Add the SKMEMINFO extension | Pavel Emelyanov | 2011-12-30 | 1 | -0/+4 | |
| * | | | | | | | | | | | | sock_diag: Introduce the meminfo nla core (v2) | Pavel Emelyanov | 2011-12-30 | 1 | -0/+23 | |
| * | | | | | | | | | | | | Merge branch 'tipc-Dec29-2011' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 2011-12-30 | 18 | -237/+248 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | tipc: rename struct bearer_name to struct tipc_bearer_names | Paul Gortmaker | 2011-12-29 | 2 | -6/+6 | |
| | * | | | | | | | | | | | | tipc: rename struct link* to struct tipc_link* | Paul Gortmaker | 2011-12-29 | 10 | -146/+156 | |
| | * | | | | | | | | | | | | tipc: rename struct bcbearer* to tipc_bcbearer* | Paul Gortmaker | 2011-12-29 | 1 | -10/+10 | |
| | * | | | | | | | | | | | | tipc: rename struct bclink to struct tipc_bclink | Paul Gortmaker | 2011-12-29 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | tipc: rename struct subscriber to struct tipc_subscriber | Paul Gortmaker | 2011-12-29 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | tipc: rename struct subscription to struct tipc_subscription | Paul Gortmaker | 2011-12-29 | 4 | -26/+27 | |
| | * | | | | | | | | | | | | tipc: rename struct port_list to struct tipc_port_list | Paul Gortmaker | 2011-12-29 | 6 | -19/+19 | |
| | * | | | | | | | | | | | | tipc: rename struct media to struct tipc_media | Paul Gortmaker | 2011-12-29 | 5 | -15/+15 | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-30 | 3 | -9/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ipv6: Fix neigh lookup using NULL device. | David S. Miller | 2011-12-29 | 1 | -7/+10 |