summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: initialize bstats syncpSabrina Dubroca2014-10-211-1/+1
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-2/+3
* net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-2/+10
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+3
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-1/+1
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-6/+23
* net: sched: use pinned timersEric Dumazet2014-09-261-2/+2
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-5/+5
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-3/+3
|\
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-3/+3
* | net: Allow tc changes in user namespacesStéphane Graber2014-05-021-3/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+4
|\
| * pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-101-3/+4
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-111-0/+2
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-111-4/+2
|/
* net, sch: fix the typo in register_qdisc()Zhi Yong Wu2013-12-311-1/+1
* pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-141-1/+4
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-1/+2
* net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-081-0/+3
* qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-08-311-5/+0
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-311-0/+58
* net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-151-0/+41
* net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-071-5/+6
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-1/+1
* netlink: have length check of rtnl msg before derefHong zhi guo2013-03-261-15/+21
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-3/+3
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+2
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-121-3/+3
* pkt_sched: avoid requeues if possibleEric Dumazet2012-12-121-0/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+9
* pkt_sched: use ns_to_ktime() helperEric Dumazet2012-10-211-5/+4
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-22/+22
* pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller2012-06-261-10/+14
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-6/+4
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-3/+6
* net_sched: qdisc_alloc_handle() can be too slowEric Dumazet2012-01-031-5/+9
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-061-3/+3
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-6/+6
* pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller2011-05-191-2/+0
* sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer2011-02-251-2/+2
* net_sched: RCU conversion of stabEric Dumazet2011-01-201-9/+17
* net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-201-3/+3
* net_sched: cleanupsEric Dumazet2011-01-191-61/+76
* net: dynamic ingress_queue allocationEric Dumazet2010-10-051-14/+28
* net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-291-7/+7
* net/sched: remove unneeded NULL checkDan Carpenter2010-08-181-1/+1
OpenPOWER on IntegriCloud