Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
bcd5866e1c25e90523c251886bb1e1e38e05130f
/
net
/
sched
/
act_ife.c
3816693
net_sched: fix a NULL pointer deref in ipt action
by Cong Wang
· 5 years ago
51d240a
net: sched: use temporary variable for actions indexes
by Dmytro Linkin
· 5 years ago
c4c8899
ife: error out when nla attributes are empty
by Cong Wang
· 5 years ago
84cb8eb
net: sched: action_ife: take reference to meta module
by Vlad Buslov
· 6 years ago
6d784f1
act_ife: fix a potential use-after-free
by Cong Wang
· 6 years ago
5ffe57d
act_ife: fix a potential deadlock
by Cong Wang
· 6 years ago
4e407ff
act_ife: move tcfa_lock down to where necessary
by Cong Wang
· 6 years ago
8ce5be1
Revert "net: sched: act_ife: disable bh when taking ife_mod_lock"
by Cong Wang
· 6 years ago
97a3f84f
net_sched: remove unnecessary ops->delete()
by Cong Wang
· 6 years ago
32039ea
net: sched: act_ife: always release ife action on init error
by Vlad Buslov
· 6 years ago
42c625a
net: sched: act_ife: disable bh when taking ife_mod_lock
by Vlad Buslov
· 6 years ago
54d0d42
net: sched: act_ife: remove dependency on rtnl lock
by Vlad Buslov
· 6 years ago
7fd4b28
tc/act: remove unneeded RCU lock in action callback
by Paolo Abeni
· 6 years ago
01e866b
net: sched: act_ife: fix memory leak in ife init
by Vlad Buslov
· 6 years ago
0190c1d
net: sched: atomically check-allocate action
by Vlad Buslov
· 6 years ago
4e8ddd7
net: sched: don't release reference on action overwrite
by Vlad Buslov
· 6 years ago
b409074
net: sched: add 'delete' function to action ops
by Vlad Buslov
· 6 years ago
789871b
net: sched: implement unlocked action init API
by Vlad Buslov
· 6 years ago
036bb44
net: sched: change type of reference and bind counters
by Vlad Buslov
· 6 years ago
cbf56c2
net/sched: act_ife: preserve the action control in case of error
by Davide Caratti
· 6 years ago
0a889b9
net/sched: act_ife: fix recursive lock and idr leak
by Davide Caratti
· 6 years ago
cc74edd
net: sched: ife: handle malformed tlv length
by Alexander Aring
· 7 years ago
f6cd145
net: sched: ife: signal not finding metaid
by Alexander Aring
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
685ecfb
net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations
by Kirill Tkhai
· 7 years ago
b362014
net: sched: act: handle extack in tcf_generic_walker
by Alexander Aring
· 7 years ago
4178010
net: sched: act: add extack for walk callback
by Alexander Aring
· 7 years ago
331a929
net: sched: act: add extack for lookup callback
by Alexander Aring
· 7 years ago
589dad6
net: sched: act: add extack to init callback
by Alexander Aring
· 7 years ago
039af9c
net_sched: switch to exit_batch for action pernet ops
by Cong Wang
· 7 years ago
9a63b25
net_sched: remove unused parameter from act cleanup ops
by Cong Wang
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
6578759
net_sched: fix a compile warning in act_ife
by Cong Wang
· 7 years ago
aa9fd9a
sched: act: ife: update parameters via rcu handling
by Alexander Aring
· 7 years ago
ced273e
sched: act: ife: migrate to use per-cpu counters
by Alexander Aring
· 7 years ago
734534e
sched: act: ife: move encode/decode check to init
by Alexander Aring
· 7 years ago
d3f24ba
net sched actions: fix module auto-loading
by Roman Mashak
· 7 years ago
8f04748
net sched actions: change IFE modules alias names
by Roman Mashak
· 7 years ago
65a206c
net/sched: Change act_api and act_xxx modules to use IDR
by Chris Mi
· 7 years ago
b522ed6
act_ife: use registered ife_type as fallback
by Alexander Aring
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
4dba87b
net/sched: act_ife: Staticfy find_decode_metaid()
by Or Gerlitz
· 8 years ago
295a6e0
net/sched: act_ife: Change to use ife module
by Yotam Gigi
· 8 years ago
1d5e7c8
net/sched: act_ife: Unexport ife_tlv_meta_encode
by Yotam Gigi
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
b50afd2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c006da0
act_ife: Fix false encoding
by Yotam Gigi
· 8 years ago
4b1d488
act_ife: Fix external mac header on encode
by Yotam Gigi
· 8 years ago
6a5d58b
net sched ife action: add 16 bit helpers
by Jamal Hadi Salim
· 8 years ago
28a10c4
net sched: fix encoding to use real length
by Jamal Hadi Salim
· 8 years ago
a85a970
net_sched: move tc_action into tcf_common
by WANG Cong
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
817e9f2
act_ife: acquire ife_mod_lock before reading ifeoplist
by WANG Cong
· 8 years ago
067a7cd
act_ife: only acquire tcf_lock for existing actions
by WANG Cong
· 8 years ago
b231307
net_sched: make tcf_hash_check() boolean
by WANG Cong
· 8 years ago
48d8ee1
net sched actions: aggregate dumping of actions timeinfo
by Jamal Hadi Salim
· 8 years ago
9c4a4e4
net sched: actions use tcf_lastuse_update for consistency
by Jamal Hadi Salim
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
4e8c861
net sched: ife action fix late binding
by Jamal Hadi Salim
· 9 years ago
9854518
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
d1491fa
act_ife: fix a typo in kmemdup() parameters
by WANG Cong
· 9 years ago
ef6980b
introduce IFE action
by Jamal Hadi Salim
· 9 years ago