dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.
[cascardo/ovs.git] / lib / netdev.h
2016-02-23 Ilya Maximetsdpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2015-11-30 Jiri Benctunneling: add IPv6 support to netdev_tunnel_config
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-19 Ethan Jacksondpdk: Ditch MAX_PKT_BURST macro.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-03-27 Ricky Linetdev: Fix user space tunneling for set_tunnel action.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardpif_packet: Rename to dp_packet
2015-02-06 Thomas Graftunnel: Provide framework for tunnel extensions for...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-09-15 Alex Wangnetdev: Add function for configuring tx and rx queues.
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-12 Alex Wangnetdev: Add n_txq to 'struct netdev'.
2014-09-12 Alex Wangnetdev: Add function for getting the numa node id of...
2014-06-23 Daniele Di Proiettonetdev: netdev_send accepts multiple packets
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-05-19 Thomas Grafvswitchd: Add error column to Interface table to store...
2014-05-16 Ryan Wilsonnetdev: Remove netdev from global shash when the user...
2014-04-10 Alex Wangnetdev: Add 'change_seq' back to 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.
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-08-28 Ben Pfaffnetdev: Fix deadlock when netdev_dump_queues() callback...
2013-08-10 Ben Pfaffnetdev: Make netdev access thread-safe.
2013-07-26 Ben PfaffImplement OpenFlow 1.3 queue stats duration feature.
2013-05-22 Ben Pfaffnetdev: New function netdev_ref().
2013-05-16 Alex Wangnetdev: Prevent using reserved names
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-10 Jarno RajahalmeOpenFlow-level flow-based tunneling support.
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-28 Ben Pfaffnetdev: Update comment.
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-16 Ethan Jacksonnetdev: Parse and make available tunnel configuration.
2013-01-04 Ethan Jacksonnetdev: Rename get_drv_info() to get_status().
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-06-14 Ethan Jacksonlib: New data structure - smap.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-22 Pravin B Shelarnetdev: Rename netdev->get_status() to netdev->get_drv_...
2012-03-07 Ben Pfaffnetdev: Abstract "features" interface away from OpenFlo...
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-11-23 Ben Pfaffnetdev: Remove netdev_get_vlan_vid().
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-09-22 Simon HormanRemove netdev_find_dev_by_in4
2011-09-13 Ben Pfafftest-openflowd: Allow specifying port type on --ports...
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-05-31 Ethan Jacksonnetdev: Remove monitors and notifiers.
2011-05-31 Ethan Jacksonnetdev: New Function netdev_change_seq().
2011-05-20 Ethan Jacksonnetdev: Take responsibility for polling MII registers.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-17 Ethan Jacksonbond: Bonds never sleep if carrier changes.
2011-05-16 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-04 Ben PfaffConvert remaining network-byte-order "uint<N>_t"s into...
2011-03-31 Ben Pfaffnetdev: Use sset instead of svec in netdev interface.
2011-01-28 Ben Pfaffnetdev: Make netdev arguments fetchable, and implement...
2011-01-18 Andrew Evansnetdev: Make 'netdev' parameter of 'get_features()...
2011-01-12 Ethan Jacksonvswitchd: Add miimon support.
2011-01-11 Ethan Jacksonbridge: Move tunnel_egress_iface to status column.
2011-01-04 Ethan Jacksonlib: Show tunnel egress interface in ovsdb
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-11 Ben Pfaffnetdev-vport: Merge in netdev-patch and netdev-tunnel.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grossnetdev: Add function netdev_is_open().
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-04 Ben PfaffAdd extern "C" { ... } to some header files to support...
2010-02-01 Jesse Grossnetdev: Allow providers to be managed at runtime.
2010-01-25 Ben PfaffMerge "sflow" into "master".
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2009-12-22 Ben Pfaffnetdev: New functions for interpreting "enum ofp_port_f...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-02 Justin Pettitnetdev: Allow explicit creation of netdev objects
2009-11-23 Ben Pfaffnetdev: New function netdev_get_ifindex().
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-09-01 Justin Pettitnetdev: Add netdev_get_next_hop call
next