Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / datapath / flow.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-08 Ben Pfaffdatapath: Fix tracking of flags seen in TCP flows.
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-04-02 Jarno Rajahalmedatapath/flow: Fix ovs_flow_stats_get/clear RCU derefer...
2014-03-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmedatapath: Use TCP flags in the flow key for stats.
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-16 Joe Perchesdatapath: Use ether_addr_copy
2014-02-18 Jarno Rajahalmedatapath: Per NUMA node flow stats.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-10 Jarno Rajahalmedatapath: Read tcp flags only then the tranport header...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-16 Pravin B Shelardatapath: Fix deadlock during stats update.
2013-12-10 Giuseppe LettieriMerge branch 'mainstream'
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-11-05 Giuseppe LettieriMerge branch 'mainstream'
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-21 Pravin B Shelardatapath: Per cpu flow stats.
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-27 Andy Zhoudatapath: optimize flow compare and mask functions
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-22 Jesse Grossdatapath: Remove redundant EtherType check in vlan...
2013-08-22 Andy Zhoudatapath: More strict vlan encap netlink check
2013-08-22 Andy Zhoudatapath: Rename key_len to key_end
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-20 Justin Pettitdatapath: Remove old argument description in flow.c.
2013-08-20 priteshdatapath: Fix typos in Netlink debugging messages.
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-09 Jesse Grossdatapath: Fix typo in flow validation logic.
2013-08-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-08-02 Jesse Grossodp-util: Always serialize tunnel mask attributes.
2013-08-02 Jesse Grossdatapath: Introduce is_mask when serializing netlink...
2013-08-01 Andy Zhoudatapath: Accept any 802.2 eth_type mask but override...
2013-08-01 Andy Zhoudatapath: Accept any in_port mask but override to be...
2013-08-01 Andy Zhoudatapath: Always allow tunnel mask to be specified...
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-31 Andy Zhoudatapath: always export priority and skb_mark in netlin...
2013-07-29 Andy Zhoudatapath: Fix missing VLAN netlink attribute handling
2013-07-29 Andy Zhoudatapath: fix a bug in SF_FLOW_KEY_PUT macro
2013-07-25 Pravin B Shelardatapath: Use non rcu hlist_del() flow table entry.
2013-07-25 Pravin B Shelardatapath: Use correct type while allocating flex array.
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-19 Andy Zhoudatapath: Add mask check during flow lookup
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-10 Jesse Grossdatpath: Fix tunnel TTL flow rejection message.
2013-07-09 Jesse Grossdatapath: Always include tunnel TTL in serialized Netli...
2013-07-09 Andy Zhoudatapath: fix bugs in exporting netlink attributes
2013-07-09 Jesse Grossdatapath: Use DP_MAX_PORTS when no IN_PORT attribute...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-06-28 Andy Zhoudatapath: Bug fix: Kernel rejects flow with valid vlan...
2013-06-28 Andy ZhouDatapath: Bug fix: kernel rejects mega flow with encap...
2013-06-27 Justin Pettitdatapath: Convert IPv6 TCP and UDP port netlink attribu...
2013-06-24 Jesse Grossdatapath: Do not clear key in ovs_match_init()
2013-06-22 Andy Zhoudatapath: Fix a kernel crash caused by corrupted mask...
2013-06-21 Pravin B Shelargre: Restructure tunneling.
2013-06-21 Jesse Grossdatapath: Use a single attribute array for parsing...
2013-06-20 Andy Zhoudatapath: Mega flow implementation
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-06-03 Lorand Jakabdatapath: fix variable names in comment
2013-04-18 Pravin B Shelardatapath: Fix stale comment in flow.c.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-28 Simon Hormandatapath: net: add ETH_P_802_3_MIN
2013-03-27 Hong Zhiguodatapath: correct an invalid BUG_ON
2013-03-15 Sasha Levindatapath: hlist: drop the node parameter from iterators
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-08 Jesse Grossdatapath: Move tun_key out of struct phy and union.
2012-11-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-07 Jesse Grossdatapath: Don't allow flows installed with only TUN_ID.
next