Merge branch 'mainstream'
[sliver-openvswitch.git] / lib / netdev.c
2014-05-04 Giuseppe LettieriMerge branch 'mainstream'
2014-05-02 Alex Wangnetdev-vport: Checks tunnel status change when route...
2014-04-29 Alex Wangnetdev: Fix an use of uninitialized mutex.
2014-04-25 Gurucharan Shettynetdev: Initialize netdev_class_mutex.
2014-04-10 Alex Wangnetdev: Add 'change_seq' back to netdev.
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-21 Pravindpif-netdev: Add DPDK netdev.
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 Pravinnetdev: Send ofpbuf directly to netdev.
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-19 Ben Pfaffnetdev: Change netdev_class_rwlock to recursive mutex...
2014-02-10 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-01-21 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-16 Simon Hormannetdev-linux: Read packet auxdata to obtain vlan_tid
2014-01-16 Simon Hormannetdev_class: Pass a struct ofpbuf * to rx_recv()
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-11 Ben Pfaffnetdev: Log a warning when netdev_set_config() fails.
2013-12-10 Giuseppe LettieriMerge branch 'mainstream'
2013-11-26 Giuseppe LettieriMerge branch 'mainstream'
2013-11-24 Giuseppe LettieriMerge branch 'mainstream'
2013-11-20 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-11-05 Giuseppe LettieriMerge branch 'mainstream'
2013-10-25 Giuseppe LettieriMerge branch 'mainstream'
2013-10-14 Giuseppe LettieriMerge branch 'mainstream'
2013-10-09 Giuseppe LettieriMerge branch 'mainstream'
2013-10-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Ben Pfaffnetdev: Fix deadlock when netdev_dump_queues() callback...
2013-08-24 Giuseppe LettieriMerge branch 'mainstream'
2013-08-21 Ethan Jacksonnetdev: Make run and wait functions optional as documented.
2013-08-17 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge branch 'mainstream'
2013-08-15 Giuseppe LettieriMerge commit '9dc63482bbeae23dd57b0f885a3fd26b44656844'
2013-08-15 Giuseppe LettieriMerge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
2013-08-11 Ben Pfaffnetdev: Clean up on "construct" error in netdev_open().
2013-08-10 Ben Pfaffnetdev: Make netdev access thread-safe.
2013-08-10 Ben Pfaffnetdev: Adopt four-step alloc/construct/destruct/deallo...
2013-08-08 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-08-08 Ben Pfaffnetdev: Make netdev_from_name() take a reference to...
2013-08-08 Ben Pfaffnetdev: Make netdev_get_devices() take a reference...
2013-08-02 Ben Pfaffnetdev: Minor formatting improvements.
2013-07-31 Giuseppe LettieriMerge remote-tracking branch 'ovs-dev/master'
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-07-23 Giuseppe LettieriMerge branch 'mainstream'
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge branch 'mainstream'
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-06 Giuseppe LettieriMerge commit 'b5d57fc87925cb3c029de19d0a94de5ca07ae28e'
2013-07-06 Giuseppe LettieriMerge commit '180c6d0b440961cbc873c4d045eb8b2daa1364e9'
2013-07-05 Giuseppe LettieriMerge commit '796223f5bc3a4896e6398733c798390158479400'
2013-07-05 Giuseppe LettieriMerge commit '4b60911067a82fbdfa87b7c2824412da20287ed8'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ethan Jacksonnetdev: Support null netdev argument in netdev_ref().
2013-05-23 YAMAMOTO Takashiadd minimal NetBSD support
2013-05-22 Ben Pfaffnetdev: New function netdev_ref().
2013-05-16 Alex Wangnetdev: Prevent using reserved names
2013-05-10 Ben Pfaffnetdev: Get rid of netdev_dev.
2013-05-10 Ben Pfaffnetdev: Add new "struct netdev_rx" for capturing packet...
2013-05-10 Ben Pfaffnetdev: Factor restoring flags into new "struct netdev_...
2013-05-03 Ben Pfaffnetdev: Make 'smap' variable const in netdev_set_qos().
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-04-01 Ben Pfaffnetdev: Remove netdev_is_open(), which has no users.
2013-04-01 Ben Pfaffnetdev: Remove netdev_exists(), which has no users.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-29 Ethan Jacksonnetdev-vport: Build on all platforms.
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-16 Ethan Jacksonnetdev: Parse and make available tunnel configuration.
2013-01-04 Ethan Jacksonnetdev: Rename get_drv_info() to get_status().
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-09 Ethan Jacksonconfig: Add explicit support for building on ESX.
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-18 Giuseppe Lettieriself-contained tap creation in the switchd
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
next