summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-22net: sched: don't do tcf_chain_flush from tcf_chain_destroyJiri Pirko
2017-08-22net: sched: fix use after free when tcf_chain_destroy is called multiple timesJiri Pirko
2017-08-18net: sched: fix NULL pointer dereference when action calls some targetsXin Long
2017-08-18net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-11net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-14net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc
2017-06-15net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-14net/act_pedit: fix an error codeDan Carpenter
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko
2017-05-23net/sched: fix filter flushingJiri Pirko
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko