treewide: Use pr_fmt and pr_<level>
[sliver-openvswitch.git] / datapath / vport.c
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-15 Jesse Grossvport: Use DEFINE_PER_CPU instead of dynamically alloca...
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossvport: Use EBUSY to represent already attached device.
2010-07-13 Jesse Grossdatapath: Move over-MTU checking into vport_send().
2010-07-13 Jesse Grossdatapath: Add loop checking.
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-05-18 Jesse Grossdatapath: Add 'patch' vport.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-11 Jesse Grossvport: Record and free packets on unattached ports.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-04-27 Ben Pfaffvport: Better handle too-long network device names...
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.