2009-04-06 |
Ben Pfaff | cfg-mod: Add new --del-match option. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ben Pfaff | cfg: Prevent infinite loop in cfg_del_section(). |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ben Pfaff | cfg-mod: Complain about non-option arguments, since... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ben Pfaff | cfg-mod: Make --help work. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Justin Pettit | Use "dp-show" instead of "showdp" in dpctl. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Justin Pettit | Add support for ingress policing. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Justin Pettit | NetFlow configuration is no longer is limited to eight... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Justin Pettit | Mention SPAN and RSPAN in vswitchd.conf man page. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Justin Pettit | Use new vswitchd management settings when they change. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Ben Pfaff | cfg-mod: Fix --del-section long option parsing. |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Justin Pettit | Don't complain when setting STP sysfs values to the... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Justin Pettit | Add cfg-mod, a vswitchd.conf-style manipulation utility. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Justin Pettit | Fix reading wrong value when bad file provided. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ben Pfaff | Log a warning when the interval between poll_block... |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ben Pfaff | Fix failures in unit tests. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ben Pfaff | Fix typo in manpage. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ben Pfaff | Add missing debian/automake.mk. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Ben Pfaff | Add forgotten header files, to fix "make dist". |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Ben Pfaff | boot.sh: Avoid the need for Git repository information |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Ben Pfaff | Be more liberal about what constitutes a virtual interf... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Ben Pfaff | vswitch: Do not use "xe" on XenServer, to avoid deadlock. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Justin Pettit | Fix newly introduced newline in brcompatd init script. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Justin Pettit | Various fixes for vswitch-brcompatd init script. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Justin Pettit | Fix missing newline suppression in vswitchd automake.mk. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Justin Pettit | Break bridge compatibility daemon into separate process. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Justin Pettit | Fix skipping of lines when deleting a section with... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Keith Amidon | New init files to work with separate brcompatd program. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Justin Pettit | Return error when multiple writers are modifying vswitc... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | vswitch: Fix duplicated DPIDs observed under XenServer. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | process: New function process_search_path(). |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | sha1: New function SHA1Bytes(). |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | sha1: Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | packets: New function eth_addr_mark_random(). |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Ben Pfaff | netdev: New function for obtaining the VID of a VLAN... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Keith Amidon | Remove vswitchd.conf so blank file doesn't overwrite... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: Remove ofproto hook functions that are no... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: Make fail-open work using a wildcard rule... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: When we flush the flow table, add the in-band... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: Force revalidation in ofproto_add_flow(),... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | vswitch: Force local port into bridge when in-band... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | vswitch: Don't choose Xen's FE:FF:FF:FF:FF:FF address... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | Remove debug printf() that escaped. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | vswitch: Add rate-limiting support. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | pinsched: Move rate-limiting sanity checks into pinsched. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: Fix rate-limiting statistics reporting. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | dpif: Accept 64 kB packets from the kernel. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | New function ofpbuf_trim(), for freeing up wasted space... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Keith Amidon | In init script, redirect core files to known writable... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Keith Amidon | Change init script to interact with xapi better at... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ben Pfaff | secchan: Aggregate multiple NetFlow messages into a... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Make NetFlow work with any flow, not just... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | vlog: Trim trailing new-lines from log messages. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Keith Amidon | Fix vswitch init.d file |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | Restore the default maximum backoff to 15 seconds for... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Properly maintain super-rule's list of subrule... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | dpif: Clear stats before deleting or query flows. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | dpctl: Make examples in the manpage more generic. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | dpctl: Allow datapath names to be given in place of... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Justin Pettit | Fix mirroring when no selection criteria provided.... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Justin Pettit | Remove extraneous debug message. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Make default normal action do switching. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | Make ofproto manage the revalidation set, instead of... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | in-band: Use OFPP_NORMAL instead of OFPP_LOCAL for... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Implement in-band control using wildcard rules. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | secchan: Support priorities over UINT16_MAX for interna... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ben Pfaff | classifier: Expand the classifier priority range to... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Justin Pettit | Read netflow config from vswitchd.conf (Bug #1087). |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Tolerate local port change in MAC address. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Get rid of static data in in-band control. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Remove idle flows from datapath even if their... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Simplify code by making rule_uninstall() updat... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Make expire_rule() slightly easier to read. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Track datapath actions in userspace, to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Centralize creation of rules in new function... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ben Pfaff | secchan: Avoid dynamic allocation in xlate_actions(). |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | secchan: Add explanatory comment. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | dpctl: Add support for OFPAT_SET_DL_SRC and ..._DST... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | dpctl: Remove unused macro. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Keith Amidon | No longer need secchan to be on the executable search... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Keith Amidon | Document correct default nice level in default sysconfi... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Keith Amidon | Wait longer for userspace on brcompat changes. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Keith Amidon | Add help and version options to vswitch init script. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Keith Amidon | Hack vswitchd init script to remove bridge ports at... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | brcompat: Tolerate a race condition in deleting bridge... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | debian: Suppress printing out random numbers in init... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | datapath: Speed up ioctl fast paths. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | Add ability to snoop on the primary switch<->controller... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | dpctl: Allow requesting flow misses, expirations in... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ben Pfaff | secchan: Only let the controller connection set configu... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ben Pfaff | brcompat: Fix sign of return value. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ben Pfaff | brcompat: When adding or removing datapath ports, wait... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ben Pfaff | brcompat: Fix netdevice refcount in non-2.6.18 when... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Ben Pfaff | secchan: Fix in-band ODP->OFP port translation. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Ben Pfaff | secchan: Drop redundant 'in_port' args to in-band,... |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Justin Pettit | Fix cfg_del_section() function that was recently broken. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Justin Pettit | Log error messages instead of calling printf. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ben Pfaff | dpctl: Add dp-dump-flows, dp-dump-groups commands. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ben Pfaff | dpif: Make higher-verbosity flow logging available. |
commit | commitdiff | tree | snapshot |
2009-03-13 |
Ben Pfaff | dpif: Make dpif_port_group_get() work. (It was never... |
commit | commitdiff | tree | snapshot |
next |