aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-29/+14
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet3-9/+17
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher2-4/+2
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim8-9/+0
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim1-6/+3
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim7-8/+0
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim1-4/+8
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-11-23sch_tbf: handle too small burstEric Dumazet1-7/+25
2013-11-15pkt_sched: fq: fix pacing for small framesEric Dumazet1-4/+18
2013-11-15pkt_sched: fq: warn users using defrateEric Dumazet1-6/+4
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski1-7/+1
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang1-4/+18
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann3-0/+396
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet1-0/+1
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+17
2013-10-18em_ipset: use dev_net() accessorstephen hemminger1-2/+2
2013-10-11netem: free skb's in tree on resetstephen hemminger1-0/+16
2013-10-11netem: update backlog after dropstephen hemminger1-0/+1