| Commit message (Expand) | Author | Age | Files | Lines |
* | pkt_sched: fq: rate limiting improvements | Eric Dumazet | 2013-10-01 | 1 | -19/+26 |
* | pkt_sched: fq: qdisc dismantle fixes | Eric Dumazet | 2013-09-30 | 1 | -20/+37 |
* | net_sched: htb: fix a typo in htb_change_class() | Vimalkumar | 2013-09-11 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-09-06 | 1 | -1/+2 |
|\ |
|
| * | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 8 | -13/+877 |
|\ \ |
|
| * | | qdisc: fix build with !CONFIG_NET_SCHED | stephen hemminger | 2013-09-01 | 2 | -5/+4 |
| * | | qdisc: make args to qdisc_create_default const | stephen hemminger | 2013-09-01 | 1 | -2/+3 |
| * | | qdisc: allow setting default queuing discipline | stephen hemminger | 2013-08-31 | 4 | -7/+66 |
| * | | pkt_sched: fq: prefetch() fix | Eric Dumazet | 2013-08-30 | 1 | -1/+2 |
| * | | pkt_sched: fq: Fair Queue packet scheduler | Eric Dumazet | 2013-08-30 | 3 | -0/+807 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-17 | 3 | -1/+61 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-04 | 3 | -1/+3 |
| |\ \ \ |
|
| * | | | | netem: Introduce skb_orphan_partial() helper | Eric Dumazet | 2013-07-31 | 1 | -4/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2013-09-04 | 1 | -18/+21 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup | Tejun Heo | 2013-08-09 | 1 | -1/+1 |
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo | 2013-08-09 | 1 | -9/+5 |
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo | 2013-08-09 | 1 | -8/+10 |
| * | | | cgroup: add css_parent() | Tejun Heo | 2013-08-09 | 1 | -3/+5 |
| * | | | cgroup: add/update accessors which obtain subsys specific data from css | Tejun Heo | 2013-08-09 | 1 | -4/+7 |
| * | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo | 2013-08-09 | 1 | -2/+2 |
* | | | | net_sched: restore "linklayer atm" handling | Jesper Dangaard Brouer | 2013-08-15 | 3 | -0/+55 |
* | | | | net_sched: make dev_trans_start return vlan's real dev trans_start | nikolay@redhat.com | 2013-08-05 | 1 | -1/+6 |
| |_|/
|/| | |
|
* | | | htb: fix sign extension bug | stephen hemminger | 2013-08-02 | 1 | -1/+1 |
* | | | net_sched: info leak in atm_tc_dump_class() | Dan Carpenter | 2013-08-01 | 1 | -0/+1 |
* | | | net_sched: Fix stack info leak in cbq_dump_wrr(). | David S. Miller | 2013-07-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | pkt_sched: sch_qfq: remove a source of high packet delay/jitter | Paolo Valente | 2013-07-18 | 1 | -29/+56 |
* | | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts | Paolo Valente | 2013-07-11 | 1 | -63/+55 |
* | | pkt_sched: sch_qfq: improve efficiency of make_eligible | Paolo Valente | 2013-07-11 | 1 | -1/+8 |
|/ |
|
* | netem: fix possible NULL deref in netem_dequeue() | Eric Dumazet | 2013-07-04 | 1 | -3/+5 |
* | netem: use rb tree to implement the time queue | Eric Dumazet | 2013-07-02 | 1 | -24/+85 |
* | htb: refactor struct htb_sched fields for performance | Eric Dumazet | 2013-06-20 | 1 | -86/+95 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-20 | 1 | -5/+6 |
|\ |
|
| * | net_sched: qdisc_get_rtab() must check data[] array | Eric Dumazet | 2013-06-08 | 1 | -5/+6 |
* | | htb: reorder struct htb_class fields for performance | Eric Dumazet | 2013-06-14 | 1 | -29/+33 |
* | | net_sched: htb: do not setup default rate estimators | Eric Dumazet | 2013-06-12 | 1 | -6/+12 |
* | | net_sched: psched_ratecfg_precompute() improvements | Eric Dumazet | 2013-06-12 | 1 | -24/+20 |
* | | net_sched: add 64bit rate estimators | Eric Dumazet | 2013-06-11 | 5 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-06 | 4 | -32/+34 |
|\| |
|
| * | net_sched: htb: do not mix 1ns and 64ns time units | Eric Dumazet | 2013-06-05 | 1 | -17/+17 |
| * | net_sched: restore "overhead xxx" handling | Eric Dumazet | 2013-06-03 | 4 | -15/+17 |
* | | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | | sch_tbf: segment too big GSO packets | Eric Dumazet | 2013-05-23 | 1 | -2/+45 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 8 | -61/+106 |
|\ |
|
| * | net_sched: act_ipt forward compat with xtables | Jamal Hadi Salim | 2013-05-01 | 1 | -3/+30 |
| * | netfilter: ipset: Introduce extensions to elements in the core | Jozsef Kadlecsik | 2013-04-29 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-23 | 1 | -1/+1 |
| |\ |
|
| * | | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
| * | | act_csum: fix possible use after free | Eric Dumazet | 2013-04-12 | 1 | -14/+25 |
| * | | net_cls: remove duplicated include from cls_api.c | Wei Yongjun | 2013-04-07 | 1 | -1/+0 |