summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* cls_cgroup: Store classid in struct sockHerbert Xu2010-05-241-16/+34
* net_sched: Fix qdisc_notify()Eric Dumazet2010-05-241-7/+7
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-187-7/+0Star
* net sched: cleanup and rate limit warningstephen hemminger2010-05-181-3/+6
* net sched: printk message severitystephen hemminger2010-05-188-28/+33
* net_sched: sch_hfsc: fix classification loopsPatrick McHardy2010-05-181-1/+5
* tbf: stop wanton destruction of children (v2)stephen hemminger2010-05-181-1/+5
* net: add a noref bit on skb dstEric Dumazet2010-05-181-1/+3
* Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-111-1/+1
|\
| * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-102-6/+6
|\ \ | |/ |/|
| * net: fix softnet_statChangli Gao2010-05-031-1/+1
| * net: Fix various endianness glitchesEric Dumazet2010-04-211-5/+5
* | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-2034-95/+185
|\|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1133-0/+33
| |\
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3033-0/+33
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-072-10/+31
| |\|
| | * cgroups: net_cls as moduleBen Blum2010-03-232-10/+31
| * | gen_estimator: deadlock fixEric Dumazet2010-04-021-2/+13
| * | net_sched: minor netns related cleanupTom Goff2010-03-311-3/+1Star
| * | net: remove trailing space in messagesFrans Pop2010-03-241-2/+2
| * | net_sched: make traffic control network namespace awareTom Goff2010-03-233-80/+107
| |/
* / netfilter: xtables: make use of xt_request_find_targetJan Engelhardt2010-03-251-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-091-8/+8
|\
| * net/sched: Fix module name in KconfigJan Luebbe2010-02-091-8/+8
* | sched: add head drop fifo queueHagen Paul Pfeifer2010-01-292-0/+35
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | net: Move && and || to end of previous lineJoe Perches2009-11-304-25/+30
* | net: use net_eq to compare netsOctavian Purdila2009-11-263-9/+9
* | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-212-2/+2
* | netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet2009-11-191-1/+2
* | act_mirred: optimization.Changli Gao2009-11-171-31/+29Star
* | act_mirred: cleanupChangli Gao2009-11-171-26/+33
* | net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-161-18/+5Star
* | net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2009-11-131-1/+8
* | net: use rcu for network scheduler APIstephen hemminger2009-11-111-3/+4
* | net_cls: Use __dev_get_by_index()Eric Dumazet2009-11-061-2/+2
* | em_meta: avoid one dev_put()Eric Dumazet2009-11-041-6/+6
* | pkt_sched: skbedit add support for setting markjamal2009-10-231-1/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-131-1/+1
|\|
| * pkt_sched: pedit use proper structjamal2009-10-121-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-121-1/+1
|\|
| * netlink: fix typo in initializationJiri Pirko2009-10-081-1/+1
* | pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-076-6/+7
|/
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
* pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski2009-09-174-1/+6
* pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski2009-09-161-2/+2
* pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski2009-09-152-7/+16
* pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski2009-09-151-5/+10