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
2017-05-02
audit: convert audit_tree.count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-05-02
audit: normalize NETFILTER_PKT
Richard Guy Briggs
1
-97
/
+27
2017-05-02
netfilter: use consistent ipv4 network offset in xt_AUDIT
Richard Guy Briggs
1
-1
/
+1
2017-05-02
audit: log module name on delete_module
Richard Guy Briggs
1
-0
/
+2
2017-05-02
audit: remove unnecessary semicolon in audit_watch_handle_event()
Nicholas Mc Guire
1
-1
/
+1
2017-05-02
audit: remove unnecessary semicolon in audit_mark_handle_event()
Nicholas Mc Guire
1
-1
/
+1
2017-05-02
audit: remove unnecessary semicolon in audit_field_valid()
Nicholas Mc Guire
1
-2
/
+2
2017-04-30
Linux 4.11
v4.11
Linus Torvalds
1
-1
/
+1
2017-04-30
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+27
2017-04-30
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-13
/
+23
2017-04-30
Prevent timer value 0 for MWAITX
Janakarajan Natarajan
1
-0
/
+7
2017-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2017-04-29
fix a braino in ITER_PIPE iov_iter_revert()
Al Viro
1
-1
/
+1
2017-04-28
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2017-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
9
-22
/
+64
2017-04-28
net: hso: register netdev later to avoid a race condition
Andreas Kemnade
1
-7
/
+7
2017-04-28
net: adjust skb->truesize in ___pskb_trim()
Eric Dumazet
1
-0
/
+2
2017-04-28
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
1
-7
/
+12
2017-04-28
bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal
Paolo Abeni
1
-1
/
+1
2017-04-28
ipv4: Don't pass IP fragments to upper layer GRO handlers.
Steffen Klassert
1
-0
/
+3
2017-04-28
cpsw/netcp: refine cpts dependency
Arnd Bergmann
1
-1
/
+3
2017-04-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-1
/
+5
2017-04-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+7
2017-04-28
clk: sunxi-ng: always select CCU_GATE
Arnd Bergmann
1
-1
/
+1
2017-04-28
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+7
2017-04-28
Merge branch 'tipc-socket-connection-hangs'
David S. Miller
1
-5
/
+31
2017-04-28
tipc: close the connection if protocol messages contain errors
Parthasarathy Bhuvaragan
1
-0
/
+8
2017-04-28
tipc: improve error validations for sockets in CONNECTING state
Parthasarathy Bhuvaragan
1
-3
/
+22
2017-04-28
tipc: Fix missing connection request handling
Parthasarathy Bhuvaragan
1
-2
/
+1
2017-04-27
Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-8
/
+51
2017-04-27
Merge tag 'ceph-for-4.11-rc9' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-12
/
+10
2017-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-18
/
+25
2017-04-27
statx: correct error handling of NULL pathname
Michael Kerrisk (man-pages)
1
-2
/
+0
2017-04-27
xfrm: fix GRO for !CONFIG_NETFILTER
Sabrina Dubroca
1
-1
/
+1
2017-04-27
sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker
2
-13
/
+23
2017-04-26
uapi: change the type of struct statx_timestamp.tv_nsec to unsigned
Dmitry V. Levin
1
-6
/
+2
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
6
-2
/
+49
2017-04-26
statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATH
David Howells
1
-7
/
+6
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
44
-141
/
+373
2017-04-26
ipv6: check raw payload size correctly in ioctl
Jamie Bainbridge
1
-2
/
+1
2017-04-26
tcp: memset ca_priv data to 0 properly
Wei Wang
1
-8
/
+3
2017-04-26
ipv6: check skb->protocol before lookup for nexthop
WANG Cong
1
-16
/
+18
2017-04-26
net: core: Prevent from dereferencing null pointer when releasing SKB
Myungho Jung
1
-0
/
+3
2017-04-26
macsec: dynamically allocate space for sglist
Jason A. Donenfeld
1
-7
/
+22
2017-04-26
Revert "phy: micrel: Disable auto negotiation on startup"
David S. Miller
1
-11
/
+0
2017-04-26
net: phy: fix auto-negotiation stall due to unavailable interrupt
Alexander Kochetkov
2
-4
/
+37
2017-04-26
Merge tag 'sound-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
9
-28
/
+54
2017-04-26
xfrm: do the garbage collection after flushing policy
Xin Long
1
-0
/
+4
2017-04-25
Merge tag 'arc-4.11-final' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
5
-10
/
+45
2017-04-25
nfsd: stricter decoding of write-like NFSv2/v3 ops
J. Bruce Fields
2
-0
/
+6
[next]