| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Rework netdev_drivername() to avoid warning. | David S. Miller | 2011-06-07 | 1 | -2/+1 |
* | sch_sfq: fix peek() implementation | Eric Dumazet | 2011-05-25 | 1 | -13/+1 |
* | sch_sfq: avoid giving spurious NET_XMIT_CN signals | Eric Dumazet | 2011-05-23 | 1 | -2/+6 |
* | net: avoid synchronize_rcu() in dev_deactivate_many | Eric Dumazet | 2011-05-23 | 1 | -2/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 5 | -3/+1151 |
|\ |
|
| * | networking: NET_CLS_ROUTE4 depends on INET | Randy Dunlap | 2011-05-20 | 1 | -0/+1 |
| * | pkt_sched: Kill set but unused variable 'protocol' in tc_classify() | David S. Miller | 2011-05-20 | 1 | -2/+0 |
| * | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 1 | -1/+1 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-11 | 5 | -7/+7 |
| |\ |
|
| * | | pkt_sched: QFQ - quick fair queue scheduler | stephen hemminger | 2011-04-04 | 3 | -0/+1149 |
* | | | net,act_police,rcu: remove rcu_barrier() | Lai Jiangshan | 2011-05-08 | 1 | -1/+0 |
* | | | net,rcu: convert call_rcu(tcf_police_free_rcu) to kfree_rcu() | Lai Jiangshan | 2011-05-08 | 1 | -6/+1 |
* | | | net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu() | Lai Jiangshan | 2011-05-08 | 1 | -6/+1 |
| |/
|/| |
|
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 5 | -7/+7 |
|/ |
|
* | ipv4: Remove flowi from struct rtable. | David S. Miller | 2011-03-05 | 2 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-04 | 1 | -0/+1 |
|\ |
|
| * | net: Fix more stale on-stack list_head objects. | Eric W. Biederman | 2011-02-20 | 1 | -0/+1 |
* | | net_sched: reduce fifo qdisc size | Eric Dumazet | 2011-03-03 | 2 | -30/+22 |
* | | sched: protocol only needed when CONFIG_NET_CLS_ACT is enabled | Hagen Paul Pfeifer | 2011-02-25 | 1 | -2/+2 |
* | | sch_netem: Need to include vmalloc.h | David S. Miller | 2011-02-25 | 1 | -0/+1 |
* | | sch_choke: add choke_skb_cb | Eric Dumazet | 2011-02-25 | 1 | -2/+13 |
* | | netem: update version and cleanup | stephen hemminger | 2011-02-25 | 1 | -6/+4 |
* | | netem: revised correlated loss generator | stephen hemminger | 2011-02-25 | 1 | -4/+270 |
* | | Revert "sch_netem: Remove classful functionality" | stephen hemminger | 2011-02-25 | 1 | -8/+79 |
* | | netem: define NETEM_DIST_MAX | stephen hemminger | 2011-02-25 | 1 | -1/+1 |
* | | netem: use vmalloc for distribution table | stephen hemminger | 2011-02-25 | 1 | -4/+18 |
* | | netem: cleanup dump code | stephen hemminger | 2011-02-25 | 1 | -6/+3 |
* | | em_meta: fix sparse warning | stephen hemminger | 2011-02-23 | 1 | -1/+1 |
* | | mqprio: cleanups | stephen hemminger | 2011-02-23 | 1 | -2/+4 |
* | | net_sched: SFB flow scheduler | Eric Dumazet | 2011-02-23 | 3 | -0/+721 |
* | | cls_u32: fix sparse warnings | stephen hemminger | 2011-02-22 | 1 | -6/+6 |
* | | sch_mqprio: Always set num_tc to 0 in mqprio_destroy() | Ben Hutchings | 2011-02-14 | 1 | -7/+7 |
* | | sch_choke: Need linux/vmalloc.h | David S. Miller | 2011-02-03 | 1 | -0/+1 |
* | | sched: CHOKe flow scheduler | stephen hemminger | 2011-02-03 | 3 | -0/+689 |
* | | sfq: deadlock in error path | stephen hemminger | 2011-02-03 | 1 | -4/+5 |
* | | net_sched: sch_mqprio: dont leak kernel memory | Eric Dumazet | 2011-01-26 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-24 | 13 | -30/+24 |
|\| |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2011-01-24 | 1 | -1/+1 |
| |\ |
|
| * | | net_sched: accurate bytes/packets stats/rates | Eric Dumazet | 2011-01-21 | 13 | -30/+24 |
* | | | net_sched: TCQ_F_CAN_BYPASS generalization | Eric Dumazet | 2011-01-22 | 5 | -6/+20 |
* | | | net_sched: RCU conversion of stab | Eric Dumazet | 2011-01-21 | 2 | -10/+18 |
* | | | net_sched: move TCQ_F_THROTTLED flag | Eric Dumazet | 2011-01-21 | 6 | -11/+11 |
* | | | net_sched: sfq: allow divisor to be a parameter | Eric Dumazet | 2011-01-21 | 1 | -12/+30 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-01-20 | 3 | -6/+3 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2011-01-19 | 23 | -71/+54 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'master' of git://1984.lsi.us.es/net-next-2.6 | Patrick McHardy | 2011-01-14 | 5 | -120/+218 |
| |\ \ \ |
|
| * | | | | netfilter: fix Kconfig dependencies | Patrick McHardy | 2011-01-14 | 3 | -6/+3 |
* | | | | | net_sched: cleanups | Eric Dumazet | 2011-01-20 | 41 | -801/+842 |
* | | | | | net_sched: implement a root container qdisc sch_mqprio | John Fastabend | 2011-01-20 | 4 | -0/+434 |
| |_|/ /
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-14 | 1 | -5/+21 |
|\ \ \ \
| | |_|/
| |/| | |
|