Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d009fa3b2b28b28f58920aaa76fa0abeb573828c
/
net
/
openvswitch
/
flow.c
6713fc9
openvswitch: Use eth_proto_is_802_3
by Alexander Duyck
· 10 years ago
4167e9b
mm: remove GFP_THISNODE
by David Rientjes
· 10 years ago
b35725a
openvswitch: Reset key metadata for packet execution.
by Pravin B Shelar
· 10 years ago
d91641d
openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
by Thomas Graf
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
24cc59d
openvswitch: Consistently include VLAN header in flow and port stats.
by Ben Pfaff
· 10 years ago
05da589
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
by Jarno Rajahalme
· 10 years ago
12eb18f
openvswitch: Constify various function arguments
by Thomas Graf
· 10 years ago
25cd9ba
openvswitch: Add basic MPLS support to kernel
by Simon Horman
· 10 years ago
25ef132
openvswitch: Set flow-key members.
by Pravin B Shelar
· 10 years ago
389f489
openvswitch: fix a use after free
by Li RongQing
· 10 years ago
f579668
openvswitch: Add support for Geneve tunneling.
by Jesse Gross
· 10 years ago
f0b128c
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
by Jesse Gross
· 10 years ago
0714812
openvswitch: Eliminate memset() from flow_extract.
by Jesse Gross
· 10 years ago
971427f3
openvswitch: Add recirc and hash action.
by Andy Zhou
· 10 years ago
8c8b1b8
openvswitch: Use tun_key only for egress tunnel path.
by Pravin B Shelar
· 10 years ago
83c8df2
openvswitch: refactor ovs flow extract API.
by Pravin B Shelar
· 10 years ago
8c6b00c
net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()
by Andreea-Cristina Bernat
· 10 years ago
ad55200
openvswitch: Fix tracking of flags seen in TCP flows.
by Ben Pfaff
· 11 years ago
86ec8db
openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.
by Jarno Rajahalme
· 11 years ago
bb6f9a7
openvswitch: Clarify locking.
by Jarno Rajahalme
· 11 years ago
1139e24
openvswitch: Compact sw_flow_key.
by Jarno Rajahalme
· 11 years ago
88d73f6
openvswitch: Use TCP flags in the flow key for stats.
by Jarno Rajahalme
· 11 years ago
63e7959
openvswitch: Per NUMA node flow stats.
by Jarno Rajahalme
· 11 years ago
23dabf8
openvswitch: Remove 5-tuple optimization.
by Jarno Rajahalme
· 11 years ago
8c63ff0
openvswitch: Use ether_addr_copy
by Joe Perches
· 11 years ago
4f647e0
openvswitch: fix a possible deadlock and lockdep warning
by Flavio Leitner
· 11 years ago
f9b8c4c
openvswitch: Correctly report flow used times for first 5 minutes after boot.
by Ben Pfaff
· 11 years ago
04382a3
openvswitch: Read tcp flags only then the tranport header is present.
by Jarno Rajahalme
· 11 years ago
e298e50
openvswitch: Per cpu flow stats.
by Pravin B Shelar
· 11 years ago
5eb26b1
openvswitch: TCP flags matching support.
by Jarno Rajahalme
· 11 years ago
df23e9f
openvswitch: Widen TCP flags handling.
by Jarno Rajahalme
· 11 years ago
e644571
openvswitch: Restructure datapath.c and flow.c
by Pravin B Shelar
· 11 years ago
3bf4b5b
net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs
by Daniel Borkmann
· 11 years ago
0d40f75
openvswitch: Fix alignment of struct sw_flow_key.
by Jesse Gross
· 11 years ago
5828cd9
openvswitch: optimize flow compare and mask functions
by Andy Zhou
· 11 years ago
0223737
openvswitch: Rename key_len to key_end
by Andy Zhou
· 11 years ago
a175a72
openvswitch: Add SCTP support
by Joe Stringer
· 11 years ago
03f0d91
openvswitch: Mega flow implementation
by Andy Zhou
· 11 years ago
76a66c7
openvswitch: Use non rcu hlist_del() flow table entry.
by Pravin B Shelar
· 11 years ago
42415c9
openvswitch: Use correct type while allocating flex array.
by Pravin B Shelar
· 11 years ago
a3e8299
openvswitch: Optimize flow key match for non tunnel flows.
by Pravin B Shelar
· 11 years ago
7d5437c
openvswitch: Add tunneling interface.
by Pravin B Shelar
· 11 years ago
74f84a5
openvswitch: Copy individual actions.
by Pravin B Shelar
· 11 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 11 years ago
b34df5e
openvswitch: make skb->csum consistent with rest of networking stack.
by Pravin B Shelar
· 11 years ago
34d94f2
openvswitch: fix variable names in comment
by Lorand Jakab
· 11 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
32686a9
openvswitch: Use nla_memcpy() to memcpy() data from attributes
by Thomas Graf
· 12 years ago
e5c5d22
net: add ETH_P_802_3_MIN
by Simon Horman
· 12 years ago
d3e1101
openvswitch: correct an invalid BUG_ON
by Hong Zhiguo
· 12 years ago
296b601
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
17b682a
openvswitch: Fix parsing invalid LLC/SNAP ethertypes
by Rich Lane
· 12 years ago
39c7caeb
openvswitch: add skb mark matching and set action
by Ansis Atteka
· 12 years ago
c061853
openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.
by Mehak Mahajan
· 12 years ago
d04d382
openvswitch: Store flow key len if ARP opcode is not request or reply.
by Mehak Mahajan
· 12 years ago
cefd81c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
15eac2a
openvswitch: Increase maximum number of datapath ports.
by Pravin B Shelar
· 12 years ago
80f0fd8
openvswitch: using kfree_rcu() to simplify the code
by Wei Yongjun
· 12 years ago
c073cfc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
caf2ee1
openvswitch: Replace Nicira Networks.
by Raju Subramanian
· 13 years ago
c55177e
openvswitch: Enable retrieval of TCP flags from IPv6 traffic.
by Jesse Gross
· 13 years ago
bf32fec
openvswitch: Add length check when retrieving TCP flags.
by Jesse Gross
· 13 years ago
028d6a6
openvswitch: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
2b2d465
net: kill duplicate included header
by Shan Wei
· 13 years ago
ccb1352
net: Add Open vSwitch kernel components.
by Jesse Gross
· 13 years ago