index
:
pub/scm/linux/kernel/git/conor/linux.git
master
conor's fork of linux.git
Conor Dooley
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-28
net/sched: act_api: fix skb sizing and action leak on reoffload delete
Victor Nogueira
1
-6
/
+11
2026-08-28
net/sched: act_api: size the RTM_GETACTION reply from the actions
Victor Nogueira
1
-3
/
+4
2026-08-28
net/sched: act_api: budget all shared attributes in notify skbs
Victor Nogueira
1
-2
/
+11
2026-08-20
net/sched: add get_fill_size callbacks for actions missing them
Victor Nogueira
1
-1
/
+4
2026-08-11
net/sched: act_api: fix TOCTOU NULL deref on a->goto_chain
Jamal Hadi Salim
1
-5
/
+5
2026-07-06
net/sched: act_pedit: fix TOCTOU heap OOB write in tc offload
Jamal Hadi Salim
1
-4
/
+9
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+1
2026-06-01
net/sched: act_api: use RCU with deferred freeing for action lifecycle
Jamal Hadi Salim
1
-6
/
+1
2026-05-04
net/sched: add qstats_cpu_drop_inc() helper
Eric Dumazet
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-06
net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy
Shivani Gupta
1
-0
/
+2
2025-09-02
net_sched: act: remove tcfa_qstats
Eric Dumazet
1
-4
/
+8
2025-07-08
net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()
Eric Dumazet
1
-1
/
+8
2025-04-15
tc: Return an error if filters try to attach too many actions
Toke Høiland-Jørgensen
1
-2
/
+14
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+22
2024-10-23
net/sched: act_api: unexport tcf_action_dump_1()
Vladimir Oltean
1
-45
/
+44
2024-10-23
net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...
Vladimir Oltean
1
-1
/
+22
2024-10-15
net: sched: Use rtnl_register_many().
Kuniyuki Iwashima
1
-5
/
+8
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2024-06-18
net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()
David Ruth
1
-2
/
+1
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
1
-1
/
+1
2024-02-02
net/sched: Load modules via their alias
Michal Koutný
1
-1
/
+1
2024-01-07
net/sched: simplify tc_action_load_ops parameters
Pedro Tammela
1
-5
/
+5
2024-01-03
net/sched: introduce ACT_P_BOUND return code
Pedro Tammela
1
-1
/
+1
2023-12-20
net: sched: Add initial TC error skb drop reasons
Victor Nogueira
1
-1
/
+2
2023-12-20
net: sched: Move drop_reason to struct tc_skb_cb
Victor Nogueira
1
-1
/
+1
2023-12-13
net/sched: act_api: skip idr replace on bound actions
Pedro Tammela
1
-5
/
+6
2023-12-13
net/sched: act_api: rely on rcu in tcf_idr_check_alloc
Pedro Tammela
1
-22
/
+43
2023-12-11
net/sched: act_api: conditional notification of events
Pedro Tammela
1
-23
/
+75
2023-12-11
net/sched: act_api: don't open code max()
Pedro Tammela
1
-6
/
+3
2023-12-05
net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: stop loop over ops array on NULL in tcf_action_init
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: avoid non-contiguous action array
Pedro Tammela
1
-12
/
+21
2023-12-05
net/sched: act_api: use tcf_act_for_each_action
Pedro Tammela
1
-7
/
+5
2023-11-06
net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
Jamal Hadi Salim
1
-1
/
+1
2023-07-10
net: sched: Replace strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-03-23
net/sched: act_api: use the correct TCA_ACT attributes in dump
Pedro Tammela
1
-4
/
+4
2023-03-16
net/sched: act_api: add specific EXT_WARN_MSG for tc action
Hangbin Liu
1
-4
/
+4
2023-03-16
Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"
Hangbin Liu
1
-2
/
+2
2023-02-27
net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy
Pedro Tammela
1
-2
/
+2
2023-02-20
net/sched: cls_api: Support hardware miss to tc action
Paul Blakey
1
-1
/
+1
2023-02-20
net/sched: Rename user cookie and act cookie
Paul Blakey
1
-13
/
+13
2023-02-14
net/sched: support per action hw stats
Oz Shlomo
1
-8
/
+0
2023-02-14
net/sched: introduce flow_offload action cookie
Oz Shlomo
1
-0
/
+1
2023-02-14
net/sched: optimize action stats api calls
Oz Shlomo
1
-3
/
+2
2023-01-17
sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
Hangbin Liu
1
-5
/
+10
2022-12-09
net/sched: avoid indirect act functions on retpoline kernels
Pedro Tammela
1
-1
/
+2
2022-09-09
net: sched: act_api: implement generic walker and search for tc action
Zhengchao Shao
1
-4
/
+29
2022-06-27
net/sched: act_api: Notify user space if any actions were flushed before error
Victor Nogueira
1
-8
/
+14
[next]