aboutsummaryrefslogtreecommitdiffstats
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-231-7/+7
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-177-7/+0
* net sched: cleanup and rate limit warningstephen hemminger2010-05-171-3/+6
* net sched: printk message severitystephen hemminger2010-05-178-28/+33
* net_sched: sch_hfsc: fix classification loopsPatrick McHardy2010-05-171-1/+5
* tbf: stop wanton destruction of children (v2)stephen hemminger2010-05-171-1/+5
* net: add a noref bit on skb dstEric Dumazet2010-05-171-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-021-1/+1
| * net: Fix various endianness glitchesEric Dumazet2010-04-201-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-062-10/+31
| |\ \ | | |/
| | * cgroups: net_cls as moduleBen Blum2010-03-232-10/+31
| * | gen_estimator: deadlock fixEric Dumazet2010-04-011-2/+13
| * | net_sched: minor netns related cleanupTom Goff2010-03-301-3/+1
| * | net: remove trailing space in messagesFrans Pop2010-03-241-2/+2
| * | net_sched: make traffic control network namespace awareTom Goff2010-03-223-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-081-8/+8
* | sched: add head drop fifo queueHagen Paul Pfeifer2010-01-282-0/+35
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-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-294-25/+30
* | net: use net_eq to compare netsOctavian Purdila2009-11-253-9/+9
* | net: rename skb->iif to skb->skb_iifEric Dumazet2009-11-202-2/+2
* | netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet2009-11-181-1/+2
* | act_mirred: optimization.Changli Gao2009-11-171-31/+29
* | act_mirred: cleanupChangli Gao2009-11-171-26/+33
* | net: Optimize hard_start_xmit() return checkingJarek Poplawski2009-11-151-18/+5
* | 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-101-3/+4
* | net_cls: Use __dev_get_by_index()Eric Dumazet2009-11-051-2/+2
* | em_meta: avoid one dev_put()Eric Dumazet2009-11-041-6/+6
* | pkt_sched: skbedit add support for setting markjamal2009-10-221-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-111-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-111-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-151-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-141-5/+10