summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-03-13net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani
2017-01-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-12-13net/sched: pedit: make sure that offset is validAmir Vadai
2016-08-19random32: add prandom_u32_max and convert open coded usersDaniel Borkmann
2016-05-19netem: Segment GSO packets on enqueueNeil Horman
2015-06-10net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-03-12ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2014-06-23net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-18pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal
2013-12-08sch_tbf: handle too small burstEric Dumazet
2013-12-08pkt_sched: fq: fix pacing for small framesEric Dumazet
2013-12-08pkt_sched: fq: warn users using defrateEric Dumazet
2013-12-08pkt_sched: fq: change classification of control packetsMaciej Żenczykowski
2013-10-11netem: free skb's in tree on resetstephen hemminger
2013-10-11netem: update backlog after dropstephen hemminger
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-02htb: fix sign extension bugstephen hemminger
2013-07-31net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet
2013-07-01netem: use rb tree to implement the time queueEric Dumazet
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet