sliver-openvswitch.git
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Alex Wangofproto: Change max_ports and alloc_port_no to uint16_t...
2013-08-23 priteshofproto: remove the extra reset to make code clear...
2013-08-23 Ben Pfaffmeta-flow: Use correct OF1.2+ errors for invalid fields...
2013-08-23 Ben Pfaffofproto-dpif-xlate: Refactor xlate_table_action() to...
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-23 Jarno Rajahalmeofproto-dpif-upcall.c: Fix indentation.
2013-08-23 Jarno RajahalmeRemove duplicate call to subfacet_create().
2013-08-22 Alex Wangbfd: Implement forwarding_if_rx.
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 Alex Wangbond: Fix error in bond_shift_load().
2013-08-22 Ben Pfaffofproto: Fix typo in comment.
2013-08-22 Ben Pfaffofproto-dpif: Mark rule_release() as no_thread_safety_a...
2013-08-22 Ben Pfaffovs-thread: Mark lock and unlock functions as no_thread...
2013-08-22 Joe Stringerofp-util: Add SCTP support
2013-08-22 Joe Stringerofproto-dpif: Add SCTP support
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-22 Joe Stringerlib: Add CRC32C Implementation
2013-08-22 Romain Lengletipfix: implement flow caching and aggregation in exporter
2013-08-21 Ethan Jacksonofp-parse: Silence uninitialized use warnings with...
2013-08-21 Gurucharan... ofproto: Start ofport allocation from the previous...
2013-08-21 Ethan Jacksonnetdev: Make run and wait functions optional as documented.
2013-08-21 Ethan Jacksonofproto-dpif-upcall: Increase upcall stub size.
2013-08-21 Ben PfaffReinterpret base for meter band types bitmap.
2013-08-21 Ben Pfaffovs-atomic: Fix typo in comment.
2013-08-20 Guolin Yangodp-util: New function odp_flow_key_to_mask().
2013-08-20 Alex Wangsparse: Suppress sparse warnings for global variables.
2013-08-20 Ben Pfaffovs-atomic: atomic_load() must take a non-const argument.
2013-08-20 Alex Wangofproto-dpif: Enable smooth transition between CFM...
2013-08-20 Alex Wangbfd: Implement BFD decay.
2013-08-20 Ben Pfaffcoverage: Make thread-safe.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-20 Ben Pfaffofproto-dpif-sflow: Fix memory leak.
2013-08-20 Ben Pfaffofproto-dpif-xlate: Add comment on xlate_actions().
2013-08-20 Justin Pettitdatapath: Fix argument descriptions in vport.c.
2013-08-20 Justin Pettitdatapath: Fix function description in vport-lisp.c.
2013-08-20 Justin Pettitdatapath: Remove old argument description in flow.c.
2013-08-20 priteshdatapath: Fix typos in Netlink debugging messages.
2013-08-19 Giuseppe Lettierinew makefile target for error reporting
2013-08-18 Giuseppe Lettierilog errors from host command
2013-08-18 Giuseppe Lettieritake only the first address returned by host
2013-08-17 Ed Mastetests: Fix build on FreeBSD
2013-08-17 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe Lettierifix warning
2013-08-15 Giuseppe Lettierithread safety for netdev_pltap and netdev_tunnel
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe Lettierinetdev_pltap,netdev_tunnel: moved to new API
2013-08-15 Giuseppe LettieriMerge commit '9dc63482bbeae23dd57b0f885a3fd26b44656844'
2013-08-15 Giuseppe Lettierinetdev-pltap: Make access to AF_INET socket thread...
2013-08-15 Giuseppe Lettieriadded targets to test links
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-15 Pravin B Shelardatapath: compat: remove __net_init and __net_exit...
2013-08-16 Ben Pfaffnetdev-linux: Fix self-deadlocks in traffic control...
2013-08-16 Ben Pfaffnetdev-dummy: Add Clang lock annotations.
2013-08-16 Ben Pfaffnetdev-dummy: Fix synchronization error in netdev_dummy...
2013-08-16 YAMAMOTO Takashiofproto-dpif-upcall: ofproto_dpif_send_packet_in()...
2013-08-16 Ben Pfaffseq: Initialize 'ovsthread_id' member of waiters in...
2013-08-16 Ethan Jacksonofproto-dpif-xlate: Unreference handles on xbridge...
2013-08-16 Ed Mastebfd: Include prerequisite header for FreeBSD
2013-08-16 Ben Pfaffofproto-dpif: Fix bad pointer dereference when deleting...
2013-08-16 Ben Pfaffofproto: Avoid extra O(N) work in common case on flow...
2013-08-15 Alex Wangofproto: Make number of packet handler threads runtime...
2013-08-15 YAMAMOTO Takashiofproto-dpif: move per-backer wait calls from wait...
2013-08-14 Chris Wrightdatapath: Fix RHEL compat for netdev_rx_handler_register
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-13 Pravin B Shelardatapath: Move find_route() to compat.h
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-08-13 Pravin B Shelardatapath: tunnel: Fix gre64 tunnel when key not specified.
2013-08-13 Pravin B Shelardatapath: tunnel: Do not use inner ip-header-id for...
2013-08-14 YAMAMOTO Takashinetdev-bsd: implement netdev_arp_lookup for NetBSD
2013-08-14 Alex Wangbfd: Increase configuration efficiency.
2013-08-14 Alex Wangbfd: Fix check_tnl_key error.
2013-08-14 Ben Pfaffofproto-dpif: Destroy bundle after moving its last...
2013-08-14 Gurucharan... gitignore: Add ovsdbmonitor.
2013-08-13 Jesse Grossflow: Enable matching on new field 'pkt_mark'.
2013-08-13 Jesse Grosstunnel: Clear IPSEC_MARK on input rather than output.
2013-08-13 Jesse Grosstunnel: Consolidate action code for tunnel port receive.
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-13 Ben Pfaffdebian: Fix build with old versions of dpkg-buildflags.
2013-08-13 Ben Pfafftests: Fix threading race in "ofproto-dpif megaflow...
2013-08-13 Ben Pfafftests: Fix problems in "learning action - self-modifyin...
2013-08-13 Alex Wangbfd: Delete trailing whitespace in 'bfd/show' output.
2013-08-13 Ben Pfaffovs-thread: Use mutex instead of its address in thread...
2013-08-13 Ben Pfaffsparse: Remove support for thread-safety annotations.
2013-08-13 Ben Pfaffofproto-dpif-upcall: Fix sparse warning.
2013-08-13 Ben Pfaffovs-ofctl: Avoid groff warning due to too-long line.
2013-08-13 Ben Pfaffdebian: Apply hardening options to build.
2013-08-13 Jesse Grossofproto: Include classifier wildcards in trace output.
2013-08-12 YAMAMOTO Takashiofproto: make oftable_remove_rule__ release evict lock
2013-08-10 Pravin B Shelardatapath: Do not set dev->master for XEN.
2013-08-12 YAMAMOTO Takashinetdev-bsd: ioctl "cmd" is unsigned long, not int
2013-08-12 YAMAMOTO Takashiofproto-dpif-upcall: don't forget to initialize mutexes
2013-08-12 Alex Wangband: Fix error in bond_choose_output_slave() function.
2013-08-12 Ben Pfaffseq: Add some comments.
2013-08-12 Ben Pfaffnetdev-dummy: Include all dummy classes in iterations.
2013-08-12 Alex Wangbond.c: Fix a typo.
2013-08-10 Pravin B Shelardatapath: Use parallel_ops genl.
next