Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
refs/heads/android12-5.10-lts
/
net
/
sched
/
cls_flow.c
99ea152
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 4 years, 5 months ago
3f649ab
treewide: Remove uninitialized_var() usage
by Kees Cook
· 4 years, 7 months ago
d7bf2eb
sched: consistently handle layer3 header accesses in the presence of VLANs
by Toke Høiland-Jørgensen
· 4 years, 6 months 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
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
1421510
net_sched: initialize net pointer inside tcf_exts_init()
by Cong Wang
· 6 years ago
12db03b
net: sched: extend proto ops to support unlocked classifiers
by Vlad Buslov
· 6 years ago
ec6743a
net: sched: track rtnl lock status when validating extensions
by Vlad Buslov
· 6 years ago
aaa908f
net_sched: switch to rcu_work
by Cong Wang
· 7 years ago
715df5e
net: sched: propagate extack to cls->destroy callbacks
by Jakub Kicinski
· 7 years ago
571acf2
net: sched: cls: add extack support for delete callback
by Alexander Aring
· 7 years ago
50a5619
net: sched: cls: add extack support for tcf_exts_validate
by Alexander Aring
· 7 years ago
7306db3
net: sched: cls: add extack support for change callback
by Alexander Aring
· 7 years ago
f36fe1c
net: sched: introduce block mechanism to handle netif_keep_dst calls
by Jiri Pirko
· 7 years ago
4dc6758
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
22f7cec
cls_flow: use tcf_exts_get_net() before call_rcu()
by Cong Wang
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
94cdb47
net_sched: use tcf_queue_work() in flow filter
by Cong Wang
· 7 years ago
cdeabbb
net: sched: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
1abf272
net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct Qdisc
by Jiri Pirko
· 7 years ago
8113c09
net_sched: use void pointer for filter handle
by WANG Cong
· 7 years ago
c09fc2e
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
4ebc1e3
net: sched: remove unneeded tcf_em_tree_change
by Jiri Pirko
· 7 years ago
763dbf6
net_sched: move the empty tp check from ->destroy() to ->delete()
by WANG Cong
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
3b1af93
net_sched: use setup_deferrable_timer
by Geliang Tang
· 8 years ago
cb9c683
skbuff: add and use skb_nfct helper
by Florian Westphal
· 8 years ago
d936377
net, sched: respect rcu grace period on cls destruction
by Daniel Borkmann
· 8 years ago
5a7a555
net sched: stylistic cleanups
by Jamal Hadi Salim
· 8 years ago
0013de3
net: sched: use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 8 years ago
b9a24bb
net_sched: properly handle failure case of tcf_exts_init()
by WANG Cong
· 8 years ago
743b2a6
sched: cls_flow: use skb_to_full_sk() helper
by Eric Dumazet
· 9 years ago
cd79a23
flow_dissector: Add flags argument to skb_flow_dissector functions
by Tom Herbert
· 9 years ago
32b2f4b
sched: cls_flow: fix panic on filter replace
by Daniel Borkmann
· 9 years ago
c3f8324
net: Add full IPv6 addresses to flow_keys
by Tom Herbert
· 10 years ago
59346af
flow_dissector: change port array into src, dst tuple
by Jiri Pirko
· 10 years ago
06635a3
flow_dissect: use programable dissector in skb_flow_dissect and friends
by Jiri Pirko
· 10 years ago
1bd758e
net: change name of flow_dissector header to match the .c file name
by Jiri Pirko
· 10 years ago
1e052be
net_sched: destroy proto tp when all filters are gone
by Cong Wang
· 10 years ago
d8b9605
net: sched: fix skb->protocol use in case of accelerated vlan path
by Jiri Pirko
· 10 years ago
6ea3b44
net: sched: cls: use nla_nest_cancel instead of nlmsg_trim
by Jiri Pirko
· 10 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 10 years ago
2f8a296
net_sched: cls_flow: remove duplicate assignments
by Jiri Pirko
· 10 years ago
6a659cd
net_sched: cls_flow: remove faulty use of list_for_each_entry_rcu
by Jiri Pirko
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
82a470f
net: sched: remove tcf_proto from ematch calls
by John Fastabend
· 10 years ago
18d0264
net_sched: remove the first parameter from tcf_exts_destroy()
by WANG Cong
· 10 years ago
70da9f0
net: sched: cls_flow use RCU
by John Fastabend
· 10 years ago
2f7ef2f
sched, cls: check if we could overwrite actions when changing a filter
by Cong Wang
· 11 years ago
832d1d5
net_sched: add struct net pointer to tcf_proto_ops->dump
by WANG Cong
· 11 years ago
5da57f4
net_sched: cls: refactor out struct tcf_ext_map
by WANG Cong
· 11 years ago
33be627
net_sched: act: use standard struct list_head
by WANG Cong
· 11 years ago
3958afa1b
net: Change skb_get_rxhash to skb_get_hash
by Tom Herbert
· 11 years ago
e32123e
netlink: rename ssk to sk in struct netlink_skb_params
by Patrick McHardy
· 12 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
a6c6796
userns: Convert cls_flow to work with user namespaces enabled
by Eric W. Biederman
· 13 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
3a53943
cls_flow: remove one dynamic array
by Eric Dumazet
· 13 years ago
6bd2a9a
cls_flow: use skb_flow_dissect()
by Eric Dumazet
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 14 years ago
859c201
net_sched: cls_flow: use skb_header_pointer()
by Eric Dumazet
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 13 years ago
56f8a75
ip: introduce ip_is_fragment helper inline function
by Paul Gortmaker
· 14 years ago
a07aa00
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
c7066f7
netfilter: fix Kconfig dependencies
by Patrick McHardy
· 14 years ago
739a91e
net_sched: cls_flow: add key rxhash
by Changli Gao
· 14 years ago
78d3307
net_sched: cls_flow: use proto_ports_offset() to support AH message
by Changli Gao
· 14 years ago
4b95c3d
cls_flow: add sanity check for the packet length
by Changli Gao
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
8964be4
net: rename skb->iif to skb->skb_iif
by Eric Dumazet
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 16 years ago
d76b0d9
CRED: Use creds in file structs
by David Howells
· 16 years ago
6067804
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
by Arnaldo Carvalho de Melo
· 16 years ago
72d9794
net-sched: cls_flow: add perturbation support
by Patrick McHardy
· 16 years ago
9ec1381
[NET_SCHED]: cls_flow: support classification based on VLAN tag
by Patrick McHardy
· 17 years ago
4f25049
[NET_SCHED]: cls_flow: fix key mask validity check
by Patrick McHardy
· 17 years ago
0aead54
[NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)
by Rami Rosen
· 17 years ago
e5dfb81
[NET_SCHED]: Add flow classifier
by Patrick McHardy
· 17 years ago