| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2011-01-08 | 5 | -5/+5 |
|\ |
|
| * | net/dsa: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -1/+1 |
| * | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela... | Tejun Heo | 2010-12-15 | 4 | -4/+4 |
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2011-01-07 | 1 | -0/+2 |
|\ \ |
|
| * | | [S390] irq: have detailed statistics for interrupt types | Heiko Carstens | 2011-01-05 | 1 | -0/+2 |
* | | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-07 | 2 | -7/+31 |
|\ \ \ |
|
| * | | | fs: scale mntget/mntput | Nick Piggin | 2011-01-07 | 1 | -2/+17 |
| * | | | fs: improve scalability of pseudo filesystems | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| * | | | fs: dcache reduce branches in lookup path | Nick Piggin | 2011-01-07 | 2 | -2/+2 |
| * | | | fs: avoid inode RCU freeing for pseudo fs | Nick Piggin | 2011-01-07 | 1 | -8/+9 |
| * | | | fs: icache RCU free inodes | Nick Piggin | 2011-01-07 | 2 | -9/+17 |
| * | | | fs: change d_delete semantics | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| |/ / |
|
* | | | net: bridge: check the length of skb after nf_bridge_maybe_copy_header() | Changli Gao | 2011-01-06 | 1 | -10/+6 |
* | | | netfilter: fix export secctx error handling | Pablo Neira Ayuso | 2011-01-06 | 3 | -13/+16 |
* | | | netfilter: fix the race when initializing nf_ct_expect_hash_rnd | Changli Gao | 2011-01-06 | 2 | -20/+20 |
* | | | ipv4: IP defragmentation must be ECN aware | Eric Dumazet | 2011-01-06 | 1 | -0/+34 |
* | | | dcb: use after free in dcb_flushapp() | Dan Carpenter | 2011-01-06 | 1 | -1/+2 |
* | | | dcb: unlock on error in dcbnl_ieee_get() | Dan Carpenter | 2011-01-06 | 1 | -3/+8 |
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2011-01-06 | 19 | -136/+855 |
|\ \ \ |
|
| * | | | mac80211: remove stray extern | Johannes Berg | 2011-01-05 | 1 | -2/+2 |
| * | | | mac80211: implement off-channel TX using hw r-o-c offload | Johannes Berg | 2011-01-05 | 3 | -10/+81 |
| * | | | mac80211: implement hardware offload for remain-on-channel | Johannes Berg | 2011-01-05 | 7 | -3/+287 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-01-05 | 13 | -131/+495 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-01-05 | 2 | -0/+9 |
| | |\ \ \ |
|
| | | * | | | mac80211: add missing synchronize_rcu | Johannes Berg | 2011-01-04 | 1 | -0/+6 |
| | | * | | | mac80211: fix mesh forwarding when ratelimited too | Milton Miller | 2011-01-04 | 1 | -2/+2 |
| | * | | | | mac80211: fix some key comments and code | Johannes Berg | 2011-01-04 | 1 | -21/+17 |
| | * | | | | Revert "mac80211: temporarily disable reorder release timer" | Christian Lamparter | 2011-01-04 | 1 | -24/+0 |
| | * | | | | mac80211: serialize rx path workers | Christian Lamparter | 2011-01-04 | 3 | -43/+49 |
| | * | | | | cfg80211: fix transposition of words in printk | Bob Copeland | 2011-01-04 | 1 | -1/+1 |
| | * | | | | mac80211: Fix mesh portal communication with other mesh nodes. | Joel A Fernandes | 2011-01-04 | 1 | -4/+10 |
| | * | | | | mac80211: ignore PSM bit of reordered frames | Christian Lamparter | 2011-01-04 | 2 | -0/+6 |
| | * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/... | John W. Linville | 2011-01-04 | 6 | -22/+398 |
| | |\ \ \ \ |
|
| | | * | | | | Bluetooth: Improve handling of HCI control channel in bind | Gustavo F. Padovan | 2010-12-23 | 1 | -1/+4 |
| | | * | | | | Bluetooth: Fix __hci_request synchronization for hci_open_dev | Johan Hedberg | 2010-12-23 | 2 | -13/+35 |
| | | * | | | | Bluetooth: Add management events for controller addition & removal | Johan Hedberg | 2010-12-23 | 2 | -0/+43 |
| | | * | | | | Bluetooth: Add read_info management command | Johan Hedberg | 2010-12-23 | 1 | -8/+82 |
| | | * | | | | Bluetooth: Add read_index_list management command | Johan Hedberg | 2010-12-23 | 1 | -0/+53 |
| | | * | | | | Bluetooth: Add read_version management command | Johan Hedberg | 2010-12-23 | 1 | -0/+36 |
| | | * | | | | Bluetooth: Add error handling for managment command handlers | Johan Hedberg | 2010-12-23 | 1 | -3/+8 |
| | | * | | | | Bluetooth: Make hci_send_to_sock usable for management control sockets | Johan Hedberg | 2010-12-08 | 1 | -1/+9 |
| | | * | | | | Bluetooth: Add initial Bluetooth Management interface callbacks | Johan Hedberg | 2010-12-08 | 3 | -7/+133 |
| | | * | | | | Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 2010-12-07 | 1 | -1/+1 |
| | | * | | | | Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state | Gustavo F. Padovan | 2010-12-06 | 1 | -1/+7 |
| | * | | | | | mac80211: cleanup select_queue | Johannes Berg | 2010-12-22 | 1 | -14/+6 |
* | | | | | | | net: add POLLPRI to sock_def_readable() | Eric Dumazet | 2011-01-06 | 1 | -1/+1 |
* | | | | | | | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. | David S. Miller | 2011-01-06 | 1 | -1/+1 |
* | | | | | | | net_sched: pfifo_head_drop problem | Eric Dumazet | 2011-01-05 | 1 | -2/+0 |
|/ / / / / / |
|
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-04 | 4 | -14/+28 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | ipv4/route.c: respect prefsrc for local routes | Joel Sing | 2011-01-04 | 1 | -2/+6 |