aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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_htb: remove unnecessary NULL pointer judgmentYang Yingliang1-11/+5
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
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet1-11/+9
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet1-1/+1
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng1-2/+2
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet1-0/+3
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-3/+3
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+63
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet1-19/+26
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet1-20/+37
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger1-1/+1
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger1-1/+3
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-3/+4
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet1-2/+15