summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-181-0/+2
* net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
* net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
* net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
* net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
* net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-091-1/+1
* net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-081-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-201-2/+2
|\
| * net sched actions: rename act_get_notify() to tcf_get_notify()Roman Mashak2017-07-141-2/+2
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
|/
* net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-8/+8
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+2
|\
| * net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
* | bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-212-0/+6
* | net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc2017-06-151-3/+12
* | net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc2017-06-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-152-6/+6
|\ \ | |/
| * net/act_pedit: fix an error codeDan Carpenter2017-06-141-1/+3
| * net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong2017-06-141-5/+3
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-085-14/+23
* | net: sched: introduce a TRAP control actionJiri Pirko2017-06-0613-0/+13
* | net: sched: select cls when cls_act is enabledJiri Pirko2017-06-051-0/+1
* | net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz2017-06-041-2/+37
* | net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-252-5/+10
* | net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-251-3/+5
* | net/sched: flower: add support for matching on tcp flagsJiri Pirko2017-05-241-1/+12
* | net/sched: fix filter flushingJiri Pirko2017-05-231-3/+10
* | net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-1/+0
|\ \ | |/
| * net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-221-1/+0
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-191-0/+1
* | sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-171-1/+1
* | net: sched: add termination action to allow goto chainJiri Pirko2017-05-172-1/+45
* | net: sched: push tp down to action initJiri Pirko2017-05-172-11/+13
* | net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-16/+88
* | net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
* | net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-41/+107
* | net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
* | net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-171-6/+7
* | net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-171-3/+3
* | net: sched: introduce tcf block infractructureJiri Pirko2017-05-1715-96/+226
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-1714-60/+60
* | tcp: internal implementation for pacingEric Dumazet2017-05-161-0/+8
|/
* net: sched: optimize class dumpsEric Dumazet2017-05-111-0/+6
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-081-11/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-085-58/+18
* net/sched: remove redundant null check on headColin Ian King2017-05-041-2/+1
OpenPOWER on IntegriCloud