Age | Commit message (Expand) | Author | Files | Lines |
2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 | Linus Torvalds | 1 | -4/+0 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 18 | -7/+37 |
2010-10-22 | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 4 | -30/+13 |
2010-10-22 | tty: icount changeover for other main devices | Alan Cox | 1 | -4/+0 |
2010-10-21 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -0/+11 |
2010-10-21 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -10/+13 |
2010-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 5 | -33/+103 |
2010-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 29 | -0/+10750 |
2010-10-21 | BKL: introduce CONFIG_BKL. | Arnd Bergmann | 2 | -0/+2 |
2010-10-21 | secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set | Eric Paris | 1 | -0/+2 |
2010-10-21 | secmark: export secctx, drop secmark in procfs | Eric Paris | 2 | -6/+50 |
2010-10-21 | conntrack: export lsm context rather than internal secid via netlink | Eric Paris | 1 | -10/+36 |
2010-10-21 | secmark: make secmark object handling generic | Eric Paris | 2 | -19/+17 |
2010-10-21 | secmark: do not return early if there was no error | Eric Paris | 1 | -1/+1 |
2010-10-20 | ceph: fix num_pages_free accounting in pagelist | Sage Weil | 1 | -0/+1 |
2010-10-20 | ceph: don't crash when passed bad mount options | Yehuda Sadeh | 1 | -1/+1 |
2010-10-20 | ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor | Greg Farnum | 1 | -9/+97 |
2010-10-20 | rbd: introduce rados block device (rbd), based on libceph | Yehuda Sadeh | 1 | -2/+1 |
2010-10-20 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 29 | -0/+10662 |
2010-10-19 | sunrpc: remove the big kernel lock | Arnd Bergmann | 2 | -30/+11 |
2010-10-18 | sched: Fix softirq time accounting | Venkatesh Pallipadi | 1 | -1/+1 |
2010-10-15 | De-pessimize rds_page_copy_user | Linus Torvalds | 1 | -20/+7 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 14 | -6/+27 |
2010-10-11 | net: clear heap allocations for privileged ethtool actions | Kees Cook | 1 | -3/+3 |
2010-10-11 | ATM: mpc, fix use after free | Jiri Slaby | 1 | -1/+1 |
2010-10-08 | net: clear heap allocation for ETHTOOL_GRXCLSRLALL | Kees Cook | 1 | -1/+1 |
2010-10-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2 | -2/+4 |
2010-10-08 | Merge commit 'v2.6.36-rc7' into perf/core | Ingo Molnar | 37 | -152/+221 |
2010-10-07 | net: suppress RCU lockdep false positive in sock_update_classid | Paul E. McKenney | 1 | -1/+4 |
2010-10-07 | Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" | John W. Linville | 1 | -2/+2 |
2010-10-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | David S. Miller | 2 | -33/+33 |
2010-10-07 | Merge commit 'v2.6.36-rc7' into core/rcu | Ingo Molnar | 68 | -416/+500 |
2010-10-07 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 26 | -102/+143 |
2010-10-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 8 | -88/+110 |
2010-10-06 | mac80211: delete AddBA response timer | Johannes Berg | 1 | -0/+2 |
2010-10-05 | caif: fix two caif_connect() bugs | Eric Dumazet | 1 | -6/+15 |
2010-10-05 | cls_u32: signedness bug | Dan Carpenter | 1 | -1/+1 |
2010-10-04 | Bluetooth: Disallow to change L2CAP_OPTIONS values when connected | Gustavo F. Padovan | 1 | -0/+5 |
2010-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -19/+27 |
2010-10-03 | sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() | Dan Rosenberg | 1 | -2/+6 |
2010-10-03 | sctp: prevent reading out-of-bounds memory | Dan Rosenberg | 1 | -1/+12 |
2010-10-03 | ipv4: correct IGMP behavior on v3 query during v2-compatibility mode | David Stevens | 1 | -1/+13 |
2010-10-03 | Revert "ipv4: Make INET_LRO a bool instead of tristate." | Ben Hutchings | 1 | -1/+1 |
2010-10-03 | net: Fix the condition passed to sk_wait_event() | Nagendra Tomar | 1 | -4/+4 |
2010-10-03 | net: Fix IPv6 PMTU disc. w/ asymmetric routes | Maciej Żenczykowski | 1 | -4/+24 |
2010-09-30 | vlan: dont drop packets from unknown vlans in promiscuous mode | Eric Dumazet | 1 | -4/+10 |
2010-09-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -4/+0 |
2010-09-30 | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state" | Gustavo F. Padovan | 1 | -7/+1 |
2010-09-30 | Bluetooth: Fix inconsistent lock state with RFCOMM | Gustavo F. Padovan | 1 | -0/+4 |