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
path:
root
/
include
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
79
-421
/
+1527
2017-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-25
/
+17
2017-07-20
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-0
/
+1
2017-07-19
net: make dev_close and related functions void
stephen hemminger
1
-2
/
+2
2017-07-19
llist: clang: introduce member_address_is_nonnull()
Alexander Potapenko
1
-2
/
+19
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
30
-43
/
+74
2017-07-19
Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-4
/
+4
2017-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-9
/
+0
2017-07-17
net: fix build error in devmap helper calls
John Fastabend
1
-5
/
+20
2017-07-17
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
1
-6
/
+4
2017-07-17
bpf: check NULL for sk_to_full_sk() return value
WANG Cong
1
-1
/
+1
2017-07-17
net: Revert "net: add function to allocate sk_buff head without data area"
Florian Westphal
1
-6
/
+0
2017-07-17
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
David S. Miller
3
-20
/
+16
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-5
/
+0
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
1
-1
/
+1
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
3
-1
/
+13
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
1
-0
/
+3
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+3
2017-07-17
xdp: add trace event for xdp redirect
John Fastabend
1
-1
/
+3
2017-07-17
net: implement XDP_REDIRECT for xdp generic
John Fastabend
1
-0
/
+1
2017-07-17
xdp: add bpf_redirect helper function
John Fastabend
2
-0
/
+10
2017-07-17
jhash: fix -Wimplicit-fallthrough warnings
Jakub Kicinski
1
-15
/
+14
2017-07-17
netfilter: remove old pre-netns era hook api
Florian Westphal
1
-9
/
+0
2017-07-17
libceph: fix old style declaration warnings
Arnd Bergmann
1
-4
/
+4
2017-07-16
sctp: remove the typedef sctp_hmac_algo_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_chunks_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_random_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_supported_ext_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_adaptation_ind_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove struct sctp_ecn_capable_param
Xin Long
1
-5
/
+0
2017-07-16
sctp: remove the typedef sctp_supported_addrs_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_hostname_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_cookie_preserve_param_t
Xin Long
1
-3
/
+3
2017-07-16
sctp: remove the typedef sctp_ipv6addr_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_ipv4addr_param_t
Xin Long
1
-3
/
+3
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Linus Torvalds
3
-0
/
+30
2017-07-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
4
-10
/
+10
2017-07-15
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2017-07-15
Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-6
/
+11
2017-07-14
Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+4
2017-07-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2017-07-14
replace incorrect strscpy use in FORTIFY_SOURCE
Daniel Micay
1
-11
/
+12
2017-07-14
fault-inject: parse as natural 1-based value for fail-nth write interface
Akinobu Mita
1
-1
/
+1
2017-07-14
Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb
Linus Torvalds
1
-108
/
+613
2017-07-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Linus Torvalds
2
-18
/
+28
2017-07-14
Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-0
/
+22
2017-07-14
cdc_ncm: Set NTB format again after altsetting switch for Huawei devices
Enrico Mioso
1
-0
/
+1
2017-07-13
Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
5
-8
/
+31
2017-07-13
NFS: Don't run wake_up_bit() when nobody is waiting...
Trond Myklebust
1
-0
/
+2
2017-07-13
Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
8
-93
/
+55
[next]