summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko-1/+1
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena-8/+8
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena-1/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng-1/+2
2017-06-21bpf: expose prog id for cls_bpf and act_bpfDaniel Borkmann-0/+6
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc-3/+12
2017-06-15net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+6
2017-06-14net/act_pedit: fix an error codeDan Carpenter-1/+3
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong-5/+3
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-14/+23
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko-0/+13
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko-0/+1
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz-2/+37
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong-5/+10
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko-3/+5
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko-1/+12
2017-05-23net/sched: fix filter flushingJiri Pirko-3/+10
2017-05-23net/sched: properly assign RCU pointer in tcf_chain_tp_insert/removeJiri Pirko-2/+2
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2017-05-22net: sched: cls_matchall: fix null pointer dereferenceJiri Pirko-1/+0
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti-0/+1
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller-1/+1
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko-1/+45
2017-05-17net: sched: push tp down to action initJiri Pirko-11/+13
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko-16/+88
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko-41/+107
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko-6/+7
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko-3/+3
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko-96/+226
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko-60/+60
2017-05-16tcp: internal implementation for pacingEric Dumazet-0/+8
2017-05-11net: sched: optimize class dumpsEric Dumazet-0/+6
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko-11/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko-58/+18
2017-05-04net/sched: remove redundant null check on headColin Ian King-2/+1
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko-1/+1
2017-05-01flower: check unused bits in MPLS fieldsBenjamin LaHaise-10/+22
2017-04-25net sched actions: Complete the JUMPX opcodeJamal Hadi Salim-0/+25
2017-04-24cls_flower: add support for matching MPLS fields (v2)Benjamin LaHaise-0/+74
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+32
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong-20/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong-126/+132
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller-23/+32
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-10/+15
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger-0/+54