datapath: Always use generic stats for devices (vports)
[sliver-openvswitch.git] / datapath / vport-internal_dev.c
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-06-23 Jesse Grossdatapath: Add missing header.
2011-06-16 Jesse Grossdatapath: Further mirror checksum offloading state...
2011-03-10 Jesse Grossdatapath: Enable vlan offload on internal devices.
2011-02-25 Jesse Grossdatapath: Don't free vport until all references are...
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-07 Jesse Grossdatapath: Add vlan acceleration field for older kernels.
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2010-12-11 Jesse Grossdatapath: Drop synchronize_rcu() in internal dev destroy.
2010-12-11 Jesse Grossdatapath: Don't use RCU for internal dev vport.
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Jesse Grossdatapath: Allow skbs with a frag list.
2010-12-03 Jesse Grossdatapath: Don't set dev->last_rx on kernels >= 2.6.29.
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-12-03 Jesse Grossdatapath: Don't unnecessarily set skb mac header.
2010-12-03 Jesse Grossdatapath: Remove share check for internal devices.
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-11-05 Jesse Grossdatapath: Directly use free_netdev for internal devices.
2010-10-08 Jesse Grosstunneling: Internal dev vport can be NULL.
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-07-30 Jesse Grossvport-internal: Set vport to NULL when detaching.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-06-10 Jesse Grossvport-internal: Convert internal devices to vport stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-14 Jesse Grossdatapath: Disable bottom-halves where necessary.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.