aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong2-14/+24
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong10-14/+15
2014-01-13net_sched: act: clean up notification functionsWANG Cong1-55/+40
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong10-23/+14
2014-01-13HHF qdisc: fix jiffies-time conversion.Terry Lam1-6/+6
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-26/+37
2014-01-06net_sched: act: action flushing missaccountingJamal Hadi Salim1-2/+3
2014-01-06net_sched: Remove unnecessary checks for act->opsJamal Hadi Salim2-32/+16
2014-01-06net: pkt_sched: PIE AQM schemeVijay Subramanian3-0/+569
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-110/+2
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann2-110/+2
2014-01-02net: revert "sched classifier: make cgroup table local"Cong Wang1-1/+1
2014-01-02sched classifier: make cgroup table localstephen hemminger1-1/+1
2014-01-02sched action: make local function staticstephen hemminger1-5/+3
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu1-1/+1
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-31sch_dsmark: use correct func name in print messagesYang Yingliang1-18/+19
2013-12-31sch_htb: use /* commentsYang Yingliang1-3/+4
2013-12-31net_sched: replace pr_warning with pr_warnYang Yingliang4-13/+11
2013-12-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim8-26/+37
2013-12-26sch_tbf: add TBF_BURST/TBF_PBURST attributeYang Yingliang1-5/+24
2013-12-26hhf: make qdisc ops staticstephen hemminger1-2/+1
2013-12-20net_sched: fix regression in tc_action_opsEric Dumazet1-40/+13
2013-12-20net_sched: fix a regression in tcf_proto_lookup_ops()Eric Dumazet1-12/+10
2013-12-20net_sched: fix a regression in tc actionsWANG Cong9-11/+11
2013-12-19sch_cbq: remove unnecessary null pointer checkYang Yingliang1-2/+1
2013-12-19act_police: remove unnecessary null pointer checkYang Yingliang1-4/+2
2013-12-19net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdiscTerry Lam3-0/+756
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-53/+84
2013-12-18net_sched: convert tcf_proto_ops to use struct list_headWANG Cong1-10/+8
2013-12-18net_sched: convert tc_action_ops to use struct list_headWANG Cong1-11/+9
2013-12-18net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2-66/+48
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong10-94/+80
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong10-101/+59
2013-12-18net_sched: act: use standard struct list_headWANG Cong11-89/+83
2013-12-18net_sched: remove get_stats from tc_action_opsWANG Cong1-4/+0
2013-12-17net: Change skb_get_rxhash to skb_get_hashTom Herbert3-3/+3
2013-12-17pkt_sched: fq: more robust memory allocationEric Dumazet1-6/+28
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2-2/+5
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang1-2/+4
2013-12-11sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang1-45/+70
2013-12-11net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang1-35/+122
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang1-4/+6
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang2-2/+3
2013-12-10net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2-3/+3
2013-12-10net_sched: cls_bpf: use tabs to do indentYang Yingliang1-1/+1
2013-12-10net_sched: remove unnecessary parentheses while returnYang Yingliang2-2/+3