aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-12
|\
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* | net: Allow tc changes in user namespacesStéphane Graber2014-05-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-14
|\
| * pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-10
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-11
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-11
|/
* net, sch: fix the typo in register_qdisc()Zhi Yong Wu2013-12-31
* pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-14
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-09
* net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-08
* qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-08-31
* qdisc: allow setting default queuing disciplinestephen hemminger2013-08-31
* net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-15
* net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-07
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
* netlink: have length check of rtnl msg before derefHong zhi guo2013-03-26
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-22
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-12
* pkt_sched: avoid requeues if possibleEric Dumazet2012-12-12
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-18
* pkt_sched: use ns_to_ktime() helperEric Dumazet2012-10-21
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* pkt_sched: sch_api: Move away from NLMSG_NEW().David S. Miller2012-06-27
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* net_sched: qdisc_alloc_handle() can be too slowEric Dumazet2012-01-03
* net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-06
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-09
* pkt_sched: Kill set but unused variable 'protocol' in tc_classify()David S. Miller2011-05-19
* sched: protocol only needed when CONFIG_NET_CLS_ACT is enabledHagen Paul Pfeifer2011-02-25
* net_sched: RCU conversion of stabEric Dumazet2011-01-20
* net_sched: move TCQ_F_THROTTLED flagEric Dumazet2011-01-20
* net_sched: cleanupsEric Dumazet2011-01-20
* net: dynamic ingress_queue allocationEric Dumazet2010-10-05
* net: rename netdev rx_queue to ingress_queueEric Dumazet2010-09-29
* net/sched: remove unneeded NULL checkDan Carpenter2010-08-18
* pkt_sched: Check .walk and .leaf class handlersJarek Poplawski2010-08-11
* pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski2010-08-10
* net_sched: Fix qdisc_notify()Eric Dumazet2010-05-24
* net sched: cleanup and rate limit warningstephen hemminger2010-05-18
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | net_sched: minor netns related cleanupTom Goff2010-03-30
* | net_sched: make traffic control network namespace awareTom Goff2010-03-22
|/
* sched: add head drop fifo queueHagen Paul Pfeifer2010-01-29
* net: use net_eq to compare netsOctavian Purdila2009-11-25