log errors from host command
[sliver-openvswitch.git] / lib / match.c
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-16 Andy Zhouovs-ofctl: Bug fix in flow_format()
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
2013-04-24 Simon Hormanmatch: Correct formatting of MPLS
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-15 Simon HormanRemove encal_dl_type from struct flow
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-22 Justin PettitRevert "match: Only print tp_src and tp_dst for TCP...
2013-02-22 Justin Pettitmatch: Only print tp_src and tp_dst for TCP and UDP.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-09 Gurucharan Shettyopenflow: Print in_port as string for reserved/special...
2012-12-18 Ansis Attekavswitchd: log skb_mark and skb_priority
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-22 Mehak MahajanARP packets must have print arp_tpa/arp_spa instead...
2012-10-22 Mehak MahajanDo not print ICMP fields for non IP packets.
2012-10-22 Mehak MahajanChange logging format for flows to that accepted by...
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...