| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | net_sched: Remove unnecessary checks for act->ops | Jamal Hadi Salim | 2014-01-06 | 2 | -32/+16 |
* | | net: pkt_sched: PIE AQM scheme | Vijay Subramanian | 2014-01-06 | 3 | -0/+569 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-01-05 | 2 | -110/+2 |
|\ \ |
|
| * | | net: net_cls: move cgroupfs classid handling into core | Daniel Borkmann | 2014-01-03 | 2 | -110/+2 |
* | | | net: revert "sched classifier: make cgroup table local" | Cong Wang | 2014-01-02 | 1 | -1/+1 |
* | | | sched classifier: make cgroup table local | stephen hemminger | 2014-01-02 | 1 | -1/+1 |
* | | | sched action: make local function static | stephen hemminger | 2014-01-02 | 1 | -5/+3 |
* | | | net, sch: fix the typo in register_qdisc() | Zhi Yong Wu | 2013-12-31 | 1 | -1/+1 |
* | | | sch_netem: support of 64bit rates | Yang Yingliang | 2013-12-31 | 1 | -2/+13 |
* | | | sch_netem: more precise length of packets | Yang Yingliang | 2013-12-31 | 1 | -1/+1 |
* | | | sch_dsmark: use correct func name in print messages | Yang Yingliang | 2013-12-31 | 1 | -18/+19 |
* | | | sch_htb: use /* comments | Yang Yingliang | 2013-12-31 | 1 | -3/+4 |
* | | | net_sched: replace pr_warning with pr_warn | Yang Yingliang | 2013-12-31 | 4 | -13/+11 |
* | | | sch_tbf: add TBF_BURST/TBF_PBURST attribute | Yang Yingliang | 2013-12-26 | 1 | -5/+24 |
* | | | hhf: make qdisc ops static | stephen hemminger | 2013-12-26 | 1 | -2/+1 |
* | | | net_sched: fix regression in tc_action_ops | Eric Dumazet | 2013-12-20 | 1 | -40/+13 |
* | | | net_sched: fix a regression in tcf_proto_lookup_ops() | Eric Dumazet | 2013-12-20 | 1 | -12/+10 |
* | | | net_sched: fix a regression in tc actions | WANG Cong | 2013-12-20 | 9 | -11/+11 |
* | | | sch_cbq: remove unnecessary null pointer check | Yang Yingliang | 2013-12-19 | 1 | -2/+1 |
* | | | act_police: remove unnecessary null pointer check | Yang Yingliang | 2013-12-19 | 1 | -4/+2 |
* | | | net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc | Terry Lam | 2013-12-19 | 3 | -0/+756 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 2 | -53/+84 |
|\ \ \
| | |/
| |/| |
|
| * | | sch_tbf: use do_div() for 64-bit divide | Yang Yingliang | 2013-12-11 | 1 | -2/+4 |
| * | | net: sched: htb: fix the calculation of quantum | Yang Yingliang | 2013-12-11 | 1 | -8/+12 |
| * | | net: sched: tbf: fix the calculation of max_size | Yang Yingliang | 2013-12-11 | 1 | -45/+70 |
* | | | net_sched: convert tcf_proto_ops to use struct list_head | WANG Cong | 2013-12-18 | 1 | -10/+8 |
* | | | net_sched: convert tc_action_ops to use struct list_head | WANG Cong | 2013-12-18 | 1 | -11/+9 |
* | | | net_sched: convert tcf_hashinfo to hlist and use spinlock | WANG Cong | 2013-12-18 | 2 | -66/+48 |
* | | | net_sched: init struct tcf_hashinfo at register time | WANG Cong | 2013-12-18 | 10 | -94/+80 |
* | | | net_sched: cls: refactor out struct tcf_ext_map | WANG Cong | 2013-12-18 | 10 | -101/+59 |
* | | | net_sched: act: use standard struct list_head | WANG Cong | 2013-12-18 | 11 | -89/+83 |
* | | | net_sched: remove get_stats from tc_action_ops | WANG Cong | 2013-12-18 | 1 | -4/+0 |
* | | | net: Change skb_get_rxhash to skb_get_hash | Tom Herbert | 2013-12-17 | 3 | -3/+3 |
* | | | pkt_sched: fq: more robust memory allocation | Eric Dumazet | 2013-12-17 | 1 | -6/+28 |
* | | | pkt_sched: set root qdisc before change() in attach_default_qdiscs() | Eric Dumazet | 2013-12-14 | 2 | -2/+5 |
| |/
|/| |
|
* | | sch_htb: remove unnecessary NULL pointer judgment | Yang Yingliang | 2013-12-11 | 1 | -11/+5 |
* | | net_sched: expand control flow of macro SKIP_NONLOCAL | Yang Yingliang | 2013-12-11 | 1 | -35/+122 |
* | | net_sched: sfq: put sfq_unlink in a do - while loop | Yang Yingliang | 2013-12-10 | 1 | -4/+6 |
* | | net_sched: add space around '>' and before '(' | Yang Yingliang | 2013-12-10 | 2 | -2/+3 |
* | | net_sched: change "foo* bar" to "foo *bar" | Yang Yingliang | 2013-12-10 | 2 | -3/+3 |
* | | net_sched: cls_bpf: use tabs to do indent | Yang Yingliang | 2013-12-10 | 1 | -1/+1 |
* | | net_sched: remove unnecessary parentheses while return | Yang Yingliang | 2013-12-10 | 2 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-09 | 10 | -29/+14 |
|\ \
| |/ |
|
| * | net_sched: Use default action walker methods | Jamal Hadi Salim | 2013-12-05 | 8 | -9/+0 |
| * | net_sched: Provide default walker function for actions | Jamal Hadi Salim | 2013-12-05 | 1 | -6/+3 |
| * | net_sched: Use default action lookup functions | Jamal Hadi Salim | 2013-12-05 | 7 | -8/+0 |
| * | net_sched: Default action lookup method for actions | Jamal Hadi Salim | 2013-12-05 | 1 | -2/+3 |
| * | net_sched: Fail if missing mandatory action operation methods | Jamal Hadi Salim | 2013-12-05 | 1 | -4/+8 |
* | | pkt_sched: give visibility to mq slave qdiscs | Eric Dumazet | 2013-12-09 | 3 | -9/+17 |
* | | net/*: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 2 | -4/+2 |
|/ |
|