Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8400ab8896324641243b57fc49b448023c07409a
/
include
/
net
/
flow_dissector.h
8ffb055
cls_flower: Fix the behavior using port ranges with hw-offload
by Yoshiki Komachi
· 5 years ago
d1746d1
net: flow_dissector: Wrap unionized VLAN fields in a struct
by Petr Machata
· 5 years ago
a82055a
netfilter: nft_payload: add VLAN offload support
by Pablo Neira Ayuso
· 5 years ago
8819efc
netfilter: nf_tables_offload: allow ethernet interface type only
by Pablo Neira Ayuso
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
5dec597
flow_dissector: extract more ICMP information
by Matteo Croce
· 5 years ago
98298e6
flow_dissector: add meaningful comments
by Matteo Croce
· 5 years ago
5566744
net/flow_dissector: switch to siphash
by Eric Dumazet
· 5 years ago
75a5675
net/flow_dissector: add connection tracking dissection
by Paul Blakey
· 5 years ago
82828b8
flow_dissector: add support for ingress ifindex dissection
by Jiri Pirko
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f0d2ca1
net: ethtool: Allow matching on vlan DEI bit
by Maxime Chevallier
· 6 years ago
1cc2645
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
by Stanislav Fomichev
· 6 years ago
089b19a
flow_dissector: switch kernel context to struct bpf_flow_dissector
by Stanislav Fomichev
· 6 years ago
91c4595
net/flow_dissector: correct comments on enum flow_dissector_key_id
by Edward Cree
· 6 years ago
92e2c40
flow_dissector: allow dissection of tunnel options from metadata
by Simon Horman
· 6 years ago
5544adb
flow_dissector: Dissect tos and ttl from the tunnel info
by Or Gerlitz
· 6 years ago
24c590e
net/flow_dissector: Add support for QinQ dissection
by Jianbo Liu
· 7 years ago
2064c3d
net/flow_dissector: Save vlan ethertype from headers
by Jianbo Liu
· 7 years ago
b2d6cee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
72a338b
net: core: rework basic flow dissection helper
by Paolo Abeni
· 7 years ago
53bc017
net: flow_dissector: fix typo 'can by' to 'can be'
by Wolfram Sang
· 7 years ago
8d6e79d
tipc: improve link resiliency when rps is activated
by Jon Maloy
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
3a1214e
flow_dissector: Cleanup control flow
by Tom Herbert
· 7 years ago
518d8a2
net/flow_dissector: add support for dissection of misc ip header fields
by Or Gerlitz
· 8 years ago
ac4bb5d
net: flow_dissector: add support for dissection of tcp flags
by Jiri Pirko
· 8 years ago
029c1ec
flow_dissector: add mpls support (v2)
by Benjamin LaHaise
· 8 years ago
5573335
flow disector: ARP support
by Simon Horman
· 8 years ago
972d387
flow dissector: ICMP support
by Simon Horman
· 8 years ago
f4d997f
net/sched: cls_flower: Add UDP port to tunnel parameters
by Hadar Hen Zion
· 8 years ago
9ba6a9a
flow_dissector: Add enums for encapsulation keys
by Hadar Hen Zion
· 8 years ago
66fdd05
rps: flow_dissector: Add the const for the parameter of flow_keys_have_l4
by Gao Feng
· 8 years ago
f6a6692
flow_dissector: Get vlan priority in addition to vlan id
by Hadar Hen Zion
· 8 years ago
8de2d79
net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() public
by Amir Vadai
· 9 years ago
4b36993
flow_dissector: Don't use bit fields.
by David S. Miller
· 9 years ago
823b969
flow_dissector: Add control/reporting of encapsulation
by Tom Herbert
· 9 years ago
872b1ab
flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
by Tom Herbert
· 9 years ago
8306b68
flow_dissector: Add flag to stop parsing at L3
by Tom Herbert
· 9 years ago
807e165
flow_dissector: Add control/reporting of fragmentation
by Tom Herbert
· 9 years ago
c6cc1ca
flowi: Abstract out functions to get flow hash based on flowi
by Tom Herbert
· 9 years ago
bcc8383
skbuff: Make __skb_set_sw_hash a general function
by Tom Herbert
· 9 years ago
e527693
flow_dissector: Move skb related functions to skbuff.h
by Tom Herbert
· 9 years ago
b3baa0f
mpls: Add MPLS entropy label in flow_keys
by Tom Herbert
· 10 years ago
1fdd512
net: Add GRE keyid in flow_keys
by Tom Herbert
· 10 years ago
87ee9e5
net: Add IPv6 flow label to flow_keys
by Tom Herbert
· 10 years ago
d34af82
net: Add VLAN ID to flow_keys
by Tom Herbert
· 10 years ago
45b47fd0
net: Get rid of IPv6 hash addresses flow keys
by Tom Herbert
· 10 years ago
9f24908
net: Add keys for TIPC address
by Tom Herbert
· 10 years ago
c3f8324
net: Add full IPv6 addresses to flow_keys
by Tom Herbert
· 10 years ago
42aecaa
net: Get skb hash over flow_keys structure
by Tom Herbert
· 10 years ago
59346af
flow_dissector: change port array into src, dst tuple
by Jiri Pirko
· 10 years ago
67a900c
flow_dissector: introduce support for Ethernet addresses
by Jiri Pirko
· 10 years ago
b924933
flow_dissector: introduce support for ipv6 addressses
by Jiri Pirko
· 10 years ago
c3f8eae
flow_dissector: add missing header includes
by Jiri Pirko
· 10 years ago
06635a3
flow_dissect: use programable dissector in skb_flow_dissect and friends
by Jiri Pirko
· 10 years ago
fbff949
flow_dissector: introduce programable flow_dissector
by Jiri Pirko
· 10 years ago
9c684b5
net: move __skb_get_hash function declaration to flow_dissector.h
by Jiri Pirko
· 10 years ago
10b89ee4
net: move *skb_get_poff declarations into correct header
by Jiri Pirko
· 10 years ago
b0a3143
flow_dissector: remove unused function flow_get_hlen declaration
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
[Renamed (90%) from include/net/flow_keys.h]
212da1f
Merge branch 'sfc-next'
by David S. Miller
· 10 years ago