Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a2f4c3fa4db94ba44d32a72201927cfd132a8e82
/
net
/
sched
/
act_vlan.c
695176b
net_sched: refactor TC action init API
by Cong Wang
· 3 years, 5 months ago
8323b20
net/sched: act_vlan: No dump for unset priority
by Boris Sukholitko
· 3 years, 7 months ago
9c5eee0a
net/sched: act_vlan: Fix modify to allow 0
by Boris Sukholitko
· 3 years, 7 months ago
8b0308f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 4 years, 3 months ago
19fbcb3
net/sched: act_vlan: Add {POP,PUSH}_ETH actions
by Guillaume Nault
· 4 years, 3 months ago
e49d8c2
net_sched: defer tcf_idr_insert() in tcf_action_init_1()
by Cong Wang
· 4 years, 3 months ago
4b61d3e
net: qos offload add flow status with dropped count
by Po Liu
· 4 years, 7 months ago
1ae7878
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
e382267
net: sched: update action implementations to support flags
by Vlad Buslov
· 5 years ago
abbb0d3
net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
by Vlad Buslov
· 5 years ago
26b537a
net: sched: extract qstats update code into functions
by Vlad Buslov
· 5 years ago
5e1ad95
net: sched: extract bstats update code into function
by Vlad Buslov
· 5 years ago
c8ecebd
net: sched: extract common action counters update code into function
by Vlad Buslov
· 5 years ago
445d374
net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()
by Paul E. McKenney
· 5 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
fa730a3
sched: act_vlan: implement stats_update callback
by Jiri Pirko
· 5 years ago
981471b
net_sched: fix a NULL pointer deref in ipt action
by Cong Wang
· 5 years ago
b35475c
net sched: update vlan action for batched events operations
by Roman Mashak
· 5 years ago
7be8ef2
net: sched: use temporary variable for actions indexes
by Dmytro Linkin
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
7e0c889
net/sched: act_vlan: validate the control action inside init()
by Davide Caratti
· 6 years ago
85d0966
net/sched: prepare TC actions to properly validate the control action
by Davide Caratti
· 6 years ago
eddd2cf
net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE
by Eli Cohen
· 6 years ago
b1817524
net/core: use __vlan_hwaccel helpers
by Michał Mirosław
· 6 years ago
f061b48
Revert "net: sched: act: add extack for lookup callback"
by Cong Wang
· 6 years ago
97a3f84f
net_sched: remove unnecessary ops->delete()
by Cong Wang
· 6 years ago
653cd28
net: sched: always disable bh when taking tcf_lock
by Vlad Buslov
· 6 years ago
8aa7f22
net: sched: act_vlan method rename for grep-ability and consistency
by Jamal Hadi Salim
· 6 years ago
764e9a2
net: sched: act_vlan: 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
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
5a4931ae
net/sched: fix refcnt leak in the error path of tcf_vlan_init()
by Davide Caratti
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
94cb549
net/sched: act_vlan: declare push_vid with host byte order
by Davide Caratti
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d7f2001
net/sched: fix idr leak in the error path of tcf_vlan_init()
by Davide Caratti
· 7 years ago
1edf8ab
net/sched: fix NULL dereference in the error path of tcf_vlan_init()
by Davide Caratti
· 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
4c5b9d9
act_vlan: VLAN action rewrite to use RCU lock/unlock and update
by Manish Kurup
· 7 years ago
e0496cb
act_vlan: Change stats update to use per-core stats
by Manish Kurup
· 7 years ago
c7e460c
Revert "net_sched: hold netns refcnt for each action"
by Cong Wang
· 7 years ago
ceffcc5
net_sched: hold netns refcnt for each action
by Cong Wang
· 7 years ago
65a206c
net/sched: Change act_api and act_xxx modules to use IDR
by Chris Mi
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
f39acc8
net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() functions
by Shmulik Ladkani
· 8 years ago
45a497f
net/sched: act_vlan: Introduce TCA_VLAN_ACT_MODIFY vlan action
by Shmulik Ladkani
· 8 years ago
956af37
net_sched: act_vlan: Add priority option
by Hadar Hen Zion
· 8 years ago
a85a970
net_sched: move tc_action into tcf_common
by WANG Cong
· 8 years ago
b231307
net_sched: make tcf_hash_check() boolean
by WANG Cong
· 9 years ago
0b0f43f
net sched: indentation and other OCD stylistic fixes
by Jamal Hadi Salim
· 9 years ago
48d8ee1
net sched actions: aggregate dumping of actions timeinfo
by Jamal Hadi Salim
· 9 years ago
53eb440
net sched actions: introduce timestamp for firsttime use
by Jamal Hadi Salim
· 9 years ago
9c4a4e4
net sched: actions use tcf_lastuse_update for consistency
by Jamal Hadi Salim
· 9 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5026c9b
net sched: vlan action fix late binding
by Jamal Hadi Salim
· 9 years ago
9854518e
sched: align nlattr properly when needed
by Nicolas Dichtel
· 9 years ago
ddf97cc
net_sched: add network namespace support for tc actions
by WANG Cong
· 9 years ago
519c818
net: sched: add percpu stats to actions
by Eric Dumazet
· 9 years ago
c7e2b96
sched: introduce vlan action
by Jiri Pirko
· 10 years ago