index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
2017-08-30
1
-2
/
+3
*
sch_sfq: fix null pointer dereference on init failure
Nikolay Aleksandrov
2017-08-30
1
-3
/
+3
*
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
2017-08-30
1
-2
/
+2
*
sch_fq_codel: avoid double free on init failure
Nikolay Aleksandrov
2017-08-30
1
-3
/
+1
*
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
2017-08-30
1
-3
/
+7
*
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
2017-08-30
1
-7
/
+3
*
sch_hhf: fix null pointer dereference on init failure
Nikolay Aleksandrov
2017-08-30
1
-0
/
+3
*
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
2017-08-30
1
-6
/
+1
*
sch_htb: fix crash on init failure
Nikolay Aleksandrov
2017-08-30
1
-2
/
+3
*
net_sched: fix a refcount_t issue with noop_qdisc
Eric Dumazet
2017-08-24
2
-4
/
+4
*
net: sched: don't do tcf_chain_flush from tcf_chain_destroy
Jiri Pirko
2017-08-22
1
-3
/
+3
*
net: sched: fix use after free when tcf_chain_destroy is called multiple times
Jiri Pirko
2017-08-22
1
-2
/
+10
*
net: sched: fix NULL pointer dereference when action calls some targets
Xin Long
2017-08-18
1
-0
/
+2
*
net: sched: fix p_filter_chain check in tcf_chain_flush
Jiri Pirko
2017-08-18
1
-1
/
+1
*
net_sched: remove warning from qdisc_hash_add
Konstantin Khlebnikov
2017-08-15
1
-3
/
+0
*
net_sched/sfq: update hierarchical backlog when drop packet
Konstantin Khlebnikov
2017-08-15
1
-1
/
+4
*
net_sched: reset pointers to tcf blocks in classful qdiscs' destructors
Konstantin Khlebnikov
2017-08-15
4
-4
/
+12
*
net/sched/hfsc: allocate tcf block for hfsc root class
Konstantin Khlebnikov
2017-08-11
1
-0
/
+8
*
net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_target
Xin Long
2017-08-09
1
-1
/
+1
*
net: sched: set xt_tgchk_param par.net properly in ipt_init_target
Xin Long
2017-08-08
1
-10
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-07-20
1
-2
/
+2
|
\
|
*
net sched actions: rename act_get_notify() to tcf_get_notify()
Roman Mashak
2017-07-14
1
-2
/
+2
*
|
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
1
-1
/
+1
|
/
*
net, sched: convert Qdisc.refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-04
2
-8
/
+8
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-1
/
+2
|
\
|
*
net: sched: Fix one possible panic when no destroy callback
Gao Feng
2017-06-29
1
-1
/
+2
*
|
bpf: expose prog id for cls_bpf and act_bpf
Daniel Borkmann
2017-06-21
2
-0
/
+6
*
|
net: sched: act_tunnel_key: make UDP checksum configurable
Jiri Benc
2017-06-15
1
-3
/
+12
*
|
net: sched: act_tunnel_key: request UDP checksum by default
Jiri Benc
2017-06-15
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
2
-6
/
+6
|
\
|
|
*
net/act_pedit: fix an error code
Dan Carpenter
2017-06-14
1
-1
/
+3
|
*
net_sched: move tcf_lock down after gen_replace_estimator()
WANG Cong
2017-06-14
1
-5
/
+3
*
|
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
2017-06-08
5
-14
/
+23
*
|
net: sched: introduce a TRAP control action
Jiri Pirko
2017-06-06
13
-0
/
+13
*
|
net: sched: select cls when cls_act is enabled
Jiri Pirko
2017-06-05
1
-0
/
+1
*
|
net/sched: cls_flower: add support for matching on ip tos and ttl
Or Gerlitz
2017-06-04
1
-2
/
+37
*
|
net_sched: only create filter chains for new filters/actions
WANG Cong
2017-05-25
2
-5
/
+10
*
|
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
2017-05-25
1
-3
/
+5
*
|
net/sched: flower: add support for matching on tcp flags
Jiri Pirko
2017-05-24
1
-1
/
+12
*
|
net/sched: fix filter flushing
Jiri Pirko
2017-05-23
1
-3
/
+10
*
|
net/sched: properly assign RCU pointer in tcf_chain_tp_insert/remove
Jiri Pirko
2017-05-23
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-22
1
-1
/
+0
|
\
|
|
*
net: sched: cls_matchall: fix null pointer dereference
Jiri Pirko
2017-05-22
1
-1
/
+0
*
|
net: use skb->csum_not_inet to identify packets needing crc32c
Davide Caratti
2017-05-19
1
-0
/
+1
*
|
sch_dsmark: Fix uninitialized variable warning.
David S. Miller
2017-05-17
1
-1
/
+1
*
|
net: sched: add termination action to allow goto chain
Jiri Pirko
2017-05-17
2
-1
/
+45
*
|
net: sched: push tp down to action init
Jiri Pirko
2017-05-17
2
-11
/
+13
*
|
net: sched: introduce multichain support for filters
Jiri Pirko
2017-05-17
1
-16
/
+88
[next]