sliver-openvswitch.git
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-18 Linda Sunpoll-loop: Port to Windows.
2014-01-17 Andy Zhoudatapath: Fix kernel panic on ovs_flow_free
2014-01-17 Ben Pfaffnetdev-linux: Fix build break on RHEL 6.1.
2014-01-17 Helmut Schaavswitchd: Inherit parents mac address for fake bridges
2014-01-16 Simon Hormannetdev-linux: Read packet auxdata to obtain vlan_tid
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2014-01-16 Simon Hormannetdev_class: Pass a struct ofpbuf * to rx_recv()
2014-01-16 Joe Stringertests: Fix path for distcleaning ovs-controller.8
2014-01-16 Ben Pfaffofproto-dpif-monitor: Change global rwlock into mutex.
2014-01-16 Ben Pfaffofproto-dpif: Add more lock annotations.
2014-01-14 Thomas Grafdatapath: Pad OVS_PACKET_ATTR_PACKET if linear copy...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashibridge: Update a comment
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
2014-01-15 YAMAMOTO Takashifat-rwlock: Don't forget to destroy a mutex
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-14 Ben Pfafffat-rwlock: New big but fast synchronization primitive.
2014-01-14 Ben Pfaffovs-thread: Add new support for thread-specific data.
2014-01-14 Gurucharan... util: Set program_name for windows correctly.
2014-01-14 Flavio Leitnerrhel: Enable DHCP support for internal ports.
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-13 Joe Stringernetlink: Update comment for nl_dump_start().
2014-01-13 Francesco FuscosFlow: clear the padding
2014-01-10 Ben Pfaffovsdbmonitor: Remove.
2014-01-10 Ben Pfaffofproto: Add more thread safety annotations.
2014-01-10 Ben PfaffUpdate build requirements.
2014-01-10 Ben Pfaffconfigure: Make autoconf fail if libtool is not installed.
2014-01-09 Flavio Leitnerfedora package: fix systemd ordering and deps.
2014-01-09 Alex Wangbfd: Fix cpath_down set failure.
2014-01-09 Ben Pfaffdpif-netdev: Use separate threads for forwarding.
2014-01-09 Ben Pfaffdpif-netdev: Make thread-safety much more granular.
2014-01-09 Ben Pfaffdpif-netdev: Introduce new mutex to protect queues.
2014-01-09 Ben Pfaffdpif-netdev: Break actions out into new struct dp_netde...
2014-01-09 Ben Pfaffdpif-netdev: Take advantage of ovs_refcount for dp_netdev.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2014-01-09 Ben Pfaffovs-atomic: New functions atomic_flag_init(), atomic_fl...
2014-01-09 Ben Pfaffdpif-netdev: Remove max_mtu tracking.
2014-01-09 Ben Pfaffdpif-netdev: Use hmap instead of list+array for trackin...
2014-01-09 Ben Pfaffdpif-netdev: Use new "ovsthread_counter" to track dp...
2014-01-09 Ben Pfaffdpif: Remove unused 'get_max_ports' from provider inter...
2014-01-09 Ben Pfaffnetdev-dummy: Make netdev_rx_wait() wakeups work cross...
2014-01-09 Ben Pfaffnetdev-dummy: Remove unused member 'listening' from...
2014-01-09 Ben Pfaffofproto-dpif-upcall: Slightly simplify udpif_upcall_han...
2014-01-09 Alex Wangofproto/trace: Show megaflow fields in each resubmit.
2014-01-09 Alex Wangofproto/trace: Change output field name.
2014-01-09 Alex Wangofproto/trace: Remove the unused variables.
2014-01-09 Alex Wangofproto/trace: Use final flow to compute "Relevant...
2014-01-09 Daniele Venturinoutilities: Wrong command syntax in ovs-vsctl manpage.
2014-01-08 Wei Yongjundatapath: Use kmem_cache_free() instead of kfree()
2014-01-08 YAMAMOTO TakashiFix !HAVE_NETLINK build
2014-01-08 Andy Zhouofproto-dpif: Fix a vlan-splinter megaflow bug
2014-01-07 Simon Hormannetdev: Update rx_recv documentation for NULL case
2014-01-07 Simon Hormanofproto-dpif-xlate: Correct check for MPLS LSE
2014-01-04 Jesse Grossdatapath: Check for backported sctp_compute_cksum().
2014-01-03 Jesse GrossFAQ: Add entry on GRE module conflicts.
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-31 Ben Pfaffodp-util: Simplify logic in odp_flow_key_to_flow__().
2013-12-31 Ben Pfaffodp-util: Avoid null dereference in parse_8021q_onward().
2013-12-31 Jarno Rajahalmedpif: Use explicit packet metadata.
2013-12-30 Jarno Rajahalmeodp-execute: Consolidate callbacks.
2013-12-30 Jarno Rajahalmetests: Make some tests more robust.
2013-12-30 Alex Wangbfd: Make bfd decay test robust.
2013-12-30 Ben Pfaffofproto-dpif: Enable NXAST_SAMPLE only if the datapath...
2013-12-30 Alex Wangbridge: Fix reversed string parsing in bridge_configure...
2013-12-30 Ben Pfaffconnmgr: Log when a packet-in is dropped due to queue...
2013-12-30 Ben Pfaffnetdev-linux: Simplify get_stats_via_netlink().
2013-12-30 Ben Pfaffnetdev-linux: Drop support for pre-2.6.19 kernels.
2013-12-30 Alex Wangofproto-dpif-monitor: Remove monitor_init().
2013-12-30 Ben Pfafftests: Remove \r from source tree.
2013-12-30 Ben PfaffMakefile.am: Always use C locale for "sort" and "comm".
2013-12-27 Alin SerdeanAdd common definitions for Windows builds.
2013-12-26 Joe Stringerbfd: Notify connectivity_seq on rmt_state changes.
2013-12-24 Gurucharan... ofproto-dpif: Verbosity option for dpif/dump-flows...
2013-12-24 Daisuke Kotaniofp-parse: Check port number only after parsing it...
2013-12-24 Ben Pfaffstdio: New module, initially to provide working [v...
2013-12-24 Simon Hormanofproto: Make check_table_id generic
2013-12-24 YAMAMOTO TakashiINSTALL.NetBSD: Some installation/setup notes for NetBSD
2013-12-24 YAMAMOTO Takashiofproto: Avoid leaving a broken def
2013-12-24 Justin PettitPrepare for post-2.1.0 (2.1.90).
2013-12-24 Justin PettitPrepare for 2.1.0.
2013-12-20 Pravin B Shelardatapath: compat: Configure check GRE DEMUX.
2013-12-20 Pravin B Shelardatapath: compat: Add configure check for lockdep_rtnl_...
2013-12-20 Pravin B Shelardatapath: compat: Fix skb_has_frag_list definition.
2013-12-23 Ben Pfaffbitmap: add bitmap_count1 function
2013-12-23 Ethan Jacksonovs-dev.py: Pass leak-check=full to valgrind.
2013-12-23 Joe Stringercompiler.h: Update documentation
2013-12-23 Ben PfaffNEWS: Mention new ovs-ofctl ofp-parse-pcap command.
2013-12-23 Ben Pfaffovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlo...
2013-12-23 Ben Pfaffpcap-file: Add timestamp support for reading and writin...
2013-12-23 Ben Pfaffofpbuf: New function ofpbuf_shift().
2013-12-22 Chris Lukedatapath: bug.h missing from distfiles
2013-12-21 Andy Zhoudatapath: Fix sparse warning on BUILD_BUG_ON_INVALID()
2013-12-20 Alex Wangbfd: Send FINAL immediately after receiving POLL.
2013-12-20 Jesse Grossdatapath: Check for backported netdev_features_t.
2013-12-20 Thomas Graflinux: Report supported user features to the kernel
next