aboutsummaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-10-21pkt_sched: use ns_to_ktime() helperEric Dumazet
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-06-26pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-01-03net_sched: qdisc_alloc_handle() can be too slowEric Dumazet
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller
2011-02-25sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer
2011-01-20net_sched: RCU conversion of stabEric Dumazet
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter
2010-08-11pkt_sched: Check .walk and .leaf class handlersJarek Poplawski
2010-08-10pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski
2010-05-23net_sched: Fix qdisc_notify()Eric Dumazet
2010-05-17net sched: cleanup and rate limit warningstephen hemminger
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30net_sched: minor netns related cleanupTom Goff
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-22net_sched: make traffic control network namespace awareTom Goff
2010-01-28sched: add head drop fifo queueHagen Paul Pfeifer
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-10net: use rcu for network scheduler APIstephen hemminger
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
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-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: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-09-04net_sched: fix class grafting errno codesPatrick McHardy
2009-09-02tc: Fix unitialized kernel memory leakEric Dumazet
2009-09-01pkt_sched: Revert tasklet_hrtimer changes.David S. Miller
2009-08-24pkt_sched: Fix bogon in tasklet_hrtimer changes.David S. Miller
2009-08-22pkt_sched: Convert qdisc_watchdog to tasklet_hrtimerDavid S. Miller
2009-06-15pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski
2009-02-01pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski
2008-11-28pkt_sched: fix sparse warningHannes Eder
2008-11-25tc: check for errors in gen_rate_estimator creationStephen Hemminger
2008-11-25pkt_sched: sch_api: Remove qdisc_list_lockJarek Poplawski