sliver-openvswitch.git
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-04-01 Jason Kölkerrhel: Add Patch Port support to initscripts
2014-04-01 Andy Zhouunit-test: merge test-heap into ovstest
2014-04-01 Andy Zhouunit-test: Add ovstest
2014-03-31 Ben Pfaffdebian: Depend on 'kmod' instead of module-init-tools.
2014-03-31 Ben Pfaffvswitchd: Add external_ids to Flow_Table table in datab...
2014-03-31 Gurucharan... util: xleep for Windows.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-30 Jarno Rajahalmedatapath: Minimize dp and vport critical sections.
2014-03-29 Jarno Rajahalmedatapath: Make flow mask removal symmetric.
2014-03-29 Jarno Rajahalmedatapath: Build flow cmd netlink reply only if needed.
2014-03-28 Andy Zhourecirculation: Adjust ovs_key_attr ABI
2014-03-28 Monam Agarwaldatapath: Use with RCU_INIT_POINTER(x, NULL) in vport...
2014-03-28 Pritesh Kotharisparse: workaround for a bug in sparse.
2014-03-28 Pritesh Kotharisparse: fix the order of include paths to make sparse...
2014-03-28 YAMAMOTO Takashirecirculation: Some cosmetic fixes
2014-03-28 Andy Zhoulib/packet.h: add hash_mac()
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-03-28 Andy Zhoulib/hash.h: fix hash_2words
2014-03-28 Gurucharan... ovs-appctl: A port for Windows.
2014-03-28 Gurucharan... unixctl: Add support for Windows.
2014-03-28 Gurucharan... stream-tcp: Use closesocket instead of close for sockets.
2014-03-28 Gurucharan... ovs-appctl: Close the connection during error.
2014-03-28 Alex Wangofproto-dpif-upcall: Fix a race.
2014-03-28 Andy Zhouovs-vsctl: Improve error reporting
2014-03-28 Ben Pfaffovsdb-idlc: Generate new *_get_for_uuid() functions.
2014-03-27 Ben Pfaffstream-tcp: Fix error message for failed TCP_NODELAY...
2014-03-25 Thierry ParmentelatSetting tag sliver-openvswitch-2.1.90-2 sliver-openvswitch-2.1.90-2
2014-03-24 Thierry Parmentelatmentioning files under /usr/lib/ rather than the dir...
2014-03-24 PravinFAQ: Fix supported kernel version.
2014-03-25 Jarno Rajahalmelib/ofpbuf: Remove 'l7' pointer.
2014-03-25 Jarno Rajahalmelib/ofpbuf: Inline the trivial ofpbuf functions.
2014-03-25 Jarno Rajahalmelib/pcap: Use ofpbuf_tail() instead of ofpbuf_end().
2014-03-25 Ben Pfafflockfile: Minor code cleanup.
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-25 Andy Zhouofproto-dpif: Added Per backer recirculation ID management
2014-03-25 Andy Zhoulib/flow: add dp_hash and recirc_id to struct flow
2014-03-25 YAMAMOTO Takashinetdev-bsd: compilation fixes
2014-03-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-25 Andy Zhoudpif-netdev: Fix a compilation warning
2014-03-24 Thierry Parmentelatlooks like the package now produces files in /usr/lib
2014-03-21 Pravinnetdev-dpdk: Use multiple core for dpdk IO.
2014-03-21 Pravindpif-netdev: Add DPDK netdev.
2014-03-21 Pravinutils: Introduce xsleep for RCU quiescent state
2014-03-21 Pravinofpbuf: Add OFPBUF_DPDK type.
2014-03-21 Pravinnetdev: Add support multiqueue recv.
2014-03-21 Pravinnetdev: Rename netdev_rx to netdev_rxq
2014-03-21 Pravindpif-netdev: Add poll-mode-device thread.
2014-03-21 Pravindpif-netdev: Add ref-counting for port.
2014-03-21 Pravinnetdev: Send ofpbuf directly to netdev.
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-25 Jarno Rajahalmedatapath: Avoid assigning a NULL pointer to flow actions.
2014-03-25 Jarno Rajahalmedatapath: Remove a debugging message.
2014-03-25 Jarno Rajahalmelib/flow: Fix flow_hash_5tuple().
2014-03-24 Gurucharan... packets: packet metadata from flow function instead...
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmeofp-util: Fix inconsistencies in table features type.
2014-03-24 Jarno Rajahalmedatapath: Use TCP flags in the flow key for stats.
2014-03-24 Jarno Rajahalmedatapath: Fix output of SCTP mask.
2014-03-24 Alexander Wuofp-util: Implement OFPMP_TABLE_FEATURES decoding and...
2014-03-24 Ben Pfaffbitmap: Make bitmap_scan() able to scan for 0-bits...
2014-03-24 Alexander Wuofp-actions: Complete ofp13_action_type.
2014-03-24 Alexander Wuofp-actions: New function ovs_instruction_type_from_ins...
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2014-03-23 Alexandru Copotofproto: Allow the use of the OpenFlow 1.4 protocol
2014-03-21 Thierry ParmentelatSetting tag sliver-openvswitch-2.1.90-1 sliver-openvswitch-2.1.90-1
2014-03-20 Simon Hormanofproto-dpif: Differentiate between different miss...
2014-03-20 Simon Hormanofproto-dpif: Add table-miss flow tests
2014-03-20 Ben Pfaffodp-util: Fix VLAN parsing behavior in parse_8021q_onwa...
2014-03-20 Simon Hormanofproto: Honour Table Mod settings for table-miss handling
2014-03-20 Alex Wangcfm: Add test for the update of CFM status to OVSDB.
2014-03-20 Alex Wangcfm: Define old_cfm_fault as 'enum cfm_fault_reason'.
2014-03-20 Alex Wangdpif-netdev: Implement the API functions to allow multi...
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-20 YAMAMOTO Takashisocket-util: Fix an inverted use of LINUX
2014-03-20 Ben PfaffCodingStyle: Allow designated initializers.
2014-03-19 Jarno Rajahalmelib/packets: Remove packet_get_tcp_flags().
2014-03-19 Jarno Rajahalmelib: Use tcp_flags from flow.
2014-03-19 Jarno Rajahalmedpif-netdev: Use packet key to parse TCP flags.
2014-03-19 Jarno Rajahalmelib/flow: Retain ODPP_NONE on flow_extract().
2014-03-19 Alex Wangcfm: Notify connectivity_seq on remote maintenance...
2014-03-19 Alex Wangovs-rcu: Call ovsrcu_init() in ovsrcu_quiesce().
2014-03-19 Jarno Rajahalmelib/hmap: Remove the memory fence from hmap_is_empty().
2014-03-19 Ben Pfaffdpif-netdev: Use RCU to protect data.
2014-03-19 Ben Pfaffdpif-netdev: Use ovsthread_stats for flow stats.
2014-03-19 Ben Pfaffovs-thread: Replace ovsthread_counter by more general...
2014-03-18 Ben Pfaffutil: New functions for allocating memory while avoidin...
2014-03-18 Ben Pfaffofproto: Use RCU to protect rule_actions.
2014-03-18 Ben Pfaffovs-rcu: New library.
2014-03-18 Justin Pettittests: Fix small typo in "OpenFlow" in ofproto tests.
2014-03-18 Gurucharan... stream: Call WSAStartup() before calling any winsock...
2014-03-18 Gurucharan... socket-util: Fix dscp error check for Windows.
2014-03-18 Arun SharmaMan ovs-ofctl: Typo in arp_spa & arp_tpa
2014-03-18 Alex Wangdatapath: compat: Downstream the reciprocal_div.{c,h}.
2014-03-18 Andy Zhoudpif-netdev: init atomic flag dp->destroyed
2014-03-17 Ben PfaffFix typos in documentation.
2014-03-17 Gurucharan... BUILD.Windows: Update compilable utilities.
2014-03-17 Gurucharan... system-stats: Port for Windows.
2014-03-17 Gurucharan... windefs: srandom() and random() for windows.
next