index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
flow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
openvswitch: Optimize operations for OvS flow_stats.
Tonghao Zhang
1
-3
/
+4
2017-07-19
openvswitch: Optimize updating for OvS flow_stats.
Tonghao Zhang
1
-2
/
+1
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-5
/
+1
2017-04-01
openvswitch: Fix ovs_flow_key_update()
Yi-Hung Wei
1
-2
/
+8
2017-02-09
openvswitch: Add original direction conntrack tuple to sw_flow_key.
Jarno Rajahalme
1
-5
/
+29
2016-12-27
openvswitch: upcall: Fix vlan handling.
pravin shelar
1
-27
/
+27
2016-11-13
openvswitch: add processing of L3 packets
Jiri Benc
1
-25
/
+81
2016-11-13
openvswitch: add mac_proto field to the flow key
Jiri Benc
1
-0
/
+1
2016-10-13
openvswitch: vlan: remove wrong likely statement
Jiri Benc
1
-1
/
+1
2016-10-03
openvswitch: mpls: set network header correctly on key extract
Jiri Benc
1
-8
/
+3
2016-09-20
openvswitch: avoid resetting flow key while installing new flow.
pravin shelar
1
-2
/
+0
2016-09-18
openvswitch: use percpu flow stats
Thadeu Lima de Souza Cascardo
1
-20
/
+22
2016-09-18
openvswitch: fix flow stats accounting when node 0 is not possible
Thadeu Lima de Souza Cascardo
1
-2
/
+4
2016-09-08
openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes
Eric Garver
1
-18
/
+47
2015-10-07
openvswitch: add tunnel protocol to sw_flow_key
Jiri Benc
1
-2
/
+2
2015-08-31
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
1
-3
/
+4
2015-08-29
openvswitch: Remove vport-net
Pravin B Shelar
1
-1
/
+2
2015-08-29
openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...
Simon Horman
1
-6
/
+15
2015-08-29
ip_tunnels: record IP version in tunnel info
Jiri Benc
1
-0
/
+2
2015-08-27
openvswitch: Allow matching on conntrack label
Joe Stringer
1
-2
/
+2
2015-08-27
openvswitch: Add conntrack action
Joe Stringer
1
-0
/
+2
2015-07-21
ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
Thomas Graf
1
-2
/
+2
2015-05-05
openvswitch: Use eth_proto_is_802_3
Alexander Duyck
1
-2
/
+2
2015-04-14
mm: remove GFP_THISNODE
David Rientjes
1
-1
/
+3
2015-02-11
openvswitch: Reset key metadata for packet execution.
Pravin B Shelar
1
-0
/
+2
2015-01-15
openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
Thomas Graf
1
-1
/
+1
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-2
/
+2
2015-01-02
openvswitch: Consistently include VLAN header in flow and port stats.
Ben Pfaff
1
-2
/
+3
2014-11-09
openvswitch: Add support for OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
1
-2
/
+2
2014-11-09
openvswitch: Constify various function arguments
Thomas Graf
1
-2
/
+2
2014-11-05
openvswitch: Add basic MPLS support to kernel
Simon Horman
1
-0
/
+30
2014-10-17
openvswitch: Set flow-key members.
Pravin B Shelar
1
-3
/
+3
2014-10-17
openvswitch: fix a use after free
Li RongQing
1
-1
/
+2
2014-10-06
openvswitch: Add support for Geneve tunneling.
Jesse Gross
1
-2
/
+18
2014-10-06
openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.
Jesse Gross
1
-3
/
+3
2014-10-06
openvswitch: Eliminate memset() from flow_extract.
Jesse Gross
1
-9
/
+45
2014-09-15
openvswitch: Add recirc and hash action.
Andy Zhou
1
-1
/
+6
2014-09-15
openvswitch: Use tun_key only for egress tunnel path.
Pravin B Shelar
1
-3
/
+4
2014-09-15
openvswitch: refactor ovs flow extract API.
Pravin B Shelar
1
-14
/
+35
2014-08-22
net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
1
-1
/
+1
2014-06-29
openvswitch: Fix tracking of flags seen in TCP flows.
Ben Pfaff
1
-2
/
+2
2014-05-22
openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.
Jarno Rajahalme
1
-4
/
+6
2014-05-22
openvswitch: Clarify locking.
Jarno Rajahalme
1
-1
/
+2
2014-05-22
openvswitch: Compact sw_flow_key.
Jarno Rajahalme
1
-25
/
+19
2014-05-16
openvswitch: Use TCP flags in the flow key for stats.
Jarno Rajahalme
1
-7
/
+5
2014-05-16
openvswitch: Per NUMA node flow stats.
Jarno Rajahalme
1
-42
/
+77
2014-05-16
openvswitch: Remove 5-tuple optimization.
Jarno Rajahalme
1
-20
/
+12
2014-05-16
openvswitch: Use ether_addr_copy
Joe Perches
1
-8
/
+8
2014-03-28
openvswitch: fix a possible deadlock and lockdep warning
Flavio Leitner
1
-20
/
+6
2014-03-20
openvswitch: Correctly report flow used times for first 5 minutes after boot.
Ben Pfaff
1
-1
/
+1
[next]