summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-06-23netem: fix a use after freeEric Dumazet
2016-06-23act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong
2016-06-23act_ife: only acquire tcf_lock for existing actionsWANG Cong
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal
2016-06-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim
2016-06-15act_ipt: fix a bind refcnt leakWANG Cong
2016-06-15net_sched: prio: insure proper transactional behaviorEric Dumazet
2016-06-14net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet
2016-06-12net_sched: prio: properly report out of memory errorsEric Dumazet
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal
2016-06-08net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski
2016-06-08net: cls_u32: catch all hardware offload errorsJakub Kicinski
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann
2016-06-07act_police: fix a crash during removalWANG Cong
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet
2016-06-07net: cls_u32: be more strict about skip-sw flagJakub Kicinski
2016-06-07net: cls_u32: fix error code for invalid flagsJakub Kicinski
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet
2016-06-06net_sched: keep backlog updated with qlenWANG Cong
2016-06-03sch_tbf: update backlog as wellWANG Cong
2016-06-03sch_red: update backlog as wellWANG Cong
2016-06-03sch_drr: update backlog as wellWANG Cong
2016-06-03sch_prio: update backlog as wellWANG Cong
2016-06-03sch_hfsc: always keep backlog updatedWANG Cong
2016-05-24net sched actions: policer missing timestamp processingJamal Hadi Salim
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet
2016-05-17net_sched: close another race condition in tcf_mirred_release()WANG Cong
2016-05-16fq_codel: fix memory limitation driftEric Dumazet
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai
2016-05-16net/sched: act_gact: Update statistics when offloaded to hardwareAmir Vadai
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-10net sched: ife action fix late bindingJamal Hadi Salim
2016-05-10net sched: skbedit action fix late bindingJamal Hadi Salim
2016-05-10net sched: simple action fix late bindingJamal Hadi Salim
2016-05-10net sched: mirred action fix late bindingJamal Hadi Salim
2016-05-10net sched: ipt action fix late bindingJamal Hadi Salim
2016-05-10net sched: vlan action fix late bindingJamal Hadi Salim
2016-05-08fq_codel: add memory limitation per queueEric Dumazet
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-05-04net: remove dev->trans_startFlorian Westphal
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet
2016-05-03netem: Segment GSO packets on enqueueNeil Horman
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal
2016-04-26sched: align nlattr properly when neededNicolas Dichtel
2016-04-25codel: split into multiple filesMichal Kazior