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