summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2011-04-17net sched: fix some kernel memory leaksEric Dumazet
2011-04-17act_nat: use stack variableChangli Gao
2011-04-17net sched: fix kernel leak in act_policeJeff Mahoney
2010-08-26pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski
2010-08-26pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski
2010-08-26act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23cgroups: net_cls as moduleBen Blum
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-08net/sched: Fix module name in KconfigJan Luebbe
2010-01-28sched: add head drop fifo queueHagen Paul Pfeifer
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-18netsched: Allow var_sk_bound_if meta to work on all namespacesEric Dumazet
2009-11-17act_mirred: optimization.Changli Gao
2009-11-17act_mirred: cleanupChangli Gao
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-11-10net: use rcu for network scheduler APIstephen hemminger
2009-11-09tree-wide: fix a very frequent spelling mistakeDirk Hohndel
2009-11-05net_cls: Use __dev_get_by_index()Eric Dumazet
2009-11-04em_meta: avoid one dev_put()Eric Dumazet
2009-10-22pkt_sched: skbedit add support for setting markjamal
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-11pkt_sched: pedit use proper structjamal
2009-10-08netlink: fix typo in initializationJiri Pirko
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-17pkt_sched: Fix qstats.qlen updating in dump_statsJarek Poplawski
2009-09-15pkt_sched: Fix qdisc_create on stab error handlingJarek Poplawski
2009-09-15pkt_sched: Fix tx queue selection in tc_modify_qdiscJarek Poplawski
2009-09-14pkt_sched: Fix qdisc_graft WRT ingress qdiscJarek Poplawski
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-09-09net_sched: fix estimator lock selection for mq child qdiscsPatrick McHardy
2009-09-06net_sched: add classful multiqueue dummy schedulerDavid S. Miller
2009-09-06net_sched: move dev_graft_qdisc() to sch_generic.cPatrick McHardy
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-06net_sched: remove some unnecessary checks in classful schedulersPatrick McHardy
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-06net_sched: make cls_ops->tcf_chain() optionalPatrick McHardy
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy
2009-09-02tc: Fix unitialized kernel memory leakEric Dumazet
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger