Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
290c3982f66ab750e85863efcb1fdd736985e5d2
/
net
dc594c3
Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
fd7bece
treewide: Use array_size() in vzalloc_node()
by Kees Cook
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
344476e
treewide: kvmalloc() -> kvmalloc_array()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
0725d4e
Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
89e2556
Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 7 years ago
f0dc7f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
867f816
tcp: limit sk_rcvlowat by the maximum receive buffer
by Soheil Hassas Yeganeh
· 7 years ago
6d8c50d
socket: close race condition between sock_close() and sockfs_setattr()
by Cong Wang
· 7 years ago
873aca2
net: bridge: Fix locking in br_fdb_find_port()
by Petr Machata
· 7 years ago
6c206b2
udp: fix rx queue len reported by diag and proc interface
by Paolo Abeni
· 7 years ago
8d49953
net/sched: act_simple: fix parsing of TCA_DEF_DATA
by Davide Caratti
· 7 years ago
0070ed3
Fix 16-byte memory leak in gssp_accept_sec_context_upcall
by Dave Wysochanski
· 7 years ago
af7fd74
svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs
by Chuck Lever
· 7 years ago
e56ee57
net/9p/trans_xen.c: don't inclide rwlock.h directly
by Sebastian Andrzej Siewior
· 7 years ago
8d856c7
net/9p: detect invalid options as much as possible
by Chengguang Xu
· 7 years ago
66e58e0ef
bpfilter: fix race in pipe access
by Alexei Starovoitov
· 7 years ago
ff26728
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
c09290c
bpf, xdp: fix crash in xdp_umem_unaccount_pages
by Daniel Borkmann
· 7 years ago
a5a16e4
xsk: Fix umem fill/completion queue mmap on 32-bit
by Geert Uytterhoeven
· 7 years ago
8d97ca6
bpfilter: fix OUTPUT_FORMAT
by Alexei Starovoitov
· 7 years ago
000ade8
ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
by Sultan Alsawaf
· 7 years ago
fd3a886
net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
by Willem de Bruijn
· 7 years ago
7eced5a
netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it
by Pablo Neira Ayuso
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
8b5c6a3
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 7 years ago
10b1eb7
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
7170e60
strparser: Add __strp_unpause and use it in ktls.
by Doron Roberts-Kedes
· 7 years ago
fb1967a
rxrpc: Fix terminal retransmission connection ID to include the channel
by David Howells
· 7 years ago
9a99dc1
Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"
by David S. Miller
· 7 years ago
644c7ee
rtnetlink: validate attributes in do_setlink()
by Eric Dumazet
· 7 years ago
fd129f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
ac0fc8a
devlink: Add extack to reload and port_{un, }split operations
by David Ahern
· 7 years ago
5b5e7a0
net: metrics: add proper netlink validation
by Eric Dumazet
· 7 years ago
e783bb0
ipmr: fix error path when ipmr_new_table fails
by Sabrina Dubroca
· 7 years ago
848235e
ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
by Sabrina Dubroca
· 7 years ago
6e86000
netfilter: provide udp*_lib_lookup for nf_tproxy
by Arnd Bergmann
· 7 years ago
95358a9
net-tcp: remove useless tw_timeout field
by Maciej Żenczykowski
· 7 years ago
d96a43c
net: sched: cls: Fix offloading when ingress dev is vxlan
by Paul Blakey
· 7 years ago
1d88ba1
sctp: not allow transport timeout value less than HZ/5 for hb_timer
by Xin Long
· 7 years ago
819dd92
bpfilter: switch to CC from HOSTCC
by Alexei Starovoitov
· 7 years ago
9deb441
net: ipv6: Generate random IID for addresses on RAWIP devices
by Subash Abhinov Kasiviswanathan
· 7 years ago
f4c9f85
tcp: refactor tcp_ecn_check_ce to remove sk type cast
by Yousuk Seung
· 7 years ago
f722517
net/ipv6: prevent use after free in ip6_route_mpath_notify
by David Ahern
· 7 years ago
ac98d8a
xsk: wire upp Tx zero-copy functions
by Magnus Karlsson
· 7 years ago
173d3ad
xsk: add zero-copy support for Rx
by Björn Töpel
· 7 years ago
02b55e5
xdp: add MEM_TYPE_ZERO_COPY
by Björn Töpel
· 7 years ago
8aef734
xsk: introduce xdp_umem_page
by Björn Töpel
· 7 years ago
e61e62b
xsk: moved struct xdp_umem definition
by Björn Töpel
· 7 years ago
3d60934
l2tp: fix refcount leakage on PPPoL2TP sockets
by Guillaume Nault
· 7 years ago
fcda3d5
Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Trond Myklebust
· 7 years ago
0e39903
net: sched: return error code when tcf proto is not found
by Vlad Buslov
· 7 years ago
828da43
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 7 years ago
f396922
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
by Maciej Żenczykowski
· 7 years ago
79e9fed
net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization
by Maciej Żenczykowski
· 7 years ago
f6521c5
cls_flower: Fix comparing of old filter mask with new filter
by Paul Blakey
· 7 years ago
de9dc65
cls_flower: Fix missing free of rhashtable
by Paul Blakey
· 7 years ago
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
1a02502
rxrpc: Fix handling of call quietly cancelled out on server
by David Howells
· 7 years ago
a86f009
libceph: allocate the locator string with GFP_NOFAIL
by Ilya Dryomov
· 7 years ago
c843d13
libceph: make abort_on_full a per-osdc setting
by Ilya Dryomov
· 7 years ago
690f951
libceph: don't abort reads in ceph_osdc_abort_on_full()
by Ilya Dryomov
· 7 years ago
6001567
libceph: avoid a use-after-free during map check
by Ilya Dryomov
· 7 years ago
29e8782
libceph: don't warn if req->r_abort_on_full is set
by Ilya Dryomov
· 7 years ago
4eea0fe
libceph: use for_each_request() in ceph_osdc_abort_on_full()
by Ilya Dryomov
· 7 years ago
88bc192
libceph: defer __complete_request() to a workqueue
by Ilya Dryomov
· 7 years ago
26df726
libceph: move more code into __complete_request()
by Ilya Dryomov
· 7 years ago
0d09c57
libceph: no need to call flush_workqueue() before destruction
by Ilya Dryomov
· 7 years ago
66850df
libceph: introduce ceph_osdc_abort_requests()
by Ilya Dryomov
· 7 years ago
e5c9388
libceph: use MSG_TRUNC for discarding received bytes
by Ilya Dryomov
· 7 years ago
d2935d6
libceph: get rid of more_kvec in try_write()
by Ilya Dryomov
· 7 years ago
fe943d5
libceph, rbd: add error handling for osd_req_op_cls_init()
by Chengguang Xu
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
fa1be7e
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 7 years ago
a925ab4
Revert "ipv6: omit traffic class when calculating flow hash"
by David S. Miller
· 7 years ago
87ae68c
ipv6: omit traffic class when calculating flow hash
by Michal Kubecek
· 7 years ago
f956d08a
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
eb73190
net/packet: refine check for priv area size
by Eric Dumazet
· 7 years ago
bbff2f3
xsk: new descriptor addressing scheme
by Björn Töpel
· 7 years ago
a509a95
xsk: proper Rx drop statistics update
by Björn Töpel
· 7 years ago
4e64c83
xsk: proper fill queue descriptor validation
by Björn Töpel
· 7 years ago
2f17bec
vrf: check the original netdevice for generating redirect
by Stephen Suryaputra
· 7 years ago
bd3a08a
bpf: flowlabel in bpf_fib_lookup should be flowinfo
by David Ahern
· 7 years ago
1e67575
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
by Jesper Dangaard Brouer
· 7 years ago
42b3346
xdp: add flags argument to ndo_xdp_xmit API
by Jesper Dangaard Brouer
· 7 years ago
1fbc2e0
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
by Daniel Borkmann
· 7 years ago
cb20b08
bpf: add bpf_skb_cgroup_id helper
by Daniel Borkmann
· 7 years ago
b094961
net/ncsi: Avoid GFP_KERNEL in response handler
by Samuel Mendoza-Jonas
· 7 years ago
3dc9f55
net/smc: fix error return code in smc_setsockopt()
by Wei Yongjun
· 7 years ago
9c54aeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
918fe1b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
1b2470e
netfilter: nf_tables: handle chain name lookups via rhltable
by Florian Westphal
· 7 years ago
Next »