index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
netfilter: ipset: Validate the set family and not the set type family at swapping
Jozsef Kadlecsik
1
-1
/
+1
2013-09-16
netfilter: ipset: Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
6
-12
/
+13
2013-09-16
netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocol
Jozsef Kadlecsik
1
-2
/
+2
2013-09-13
netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pkt
Phil Oester
1
-2
/
+2
2013-09-13
netfilter: nf_conntrack: use RCU safe kfree for conntrack extensions
Michal Kubeček
1
-1
/
+1
2013-09-09
bnx2x: Fix configuration of doorbell block
Ariel Elior
2
-3
/
+1
2013-09-09
Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
116
-11895
/
+13597
2013-09-09
direct-io: Use return from cmpxchg to decide of assignment happened
Olof Johansson
1
-2
/
+3
2013-09-09
Merge tag 'for-linus-20130909' of git://git.infradead.org/linux-mtd
Linus Torvalds
99
-3198
/
+2729
2013-09-09
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Linus Torvalds
3
-19
/
+36
2013-09-09
Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping
Linus Torvalds
15
-108
/
+555
2013-09-09
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Linus Torvalds
7
-16
/
+48
2013-09-09
Merge tag 'vfio-v3.12-rc0' of git://github.com/awilliam/linux-vfio
Linus Torvalds
7
-28
/
+421
2013-09-09
Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
51
-973
/
+4503
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
5
-8
/
+29
2013-09-09
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
Linus Torvalds
7
-77
/
+99
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
27
-189
/
+1396
2013-09-09
Merge tag 'metag-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag
Linus Torvalds
7
-0
/
+680
2013-09-09
Merge tag 'arc-v3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Linus Torvalds
19
-454
/
+352
2013-09-09
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Linus Torvalds
12
-147
/
+27
2013-09-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
15
-27
/
+176
2013-09-08
vfs: fix dentry RCU to refcounting possibly sleeping dput()
Linus Torvalds
1
-53
/
+49
2013-09-09
virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-09-08
vfs: use lockred "dead" flag to mark unrecoverably dead dentries
Linus Torvalds
2
-25
/
+15
2013-09-08
vfs: reorganize dput() memory accesses
Linus Torvalds
2
-10
/
+11
2013-09-07
Merge git://git.infradead.org/users/willy/linux-nvme
Linus Torvalds
5
-658
/
+895
2013-09-07
Merge tag 'ntb-3.12' of git://github.com/jonmason/ntb
Linus Torvalds
6
-227
/
+855
2013-09-07
Merge tag 'mfd-3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next
Linus Torvalds
106
-651
/
+3217
2013-09-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
4
-24
/
+178
2013-09-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2
-10
/
+5
2013-09-07
lockref: add ability to mark lockrefs "dead"
Linus Torvalds
2
-0
/
+41
2013-09-07
NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity
Weston Andros Adamson
1
-4
/
+37
2013-09-07
NFS: nfs_compare_super shouldn't check the auth flavour unless 'sec=' was set
Trond Myklebust
1
-2
/
+15
2013-09-07
lockref: fix docbook argument names
Linus Torvalds
1
-4
/
+4
2013-09-07
NFSv4: Allow security autonegotiation for submounts
Trond Myklebust
2
-5
/
+19
2013-09-07
NFSv4: Disallow security negotiation for lookups when 'sec=' is specified
Trond Myklebust
1
-1
/
+3
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
9
-258
/
+323
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
27
-104
/
+177
2013-09-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
32
-549
/
+1668
2013-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
56
-1352
/
+3393
2013-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-21
/
+67
2013-09-07
NFSv4: Fix security auto-negotiation
Trond Myklebust
6
-18
/
+30
2013-09-07
NFS: Clean up nfs_parse_security_flavors()
Trond Myklebust
1
-12
/
+13
2013-09-07
NFS: Clean up the auth flavour array mess
Trond Myklebust
2
-13
/
+28
2013-09-07
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
4
-6
/
+5
2013-09-07
Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
58
-1031
/
+1967
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
33
-321
/
+770
2013-09-07
Revert "Input: introduce BTN/ABS bits for drums and guitars"
Linus Torvalds
5
-432
/
+2
2013-09-07
um: Add irq chip um/mask handlers
Richard Weinberger
1
-0
/
+4
2013-09-07
um: prctl: Do not include linux/ptrace.h
Richard Weinberger
1
-1
/
+1
[next]