index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptr_ring: prevent queue load/store tearing
Michael S. Tsirkin
2018-01-29
1
-2
/
+2
*
skb_array: use __ptr_ring_empty
Michael S. Tsirkin
2018-01-29
1
-1
/
+1
*
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
Michael S. Tsirkin
2018-01-29
1
-6
/
+1
*
ptr_ring: disallow lockless __ptr_ring_full
Michael S. Tsirkin
2018-01-29
1
-3
/
+4
*
ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty
Michael S. Tsirkin
2018-01-29
1
-3
/
+8
*
ptr_ring: clean up documentation
Michael S. Tsirkin
2018-01-29
1
-16
/
+18
*
ptr_ring: keep consumer_head valid at all times
Michael S. Tsirkin
2018-01-29
1
-9
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-29
2
-0
/
+18
|
\
|
*
net: don't call update_pmtu unconditionally
Nicolas Dichtel
2018-01-25
1
-0
/
+8
|
*
net: tcp: close sock if net namespace is exiting
Dan Streetman
2018-01-25
1
-0
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-29
4
-9
/
+140
|
\
\
|
*
|
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-27
1
-0
/
+2
|
*
|
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
2018-01-26
1
-1
/
+28
|
*
|
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
2018-01-26
1
-1
/
+8
|
*
|
bpf: Add support for reading sk_state and more
Lawrence Brakmo
2018-01-26
1
-0
/
+22
|
*
|
bpf: Add sock_ops RTO callback
Lawrence Brakmo
2018-01-26
1
-1
/
+7
|
*
|
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
2018-01-26
2
-1
/
+27
|
*
|
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
2018-01-26
3
-7
/
+39
|
*
|
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
2018-01-26
2
-1
/
+10
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-01-26
2
-0
/
+13
|
\
\
\
|
*
|
|
xfrm: Add ESN support for IPSec HW offload
Yossef Efraim
2018-01-18
2
-0
/
+13
*
|
|
|
openvswitch: add erspan version I and II support
William Tu
2018-01-26
1
-0
/
+1
*
|
|
|
net: erspan: create erspan metadata uapi header
William Tu
2018-01-26
2
-30
/
+54
*
|
|
|
net: erspan: use bitfield instead of mask and offset
William Tu
2018-01-26
1
-33
/
+94
*
|
|
|
pkt_cls: add new tc cls helper to check offload flag and chain index
Jakub Kicinski
2018-01-26
1
-0
/
+14
*
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-01-25
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
serdev: add method to set parity
Ulrich Hecht
2018-01-23
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
2018-01-25
5
-7
/
+9
|
\
\
\
\
|
*
|
|
|
kill kernel_sock_ioctl()
Al Viro
2018-01-25
1
-1
/
+0
|
*
|
|
|
dev_ioctl(): move copyin/copyout to callers
Al Viro
2018-01-25
1
-1
/
+2
|
*
|
|
|
lift handling of SIOCIW... out of dev_ioctl()
Al Viro
2018-01-25
1
-2
/
+2
|
*
|
|
|
ip_rt_ioctl(): take copyin to caller
Al Viro
2018-01-25
1
-1
/
+1
|
*
|
|
|
devinet_ioctl(): take copyin/copyout to caller
Al Viro
2018-01-25
1
-1
/
+1
|
*
|
|
|
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
2018-01-25
1
-1
/
+3
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-25
4
-8
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-01-25
2
-1
/
+2
|
|
\
\
\
|
|
*
|
|
net: sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr
Wolfgang Bumiller
2018-01-24
1
-1
/
+1
|
|
*
|
|
ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL
Ben Hutchings
2018-01-24
1
-0
/
+1
|
*
|
|
|
Merge tag 'trace-v4.15-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-01-24
1
-0
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
ftrace, orc, x86: Handle ftrace dynamically allocated trampolines
Steven Rostedt (VMware)
2018-01-23
1
-0
/
+2
|
*
|
|
|
|
Revert "module: Add retpoline tag to VERMAGIC"
Greg Kroah-Hartman
2018-01-24
1
-7
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
net: erspan: fix use-after-free
William Tu
2018-01-24
1
-2
/
+2
*
|
|
|
|
net: sched: remove tc_cls_common_offload_init_deprecated()
Jakub Kicinski
2018-01-24
1
-11
/
+0
*
|
|
|
|
cls_bpf: remove gen_flags from bpf_offload
Jakub Kicinski
2018-01-24
1
-1
/
+0
*
|
|
|
|
net: sched: prepare for reimplementation of tc_cls_common_offload_init()
Jakub Kicinski
2018-01-24
1
-3
/
+15
*
|
|
|
|
net: sched: propagate extack to cls->destroy callbacks
Jakub Kicinski
2018-01-24
1
-1
/
+2
*
|
|
|
|
net/sched: act_csum: don't use spinlock in the fast path
Davide Caratti
2018-01-24
1
-2
/
+14
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-23
2
-0
/
+25
|
\
|
|
|
|
|
*
|
|
|
mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte()
Kirill A. Shutemov
2018-01-22
1
-0
/
+21
|
|
/
/
/
|
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-01-20
1
-0
/
+4
|
|
\
\
\
[next]