aboutsummaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-17bpf: add bpf_redirect() helperGravatar Alexei Starovoitov 1-0/+1
2015-09-17cls_bpf: introduce integrated actionsGravatar Daniel Borkmann 1-1/+1
2015-08-27net: sched: register noqueue qdiscGravatar Phil Sutter 1-0/+1
2015-07-08net: sched: extend percpu stats helpersGravatar Eric Dumazet 1-10/+21
2015-05-13net: sched: use counter to break reclassify loopsGravatar Florian Westphal 1-15/+0
2015-05-11net: sched: deprecate enqueue_root()Gravatar Eric Dumazet 1-6/+0
2015-05-02net: sched: remove TC_MUNGED bitsGravatar Florian Westphal 1-2/+0
2015-03-09net_sched: destroy proto tp when all filters are goneGravatar Cong Wang 1-2/+2
2015-01-31net: sched: fix panic in rate estimatorsGravatar Eric Dumazet 1-8/+5
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsGravatar Jiri Pirko 1-1/+0
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEGravatar Jesper Dangaard Brouer 1-0/+16
2014-09-30net: sched: enable per cpu qstatsGravatar John Fastabend 1-1/+11
2014-09-30net: sched: implement qstat helper routinesGravatar John Fastabend 1-6/+33
2014-09-30net: sched: make bstats per cpu and estimator RCU safeGravatar John Fastabend 1-1/+21
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesGravatar Eric Dumazet 1-1/+2
2014-09-13net: rcu-ify tcf_protoGravatar John Fastabend 1-4/+5
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsGravatar John Fastabend 1-6/+15
2014-06-23flow_keys: Record IP layer protocol in skb_flow_dissect()Gravatar Govindarajulu Varadarajan 1-1/+1
2014-04-27sched, cls: check if we could overwrite actions when changing a filterGravatar Cong Wang 1-1/+1
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpGravatar WANG Cong 1-1/+1
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headGravatar WANG Cong 1-1/+1
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Gravatar Eric Dumazet 1-2/+9
2013-08-31qdisc: make args to qdisc_create_default constGravatar stephen hemminger 1-2/+2
2013-08-31qdisc: allow setting default queuing disciplineGravatar stephen hemminger 1-0/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+8
2013-08-15net_sched: restore "linklayer atm" handlingGravatar Jesper Dangaard Brouer 1-1/+8
2013-07-31net: Remove extern from include/net/ scheduling prototypesGravatar Joe Perches 1-25/+28
2013-06-11net_sched: psched_ratecfg_precompute() improvementsGravatar Eric Dumazet 1-2/+2
2013-06-11net_sched: add 64bit rate estimatorsGravatar Eric Dumazet 1-6/+7
2013-06-02net_sched: restore "overhead xxx" handlingGravatar Eric Dumazet 1-7/+11
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-02-12sch: make htb_rate_cfg and functions around that genericGravatar Jiri Pirko 1-0/+19
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-1/+1
2012-12-12pkt_sched: avoid requeues if possibleGravatar Eric Dumazet 1-0/+7
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBGravatar Eric W. Biederman 1-1/+2
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingGravatar Jiri Pirko 1-1/+1
2012-06-12bonding: Fix corrupted queue_mappingGravatar Eric Dumazet 1-2/+5
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.Gravatar David S. Miller 1-1/+8
2011-10-31net: sch_generic remove redundant use of <linux/module.h>Gravatar Paul Gortmaker 1-1/+0
2011-10-20net: constify skbuff and Qdisc elementsGravatar Eric Dumazet 1-12/+12
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-5/+7
2011-03-24net_sched: fix THROTTLED/RUNNING raceGravatar Eric Dumazet 1-4/+4
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-03-03net_sched: reduce fifo qdisc sizeGravatar Eric Dumazet 1-0/+1
2011-02-23net_sched: long word align struct qdisc_skb_cb dataGravatar Eric Dumazet 1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+5
2011-01-20net_sched: accurate bytes/packets stats/ratesGravatar Eric Dumazet 1-3/+5
2011-01-20net_sched: RCU conversion of stabGravatar Eric Dumazet 1-6/+15
2011-01-20net_sched: move TCQ_F_THROTTLED flagGravatar Eric Dumazet 1-10/+28