summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sched: skip an unnecessay checkTom Rix2020-09-091-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-053-23/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-042-22/+28
| |\
| | * net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| | * taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-08-271-6/+24
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-1/+1
|\|
| * net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-211-1/+1
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-183-10/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0634-99/+304
|\
| * net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-042-2/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+2
| |\
| * | net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva2020-08-011-14/+6
| * | net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-07-311-2/+1
| * | net_sched: initialize timer earlier in red_init()Cong Wang2020-07-291-4/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-262-3/+14
| |\ \
| * | | net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-251-0/+16
| * | | sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko2020-07-211-1/+2
| * | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-1733-67/+67
| * | | net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-172-10/+4
| * | | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-141-7/+9
| * | | net: sched: kerneldoc fixesAndrew Lunn2020-07-142-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1116-33/+40
| |\ \ \
| * | | | net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-0814-14/+15
| * | | | net: sched: Allow changing default qdisc to FQ-PIEDanny Lin2020-07-021-0/+4
| * | | | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-301-1/+1
| * | | | net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata2020-06-301-2/+56
| * | | | net: sched: sch_red: Split init and change callbacksPetr Machata2020-06-301-12/+30
| * | | | net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-301-0/+119
| * | | | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-3033-67/+67
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-266-85/+127
| |\ \ \ \
| * | | | | sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant2020-06-261-4/+4
| * | | | | net: qos: police action add index for tc flower offloadingPo Liu2020-06-251-0/+1
| * | | | | net: qos: add tc police offloading action with max frame size limitPo Liu2020-06-251-0/+1
| * | | | | tcindex_change: Remove redundant null checkGaurav Singh2020-06-231-1/+1
| * | | | | Remove redundant skb null checkGaurav Singh2020-06-211-1/+1
| * | | | | Remove redundant condition in qdisc_graftGaurav Singh2020-06-211-2/+1
| * | | | | net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+1
| * | | | | taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+2
| * | | | | net: qos offload add flow status with dropped countPo Liu2020-06-1911-29/+31
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-048-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-168-8/+8
| | |/ / / | |/| | |
* | | | | net/sched: The error lable position is corrected in ct_init_moduleliujian2020-08-011-2/+2
| |_|_|/ |/| | |
* | | | flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-251-1/+0
* | | | net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-211-2/+14
| |_|/ |/| |
* | | net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-091-4/+4
* | | net/sched: act_ct: add miss tcf_lastuse_update.wenxu2020-07-081-0/+2
* | | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-0315-29/+34
|/ /
* | sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-261-2/+2
* | sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-261-4/+9