aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+3
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-2/+10
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-6/+23
2014-09-26net: sched: use pinned timersEric Dumazet1-2/+2
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-5/+5
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-05-02net: Allow tc changes in user namespacesStéphane Graber1-3/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-3/+3
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2014-03-11pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet1-0/+2
2014-03-11pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet1-4/+2
2014-03-10pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet1-3/+4
2013-12-31net, sch: fix the typo in register_qdisc()Zhi Yong Wu1-1/+1
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet1-1/+4
2013-12-09pkt_sched: give visibility to mq slave qdiscsEric Dumazet1-1/+2
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet1-0/+3
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger1-5/+0
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger1-0/+58
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer1-0/+41
2013-06-07net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet1-5/+6
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-1/+1
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo1-15/+21
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+3
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko1-3/+3
2012-12-12pkt_sched: avoid requeues if possibleEric Dumazet1-0/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+9
2012-10-21pkt_sched: use ns_to_ktime() helperEric Dumazet1-5/+4
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-22/+22
2012-06-26pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller1-10/+14
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+4
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-3/+6
2012-01-03net_sched: qdisc_alloc_handle() can be too slowEric Dumazet1-5/+9
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-3/+3
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+6
2011-05-19pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller1-2/+0
2011-02-25sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer1-2/+2
2011-01-20net_sched: RCU conversion of stabEric Dumazet1-9/+17
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-3/+3
2011-01-19net_sched: cleanupsEric Dumazet1-61/+76
2010-10-05net: dynamic ingress_queue allocationEric Dumazet1-14/+28
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-7/+7
2010-08-18net/sched: remove unneeded NULL checkDan Carpenter1-1/+1
2010-08-11pkt_sched: Check .walk and .leaf class handlersJarek Poplawski1-1/+1