Age | Commit message (Expand) | Author | Files | Lines |
2013-12-18 | net_sched: convert tcf_proto_ops to use struct list_head | WANG Cong | 1 | -1/+1 |
2013-09-20 | net_sched: add u64 rate to psched_ratecfg_precompute() | Eric Dumazet | 1 | -2/+9 |
2013-09-01 | qdisc: make args to qdisc_create_default const | stephen hemminger | 1 | -2/+2 |
2013-08-31 | qdisc: allow setting default queuing discipline | stephen hemminger | 1 | -0/+1 |
2013-08-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+8 |
2013-08-15 | net_sched: restore "linklayer atm" handling | Jesper Dangaard Brouer | 1 | -1/+8 |
2013-08-01 | net: Remove extern from include/net/ scheduling prototypes | Joe Perches | 1 | -25/+28 |
2013-06-12 | net_sched: psched_ratecfg_precompute() improvements | Eric Dumazet | 1 | -2/+2 |
2013-06-11 | net_sched: add 64bit rate estimators | Eric Dumazet | 1 | -6/+7 |
2013-06-03 | net_sched: restore "overhead xxx" handling | Eric Dumazet | 1 | -7/+11 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
2013-02-13 | sch: make htb_rate_cfg and functions around that generic | Jiri Pirko | 1 | -0/+19 |
2013-01-15 | pkt_sched: namespace aware act_mirred | Benjamin LaHaise | 1 | -1/+1 |
2012-12-12 | pkt_sched: avoid requeues if possible | Eric Dumazet | 1 | -0/+7 |
2012-08-15 | net sched: Pass the skb into change so it can access NETLINK_CB | Eric W. Biederman | 1 | -1/+2 |
2012-07-20 | net: rename bond_queue_mapping to slave_dev_queue_mapping | Jiri Pirko | 1 | -1/+1 |
2012-06-13 | bonding: Fix corrupted queue_mapping | Eric Dumazet | 1 | -2/+5 |
2012-02-09 | net: Make qdisc_skb_cb upper size bound explicit. | David S. Miller | 1 | -1/+8 |
2011-11-01 | net: sch_generic remove redundant use of <linux/module.h> | Paul Gortmaker | 1 | -1/+0 |
2011-10-21 | net: constify skbuff and Qdisc elements | Eric Dumazet | 1 | -12/+12 |
2011-07-06 | net: sched: constify tcf_proto and tc_action | Eric Dumazet | 1 | -5/+7 |
2011-03-24 | net_sched: fix THROTTLED/RUNNING race | Eric Dumazet | 1 | -4/+4 |
2011-03-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-03-03 | net_sched: reduce fifo qdisc size | Eric Dumazet | 1 | -0/+1 |
2011-02-24 | net_sched: long word align struct qdisc_skb_cb data | Eric Dumazet | 1 | -1/+1 |
2011-01-25 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+5 |
2011-01-21 | net_sched: accurate bytes/packets stats/rates | Eric Dumazet | 1 | -3/+5 |
2011-01-21 | net_sched: RCU conversion of stab | Eric Dumazet | 1 | -6/+15 |
2011-01-21 | net_sched: move TCQ_F_THROTTLED flag | Eric Dumazet | 1 | -10/+28 |
2011-01-11 | net_sched: factorize qdisc stats handling | Eric Dumazet | 1 | -6/+14 |
2010-12-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+1 |
2010-12-20 | net_sched: always clone skbs | Changli Gao | 1 | -5/+1 |
2010-12-17 | net: factorize sync-rcu call in unregister_netdevice_many | Octavian Purdila | 1 | -0/+1 |
2010-10-21 | net_sched: remove the unused parameter of qdisc_create_dflt() | Changli Gao | 1 | -2/+1 |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-07-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+16 |
2010-07-03 | net: decreasing real_num_tx_queues needs to flush qdisc | John Fastabend | 1 | -4/+8 |
2010-07-03 | sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock | John Fastabend | 1 | -2/+10 |
2010-06-29 | act_mirred: don't clone skb when skb isn't shared | Changli Gao | 1 | -2/+9 |
2010-06-02 | net: add additional lock to qdisc to increase throughput | Eric Dumazet | 1 | -1/+2 |
2010-06-02 | net: QDISC_STATE_RUNNING dont need atomic bit ops | Eric Dumazet | 1 | -4/+11 |
2010-06-02 | net: Define accessors to manipulate QDISC_STATE_RUNNING | Eric Dumazet | 1 | -0/+15 |
2010-04-02 | gen_estimator: deadlock fix | Eric Dumazet | 1 | -0/+1 |
2010-01-29 | sched: add head drop fifo queue | Hagen Paul Pfeifer | 1 | -0/+19 |
2009-11-04 | net: cleanup include/net | Eric Dumazet | 1 | -20/+10 |
2009-09-15 | pkt_sched: Fix tx queue selection in tc_modify_qdisc | Jarek Poplawski | 1 | -1/+1 |
2009-09-10 | net_sched: fix estimator lock selection for mq child qdiscs | Patrick McHardy | 1 | -0/+1 |
2009-09-06 | net_sched: add classful multiqueue dummy scheduler | David S. Miller | 1 | -0/+4 |
2009-09-06 | net_sched: move dev_graft_qdisc() to sch_generic.c | Patrick McHardy | 1 | -0/+2 |
2009-09-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |