summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski
2018-11-08net: sched: add an offload graft helperJakub Kicinski
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski
2018-11-08net: sched: add an offload dump helperJakub Kicinski
2018-10-28net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti
2018-10-22net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-10net: sched: avoid writing on noop_qdiscEric Dumazet
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro
2018-10-07net: sched: pie: fix coding style issuesLeslie Monis
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-10-05net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang
2018-10-04tc: Add support for configuring the taprio schedulerVinicius Costa Gomes