index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-27
bpf: add writable context for raw tracepoints
Matt Mullins
3
-0
/
+4
2019-04-26
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
Stanislav Fomichev
1
-0
/
+8
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-23
flow_dissector: handle no-skb use case
Stanislav Fomichev
1
-5
/
+0
2019-04-23
net: plumb network namespace into __skb_flow_dissect
Stanislav Fomichev
1
-8
/
+11
2019-04-23
flow_dissector: switch kernel context to struct bpf_flow_dissector
Stanislav Fomichev
1
-0
/
+4
2019-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-0
/
+49
2019-04-23
bpf: remove global variables
Alexei Starovoitov
1
-0
/
+5
2019-04-20
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-0
/
+2
2019-04-19
net: mdio: rename mdio_device reset to reset_gpio
David Bauer
1
-1
/
+1
2019-04-19
net: phy: add support for reset-controller
David Bauer
1
-0
/
+1
2019-04-19
net: skb: remove unused asserts
Jakub Kicinski
1
-2
/
+0
2019-04-18
net: core: introduce build_skb_around
Jesper Dangaard Brouer
1
-0
/
+2
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-34
/
+65
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+3
2019-04-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+6
2019-04-16
KVM: fix spectrev1 gadgets
Paolo Bonzini
1
-4
/
+6
2019-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-8
/
+32
2019-04-15
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
2
-5
/
+20
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-4
/
+6
2019-04-14
mm: add 'try_get_page()' helper function
Linus Torvalds
1
-0
/
+9
2019-04-14
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
1
-1
/
+5
2019-04-14
Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-14
/
+30
2019-04-14
Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-8
/
+0
2019-04-14
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2019-04-13
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2019-04-13
rhashtable: use BIT(0) for locking.
NeilBrown
1
-11
/
+24
2019-04-13
rhashtable: replace rht_ptr_locked() with rht_assign_locked()
NeilBrown
1
-3
/
+6
2019-04-13
rhashtable: move dereference inside rht_ptr()
NeilBrown
1
-27
/
+42
2019-04-13
rhashtable: reorder some inline functions and macros.
NeilBrown
1
-71
/
+71
2019-04-13
rhashtable: fix some __rcu annotation errors
NeilBrown
1
-5
/
+6
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
1
-0
/
+2
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
1
-0
/
+2
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2
-4
/
+8
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2
-3
/
+8
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
1
-0
/
+2
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
3
-0
/
+27
2019-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-9
/
+94
2019-04-12
bridge: broute: make broute a real ebtables table
Florian Westphal
1
-3
/
+0
2019-04-11
bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-8
/
+28
2019-04-11
Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"
Trond Myklebust
1
-8
/
+0
2019-04-11
nvmet: fix discover log page when offsets are used
Keith Busch
1
-2
/
+7
2019-04-11
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
1
-0
/
+3
2019-04-11
clk: x86: Add system specific quirk to mark clocks as critical
David Müller
1
-0
/
+3
2019-04-10
blk-mq: introduce blk_mq_complete_request_sync()
Ming Lei
1
-0
/
+1
2019-04-10
bpf: allow for key-less BTF in array map
Daniel Borkmann
1
-0
/
+1
2019-04-10
bpf: add syscall side map freeze support
Daniel Borkmann
1
-1
/
+2
2019-04-10
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
1
-0
/
+29
2019-04-10
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2
-0
/
+10
2019-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-28
/
+43
[next]