summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAge
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-30
|\
| * net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-29
* | bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann2017-06-21
* | net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc2017-06-15
* | net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc2017-06-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-15
|\ \ | |/
| * net/act_pedit: fix an error codeDan Carpenter2017-06-14
| * net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong2017-06-14
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-08
* | net: sched: introduce a TRAP control actionJiri Pirko2017-06-06
* | net: sched: select cls when cls_act is enabledJiri Pirko2017-06-05
* | net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz2017-06-04
* | net_sched: only create filter chains for new filters/actionsWANG Cong2017-05-25
* | net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko2017-05-25
* | net/sched: flower: add support for matching on tcp flagsJiri Pirko2017-05-24
* | net/sched: fix filter flushingJiri Pirko2017-05-23
* | net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko2017-05-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-22
|\ \ | |/
| * net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko2017-05-22
* | net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti2017-05-19
* | sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-17
* | net: sched: add termination action to allow goto chainJiri Pirko2017-05-17
* | net: sched: push tp down to action initJiri Pirko2017-05-17
* | net: sched: introduce multichain support for filtersJiri Pirko2017-05-17
* | net: sched: push chain dump to a separate functionJiri Pirko2017-05-17
* | net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-17
* | net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-17
* | net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-17
* | net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-17
* | net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-17
* | tcp: internal implementation for pacingEric Dumazet2017-05-16
|/
* net: sched: optimize class dumpsEric Dumazet2017-05-11
* net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-08
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* net/sched: remove redundant null check on headColin Ian King2017-05-04
* net: sched: add helpers to handle extended actionsJiri Pirko2017-05-02
* flower: check unused bits in MPLS fieldsBenjamin LaHaise2017-05-01
* net sched actions: Complete the JUMPX opcodeJamal Hadi Salim2017-04-25
* cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise2017-04-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-21
|\
| * net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-20
* | net_sched: remove useless NULL to tp->rootWANG Cong2017-04-21
* | net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-21
* | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* | Subject: net: allow configuring default qdiscstephen hemminger2017-04-17