netdev-vport: Checks tunnel status change when route-table is reset.
[sliver-openvswitch.git] / lib / netdev-vport.c
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.