aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim
2013-11-30netem: fix gemodel loss generatorstephen hemminger
2013-11-30netem: fix loss 4 state modelstephen hemminger
2013-11-30netem: missing break in ge loss generatorstephen hemminger
2013-11-23sch_tbf: handle too small burstEric Dumazet
2013-11-15pkt_sched: fq: fix pacing for small framesEric Dumazet
2013-11-15pkt_sched: fq: warn users using defrateEric Dumazet
2013-11-14pkt_sched: fq: change classification of control packetsMaciej Żenczykowski
2013-11-09net_sched: tbf: support of 64bit ratesYang Yingliang
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-29net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann
2013-10-28pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-18em_ipset: use dev_net() accessorstephen hemminger
2013-10-11netem: free skb's in tree on resetstephen hemminger
2013-10-11netem: update backlog after dropstephen hemminger
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches