Age | Commit message (Expand) | Author |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-24 | sch_netem: fix issues in netem_change() vs get_dist_table() | Eric Dumazet |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-22 | sch_netem: acquire qdisc lock in netem_change() | Eric Dumazet |
2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-14 | net/sched: cls_api: Fix lockup on flushing explicitly created chain | Vlad Buslov |
2023-06-14 | net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting | Peilin Ye |
2023-06-14 | net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs | Peilin Ye |
2023-06-14 | net/sched: act_ct: Fix promotion of offloaded unreplied tuple | Paul Blakey |
2023-06-12 | net: flower: add support for matching cfm fields | Zahari Doychev |
2023-06-12 | net/sched: taprio: report class offload stats per TXQ, not per TC | Vladimir Oltean |
2023-06-12 | net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpy | Jiapeng Chong |
2023-06-10 | net: move gso declarations and functions to their own files | Eric Dumazet |
2023-06-09 | net/sched: cls_u32: Fix reference counter leak leading to overflow | Lee Jones |
2023-06-09 | net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq | Zhengchao Shao |
2023-06-09 | net/sched: act_pedit: Parse L3 Header for L4 offset | Max Tottenham |
2023-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-07 | net: sched: fix possible refcount leak in tc_chain_tmplt_add() | Hangyu Hua |
2023-06-07 | net: sched: act_police: fix sparse errors in tcf_police_dump() | Eric Dumazet |
2023-06-07 | net: sched: move rtm_tca_policy declaration to include file | Eric Dumazet |
2023-06-07 | net: sched: add rcu annotations around qdisc->qdisc_sleeping | Eric Dumazet |
2023-06-05 | net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values | Eric Dumazet |
2023-06-04 | net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE | Min-Hua Chen |
2023-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-01 | net/sched: flower: fix possible OOB write in fl_set_geneve_opt() | Hangyu Hua |
2023-05-31 | net/sched: taprio: add netlink reporting for offload statistics counters | Vladimir Oltean |
2023-05-31 | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum | Vladimir Oltean |
2023-05-31 | net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats() | Vladimir Oltean |
2023-05-30 | net/sched: flower: Allow matching on layer 2 miss | Ido Schimmel |
2023-05-30 | net: sched: fix NULL pointer dereference in mq_attach | Zhengchao Shao |
2023-05-30 | net/sched: Prohibit regrafting ingress or clsact Qdiscs | Peilin Ye |
2023-05-30 | net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs | Peilin Ye |
2023-05-30 | net/sched: sch_clsact: Only create under TC_H_CLSACT | Peilin Ye |
2023-05-30 | net/sched: sch_ingress: Only create under TC_H_INGRESS | Peilin Ye |
2023-05-15 | sch_htb: Allow HTB priority parameter in offload mode | Naveen Mamindlapalli |
2023-05-05 | net/sched: flower: fix error handler on replace | Vlad Buslov |
2023-05-05 | Revert "net/sched: flower: Fix wrong handle assignment during filter change" | Vlad Buslov |
2023-05-05 | net/sched: flower: fix filter idr initialization | Vlad Buslov |
2023-05-01 | net/sched: act_mirred: Add carrier check | Victor Nogueira |
2023-04-28 | net/sched: cls_api: remove block_cb from driver_list before freeing | Vlad Buslov |
2023-04-27 | net/sched: act_pedit: free pedit keys on bail from offset check | Pedro Tammela |
2023-04-27 | net/sched: flower: Fix wrong handle assignment during filter change | Ivan Vecera |
2023-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-04-23 | net/sched: sch_qfq: refactor parsing of netlink parameters | Pedro Tammela |
2023-04-23 | net/sched: sch_qfq: use extack on errors messages | Pedro Tammela |
2023-04-23 | net/sched: sch_htb: use extack on errors messages | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: rate limit datapath messages | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: remove extra check for key type | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: check static offsets a priori | Pedro Tammela |
2023-04-23 | net/sched: act_pedit: use extack in 'ex' parsing errors | Pedro Tammela |