summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | sch_tbf: use do_div() for 64-bit divideYang Yingliang2013-12-121-2/+4
| * | net: sched: htb: fix the calculation of quantumYang Yingliang2013-12-111-8/+12
| * | net: sched: tbf: fix the calculation of max_sizeYang Yingliang2013-12-111-45/+70
* | | net_sched: convert tcf_proto_ops to use struct list_headWANG Cong2013-12-181-10/+8Star
* | | net_sched: convert tc_action_ops to use struct list_headWANG Cong2013-12-181-11/+9Star
* | | net_sched: convert tcf_hashinfo to hlist and use spinlockWANG Cong2013-12-182-66/+48Star
* | | net_sched: init struct tcf_hashinfo at register timeWANG Cong2013-12-1810-94/+80Star
* | | net_sched: cls: refactor out struct tcf_ext_mapWANG Cong2013-12-1810-101/+59Star
* | | net_sched: act: use standard struct list_headWANG Cong2013-12-1811-89/+83Star
* | | net_sched: remove get_stats from tc_action_opsWANG Cong2013-12-181-4/+0Star
* | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-173-3/+3
* | | pkt_sched: fq: more robust memory allocationEric Dumazet2013-12-171-6/+28
* | | pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-142-2/+5
| |/ |/|
* | sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5Star
* | net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* | net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-111-4/+6
* | net_sched: add space around '>' and before '('Yang Yingliang2013-12-112-2/+3
* | net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-112-3/+3
* | net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-111-1/+1
* | net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-112-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-1010-29/+14Star
|\|
| * net_sched: Use default action walker methodsJamal Hadi Salim2013-12-068-9/+0Star
| * net_sched: Provide default walker function for actionsJamal Hadi Salim2013-12-061-6/+3Star
| * net_sched: Use default action lookup functionsJamal Hadi Salim2013-12-067-8/+0Star
| * net_sched: Default action lookup method for actionsJamal Hadi Salim2013-12-061-2/+3
| * net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim2013-12-061-4/+8
* | pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-103-9/+17
* | net/*: Fix FSF address in file headersJeff Kirsher2013-12-062-4/+2Star
|/
* netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
* netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
* netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1
* sch_tbf: handle too small burstEric Dumazet2013-11-231-7/+25
* pkt_sched: fq: fix pacing for small framesEric Dumazet2013-11-161-4/+18
* pkt_sched: fq: warn users using defrateEric Dumazet2013-11-161-6/+4Star
* pkt_sched: fq: change classification of control packetsMaciej Żenczykowski2013-11-141-7/+1Star
* net_sched: tbf: support of 64bit ratesYang Yingliang2013-11-091-4/+18
* net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-0/+1
|\
| * pkt_sched: fq: clear time_next_packet for reused flowsEric Dumazet2013-10-281-0/+1
* | net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-293-0/+396
* | netem: markov loss model transition fixHagen Paul Pfeifer2013-10-261-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-0/+17
|\|
| * netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
| * netem: update backlog after dropstephen hemminger2013-10-111-0/+1
* | em_ipset: use dev_net() accessorstephen hemminger2013-10-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-12/+10Star
|\|
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-091-11/+9Star
| * pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
* | cgroup: cls: remove unnecessary task_cls_classidGao feng2013-10-081-2/+2
* | net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-081-0/+3