index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector
Stanislav Fomichev
1
-6
/
+20
2019-02-19
bpf: add skb->queue_mapping write access from tc clsact
Jesper Dangaard Brouer
1
-3
/
+13
2019-02-18
net: dsa: Implement flow_dissect callback for tag_dsa.
Rundong Ge
2
-0
/
+18
2019-02-18
net: sched: using kfree_rcu() to simplify the code
Wei Yongjun
1
-6
/
+1
2019-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
17
-55
/
+154
2019-02-17
net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails
Ivan Vecera
1
-2
/
+4
2019-02-17
ethtool: add compat for flash update
Jakub Kicinski
2
-3
/
+39
2019-02-17
devlink: add flash update command
Jakub Kicinski
1
-0
/
+30
2019-02-17
net: sched: cgroup: verify that filter is not NULL during walk
Vlad Buslov
1
-0
/
+2
2019-02-17
net: sched: matchall: verify that filter is not NULL in mall_walk()
Vlad Buslov
1
-0
/
+3
2019-02-17
net: sched: route: don't set arg->stop in route4_walk() when empty
Vlad Buslov
1
-4
/
+1
2019-02-17
net: sched: fw: don't set arg->stop in fw_walk() when empty
Vlad Buslov
1
-4
/
+1
2019-02-17
net: caif: use skb helpers instead of open-coding them
Jann Horn
1
-11
/
+5
2019-02-17
neigh: hook tracepoints in neigh update code
Roopa Prabhu
1
-0
/
+11
2019-02-17
trace: events: add a few neigh tracepoints
Roopa Prabhu
1
-0
/
+8
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-184
/
+640
2019-02-16
atm: clean up vcc_seq_next()
Dan Carpenter
1
-1
/
+2
2019-02-16
sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF values
Guillaume Nault
1
-0
/
+20
2019-02-16
netfilter: nf_conntrack_sip: add sip_external_media logic
Alin Nastac
1
-0
/
+42
2019-02-16
netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' static
Wei Yongjun
1
-1
/
+1
2019-02-15
net/ipv6: prefer rcu_access_pointer() over rcu_dereference()
Paolo Abeni
1
-7
/
+1
2019-02-16
bpf: make LWTUNNEL_BPF dependent on INET
Peter Oskolkov
1
-1
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
34
-77
/
+180
2019-02-14
bpf: fix memory leak in bpf_lwt_xmit_reroute
Peter Oskolkov
1
-9
/
+20
2019-02-14
devlink: Fix list access without lock while reading region
Parav Pandit
1
-2
/
+5
2019-02-14
devlink: Return right error code in case of errors for region read
Parav Pandit
1
-7
/
+19
2019-02-13
Merge tag 'batadv-next-for-davem-20190213' of git://git.open-mesh.org/linux-m...
David S. Miller
8
-142
/
+1020
2019-02-13
page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappings
Jesper Dangaard Brouer
1
-5
/
+6
2019-02-13
net: page_pool: don't use page->private to store dma_addr_t
Ilias Apalodimas
1
-4
/
+9
2019-02-13
net: sched: remove duplicated include from cls_api.c
YueHaibing
1
-1
/
+0
2019-02-13
net: sched: flower: only return error from hw offload if skip_sw
Vlad Buslov
1
-2
/
+10
2019-02-13
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
1
-1
/
+1
2019-02-13
bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c
Peter Oskolkov
1
-2
/
+124
2019-02-13
ipv6_stub: add ipv6_route_input stub/proxy.
Peter Oskolkov
2
-0
/
+13
2019-02-13
bpf: handle GSO in bpf_lwt_push_encap
Peter Oskolkov
1
-2
/
+65
2019-02-13
bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encap
Peter Oskolkov
2
-1
/
+67
2019-02-13
bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encap
Peter Oskolkov
1
-5
/
+43
2019-02-13
sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrate
Xin Long
1
-1
/
+3
2019-02-13
sctp: call gso_reset_checksum when computing checksum in sctp_gso_segment
Xin Long
1
-0
/
+1
2019-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-8
/
+18
2019-02-13
netfilter: nft_compat: use-after-free when deleting targets
Pablo Neira Ayuso
1
-1
/
+2
2019-02-13
netfilter: reject: skip csum verification for protocols that don't support it
Alin Nastac
3
-12
/
+10
2019-02-12
net_sched: fix two more memory leaks in cls_tcindex
Cong Wang
1
-9
/
+7
2019-02-12
net_sched: fix a memory leak in cls_tcindex
Cong Wang
1
-16
/
+30
2019-02-12
net_sched: fix a race condition in tcindex_destroy()
Cong Wang
1
-7
/
+11
2019-02-12
net: sched: unlock rules update API
Vlad Buslov
1
-17
/
+114
2019-02-12
net: sched: refactor tcf_block_find() into standalone functions
Vlad Buslov
1
-92
/
+149
2019-02-12
net: sched: extend proto ops to support unlocked classifiers
Vlad Buslov
13
-135
/
+178
2019-02-12
net: sched: extend proto ops with 'put' callback
Vlad Buslov
1
-1
/
+11
2019-02-12
net: sched: track rtnl lock status when validating extensions
Vlad Buslov
12
-15
/
+20
[next]