summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-02-09net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao
2024-02-09net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-13net: sched: track device in tcf_block_get/put_ext() only for clsact binder typesJiri Pirko
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela
2024-01-05net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03net/sched: sch_api: conditional netlink notificationsPedro Tammela
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela
2024-01-03net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim
2024-01-01net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2023-12-26net/sched: act_mirred: Allow mirred to blockVictor Nogueira
2023-12-26net/sched: act_mirred: Add helper function tcf_mirred_replace_devVictor Nogueira
2023-12-26net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira
2023-12-26net/sched: cls_api: Expose tc block to the datapathVictor Nogueira
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela
2023-12-13net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela
2023-12-11net/sched: cls_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela
2023-12-11net/sched: act_api: conditional notification of eventsPedro Tammela
2023-12-11net/sched: act_api: don't open code max()Pedro Tammela
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov
2023-12-05net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela
2023-12-05net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela
2023-12-05net/sched: act_api: avoid non-contiguous action arrayPedro Tammela
2023-12-05net/sched: act_api: use tcf_act_for_each_actionPedro Tammela
2023-11-30net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko
2023-11-18net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski
2023-11-08net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira
2023-11-01net: sched: Fill in MODULE_DESCRIPTION for act_gateVictor Nogueira
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-25net/sched: act_ct: additional checks for outdated flowsVlad Buslov