use new vsys promisc script
[sliver-openvswitch.git] / lib /
2012-12-19 Giuseppe Lettieriuse new vsys promisc script hotfix
2012-10-04 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-10-04 Giuseppe Lettierimore direct access to tunnel stats
2012-10-03 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-10-03 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-10-03 Giuseppe Lettierifix wrong count of sent bytes in tunnels
2012-10-03 Thierry ParmentelatRevert "use proper tun_ip definitions"
2012-10-03 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-29 Giuseppe Lettieriuse proper tun_ip definitions
2012-09-28 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-28 Giuseppe Lettierifix file descriptor leakages
2012-09-26 Giuseppe Lettieriadd/skip packet information on tap send/recv
2012-09-26 Giuseppe Lettierifix warnings
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-24 Giuseppe Lettierimake the sign of return values match the specs
2012-09-24 Giuseppe LettieriFix mac addresses of tunnels/pltaps
2012-09-21 Ben Pfaffunixctl: Fix comment on unixctl_command_register().
2012-09-21 Simon Hormanflow: Only show IPv4 flow information for IPv4 flows
2012-09-20 Ben Pfaffovs-ofctl: Accept port keywords, OF1.1 port numbers...
2012-09-19 Ben Pfaffofp-actions: Improve explanation of 'compat' member...
2012-09-18 Giuseppe Lettieriself-contained tap creation in the switchd
2012-09-17 Ben Pfaffstream-unix: Reduce connection failure log level from...
2012-09-16 Giuseppe Lettierifix memory leak
2012-09-14 Simon Hormanofp-actions: helper functions for of12 set-field action
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-13 Ben Pfaffofp-actions: Right-justify the value in ofpact_reg_load...
2012-09-12 Isaku Yamahatalib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.
2012-09-07 Ben Pfaffjsonrpc: Treat receiving part of a message as activity.
2012-09-07 Ben Pfaffjsonrpc: Treat draining data from send queue as activity.
2012-09-07 Ben Pfaffreconnect: Rename reconnect_received() to reconnect_act...
2012-09-05 Ben Pfaffdpif-linux: Report packet loss as WARN instead of ERR.
2012-09-05 Ben Pfaffovsdb: Enforce immutability of immutable columns.
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_TABLE_ID
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-05 Simon Hormanofp-errors: Ignore text enclosed in square brackets
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-09-04 Simon Hormanlib/ofp-util: preparation for OF12 of ofp-util
2012-09-04 Simon Hormanofp-errors: Use standardised code for OFPERR_OFPBMC_BAD...
2012-09-04 Simon Hormanofp-errors: Remove OFPERR_NXFMFC_GROUPS_NOT_SUPPORTED
2012-09-04 Simon Hormanofp-errors: Remove OFPERR_NXBIC_DUP_TYPE
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffhash: Introduce an implementation of murmurhash.
2012-09-04 Ben Pfaffutil: New function raw_ctz().
2012-09-04 Ben Pfaffclassifier: Optimize iteration with a catch-all target...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffclassifier: Fix typo in comment.
2012-09-04 Ben Pfaffutil: New function popcount().
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-09-04 Ben Pfaffflow: Simplify many functions for working with flows...
2012-09-04 Ben Pfaffflow: Remove flow_wildcards_is_exact().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffflow: Take advantage of zero-padding in struct flow...
2012-09-04 Ben Pfaffflow: Ensure that padding is always zeroed.
2012-09-04 Ben Pfaffflow: Use bit-mask for in_port match, instead of FWW_...
2012-09-04 Ben Pfaffflow: Use bit-mask for Ethernet type match, instead...
2012-09-04 Ben Pfaffflow: Use bit-mask for IP protocol match, instead of...
2012-09-04 Ben Pfaffflow: Use bit-mask for TTL match, instead of FWW_*...
2012-09-04 Ben Pfaffflow: Use bit-mask for DSCP and ECN bits, instead of...
2012-09-04 Ben Pfaffflow: Fully separate FWW_* from OFPFW10_*.
2012-08-31 Ben Pfafflockfile: Log more helpful message when locking fails...
2012-08-30 Giuseppe Lettieriupdate to new netdev interface
2012-08-30 Giuseppe Lettierifix warnings about unused paramethers
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-29 Simon Hormanofp-msgs: Allow encoding and decoding of Open Flow...
2012-08-29 Simon Hormanofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST
2012-08-29 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-29 Ethan Jacksonnicira-ext: Deprecate the autopath action.
2012-08-29 Ethan Jacksonbond: Deprecate stable bonds.
2012-08-28 Isaku Yamahatalib/ofp-actions: improve ofpact_instruction_name_from_t...
2012-08-21 Ben Pfaffdpif: Add 'used' argument to dpif_flow_stats_extract().
2012-08-21 Ben Pfaffbond: Tag flows according to their hash bucket, not...
2012-08-21 Ethan Jacksonofp-actions: Correct copyright statement.
2012-08-17 Ben Pfaffofp-print: Fix memory leak printing flow stats replies.
2012-08-17 Ben Pfaffofp-util: Drop unneeded null pointer tests.
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-08-16 Ben Pfaffbond: Correct comment.
2012-08-16 Ben Pfaffdpif-netdev: Eliminate two malloc() calls per packet...
2012-08-16 Ben Pfaffdpif-netdev: Fix memory leak.
2012-08-16 Ben Pfaffovsdb-idl: Fix memory leak.
2012-08-15 Ed Mastenetdev: Map to OpenFlow port for flow lookup
2012-08-15 Mehak MahajanCorrect number of bytes to allocated for slaves in...
2012-08-14 Isaku Yamahataofp-actions/instruction: helper functions for intructions
2012-08-14 Isaku Yamahataofp-actions: sort OVSINST_OFPIT11_xxx value in executio...
2012-08-14 Isaku Yamahataofp-actions: export OVSINST_OFPIT11_xxx
2012-08-13 Ethan Jacksoncfm: Report opup as undefined if not in extended mode.
2012-08-13 Ben Pfaffstream-ssl: Change "bootstrap race" log message from...
2012-08-10 Ethan Jacksonnetdev-dummy: New appctl command netdev-dummy/set-admin...
2012-08-10 Simon Hormanofp-print: Enable display of Open Flow 1.1 & 1.2 Table...
2012-08-10 Simon Hormanofp-msgs: Split OFPRAW_OFPST_TABLE_REPLY
2012-08-10 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Flow Statisti...
2012-08-10 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Flow Statisti...
2012-08-10 Simon Hormanofp-msgs: Split OFPRAW_OFPST_FLOW_{REQUEST,REPLY}
2012-08-09 Simon Hormanofp-util: Allow decoding of Open Flow 1.2 Port Mod...
2012-08-09 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Port Mod...
2012-08-09 Simon Hormanofp-util: Use 32bit port for Open Flow 1.1 & 1.2 Port...
2012-08-09 Leo Altermantimeval: On Linux x86-64 systems refresh time whenever...
next