Global replace of Nicira Networks.
[sliver-openvswitch.git] / lib / netdev-vport.c
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-25 Ben PfaffFix memory leaks.
2012-03-22 Pravin B Shelarnetdev: Rename netdev->get_status() to netdev->get_drv_...
2011-11-23 Ben Pfaffnetdev: Remove netdev_get_vlan_vid().
2011-10-31 Ben Pfaffnetdev-vport: Again allow "tap" devices to be added...
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdpif-linux: Avoid unaligned accesses to vport stats...
2011-09-22 Simon HormanRemove netdev_find_dev_by_in4
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Ben Pfaffnetdev: Allow get_mtu and set_mtu provider functions...
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-10 Valient Goughdatapath: add key support to CAPWAP tunnel
2011-09-02 Ethan Jacksonlib: Rename rtnetlink.[ch] files.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
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-06-17 Justin Pettitnetdev-vport: Don't use ipsec options for either arg...
2011-06-14 Justin Pettitnetdev: Add methods to do netdev-specific argument...
2011-05-31 Ethan Jacksonnetdev: Remove monitors and notifiers.
2011-05-31 Ethan Jacksonnetdev: New Function netdev_change_seq().
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-02 Ben Pfaffnetdev-linux: New functions for converting netdev stats...
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
2011-04-01 Ben Pfaffnetdev-vport: Implement 'send' function.
2011-03-14 Justin Pettitnetdev-vport: Log at ERR level when port won't be created.
2011-03-14 Justin Pettitnetdev-vport: Don't create port when ovs-monitor-ipsec...
2011-03-13 Justin Pettitnetdev-vport: Warn on IPsec tunnels when ovs-monitor...
2011-03-10 Justin Pettitnetdev-vport: Don't warn when a tunnel key is set.
2011-03-04 Ben Pfaffnetdev-port: Fix invalid memory access in netdev_vport_...
2011-02-01 Ethan Jacksonlib: route-table improvements.
2011-01-31 Ethan Jacksonlib: netdev-vport improperly initialized route-table.
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffnetdev: Make netdev arguments fetchable, and implement...
2011-01-27 Ben Pfaffnetlink-socket: Make dumping and doing transactions...
2011-01-27 Ben Pfaffnetlink-socket: Add functions for joining and leaving...
2011-01-20 Andrew Evansnetdev-vport: Report carrier state of tunnel egress...
2011-01-14 Ethan Jacksonlib: Simplify rtnetlink routing functionality.
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-12-29 Justin Pettitvswitch: Provide option to pull cert from SSL table
2010-12-29 Justin Pettitvswitch: Add support for IPsec certificate authentication.
2010-12-28 Justin Pettitvswitch: Use "ipsec_gre" vport instead of "gre" with...
2010-12-28 Justin Pettitdebian: Don't require ipsec_local_ip to configure IPsec
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-07 Ben Pfaffnetdev-vport: Properly initialize tnl_port_config struc...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-19 Ben Pfaffnetdev-vport: Fix segfault on bad vport configuration.
2010-11-17 Ben Pfaffnetdev-vport: Remove OVS_UNUSED from argument that...
2010-11-17 Ben Pfaffnetdev-vport: Fix poll_add() implementation.
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-28 Jesse Grossnetdev: Fix carrier status for down interfaces.
2010-10-13 Justin Pettitnetdev-vport: Actually destroy the vport when "destroy...
2010-10-11 Ben Pfaffnetdev-vport: Merge in netdev-patch and netdev-tunnel.
2010-10-06 Ben Pfaffnetdev-vport: Fix typo in comment.
2010-10-01 Ben PfaffSwitch many macros from using CONTAINER_OF to using...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-05-18 Jesse Grossnetdev: Extract netdev vport functions.