index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-22
net: add network priority cgroup infrastructure (v4)
Neil Horman
10
-1
/
+469
2011-11-22
tg3: Fix advertisement handling
Hiroaki SHIMODA
1
-4
/
+3
2011-11-22
atm: use SKB_TRUESIZE() in atm_guess_pdu2truesize()
Eric Dumazet
1
-1
/
+1
2011-11-21
netfilter: use jump_label for nf_hooks
Eric Dumazet
2
-6
/
+33
2011-11-21
tg3: switch to build_skb() infrastructure
Eric Dumazet
2
-55
/
+66
2011-11-21
net: Change mii to ethtool advertisement function names
Matt Carlson
6
-42
/
+75
2011-11-21
gianfar: Use kmemdup rather than duplicating its implementation
Thomas Meyer
1
-2
/
+1
2011-11-21
RxRPC: Use kmemdup rather than duplicating its implementation
Thomas Meyer
1
-4
/
+2
2011-11-21
ksz884x: Use kzalloc rather than kmalloc followed by memset with 0
Thomas Meyer
1
-4
/
+2
2011-11-21
ks8*/ksz8*: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
1
-2
/
+1
2011-11-21
irttp: Use kmemdup rather than duplicating its implementation
Thomas Meyer
1
-3
/
+1
2011-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
548
-4505
/
+5496
2011-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
77
-312
/
+604
2011-11-20
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-49
/
+189
2011-11-20
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...
Linus Torvalds
15
-32
/
+88
2011-11-20
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
12
-61
/
+89
2011-11-20
KVM guest: prevent tracing recursion with kvmclock
Avi Kivity
1
-2
/
+3
2011-11-19
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2011-11-19
PM / Suspend: Fix bug in suspend statistics update
Srivatsa S. Bhat
1
-1
/
+2
2011-11-19
Xen: update MAINTAINER info
Jeremy Fitzhardinge
1
-2
/
+2
2011-11-19
hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE
David Rientjes
1
-5
/
+0
2011-11-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-63
/
+43
2011-11-19
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2
-2
/
+4
2011-11-18
Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
2011-11-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-23
/
+121
2011-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Linus Torvalds
4
-13
/
+29
2011-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
12
-319
/
+159
2011-11-18
cgroup: Replace Paul Menage with Tejun Heo as cgroups maintainer
Paul Menage
1
-1
/
+2
2011-11-18
PM / Hibernate: Fix the early termination of test modes
Srivatsa S. Bhat
1
-6
/
+17
2011-11-18
ipv4: fix redirect handling
Eric Dumazet
1
-51
/
+59
2011-11-18
MAINTAINERS: update XFS maintainer entry
Alex Elder
1
-1
/
+2
2011-11-18
team: replace kmalloc+memcpy by kmemdup
Jiri Pirko
1
-6
/
+2
2011-11-18
team: avoid using variable-length array
Jiri Pirko
1
-2
/
+7
2011-11-18
team: add fix_features
Jiri Pirko
1
-0
/
+22
2011-11-18
ping: dont increment ICMP_MIB_INERRORS
Eric Dumazet
1
-2
/
+0
2011-11-18
Phonet: set the pipe handle using setsockopt
Dinesh Kumar Sharma
2
-11
/
+97
2011-11-18
ip_gre: Set needed_headroom dynamically again
Herbert Xu
1
-0
/
+2
2011-11-18
packet: Add needed_tailroom to packet_sendmsg_spkt
Herbert Xu
1
-1
/
+2
2011-11-18
net: Remove LL_ALLOCATED_SPACE
Herbert Xu
1
-5
/
+0
2011-11-18
net: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
5
-15
/
+30
2011-11-18
ipv6: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
4
-12
/
+27
2011-11-18
ipv4: Remove all uses of LL_ALLOCATED_SPACE
Herbert Xu
4
-10
/
+22
2011-11-18
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
10
-35
/
+36
2011-11-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-128
/
+79
2011-11-18
Merge branch 'unicore32' of git://github.com/gxt/linux
Linus Torvalds
8
-35
/
+22
2011-11-18
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
27
-119
/
+158
2011-11-18
Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security
Linus Torvalds
4
-80
/
+48
2011-11-18
net-forcedeth: fix possible stats inaccuracies on 32b hosts
david decotigny
1
-4
/
+4
2011-11-18
bnx2: switch to build_skb() infrastructure
Eric Dumazet
2
-69
/
+85
2011-11-17
sparc64: Patch sun4v code sequences properly on module load.
David S. Miller
3
-19
/
+63
[next]