aboutsummaryrefslogtreecommitdiff
path: root/datapath/vport-netdev.c
AgeCommit message (Expand)Author
2013-01-21datapath: Move LRO check from transmit to receive.Jesse Gross
2012-01-17datapath: Enforce mutual exclusion between bridge and brcompat_mod.Ben Pfaff
2011-11-22datapath: Fix build after global symbol rename.Jesse Gross
2011-11-22datapath: Scope global symbols with ovs_ prefix.Jesse Gross
2011-11-16datapath: Reformat copyright messages.Jesse Gross
2011-11-07datapath: Fix coding style issues.Pravin B Shelar
2011-09-21datapath: IFF_BRIDGE_PORT is backported by Centos 5.6.Jesse Gross
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-15Set MTU in userspace rather than kernel.Justin Pettit
2011-09-09datapath: Improve kernel hash tablePravin Shelar
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-09-08Strip down vport interface : iflinkPravin Shelar
2011-08-28datapath: Disable LRO from userspace instead of the kernel.Justin Pettit
2011-08-19datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit
2011-06-16datapath: Use consume_skb() on non-errors.Jesse Gross
2011-06-16datapath: Further mirror checksum offloading state on old kernels.Jesse Gross
2011-05-19datapath: Check that netdev vport is fully initialized.Jesse Gross
2011-04-07datapath: Update netdev_frame_hook() for 2.6.39 rx handler API change.Andrew Evans
2011-03-16Support vlan_group workaround implemented in XenServer kernels.Ben Pfaff
2011-02-07datapath: Don't use vlan_features before 2.6.26.Jesse Gross
2011-02-07datapath: Add module parameter to allow TSO with vlans.Jesse Gross
2011-02-07datapath: Use vlan acceleration for vlan operations.Jesse Gross
2011-02-07datapath: Add vlan acceleration field for older kernels.Jesse Gross
2011-01-27datapath: Change vport type from string to integer enumeration.Ben Pfaff
2011-01-13datapath: Get rid of compat.h, compat26.h in favor of modern approach.Ben Pfaff
2010-12-13datapath: Convert rcu_dereference() to correct variant.Jesse Gross
2010-12-11datapath: Take advantage of IFF_OVS_DATAPATH.Jesse Gross
2010-12-03datapath: Consolidate checksum compatibility code.Jesse Gross
2010-12-03datapath: Merge vport "attach" into "create" and "detach" into "destroy".Ben Pfaff
2010-12-03datapath: Merge "struct dp_port" into "struct vport".Ben Pfaff
2010-12-03datapath: Encapsulate parameters for new vports in new struct vport_parms.Ben Pfaff
2010-12-02datapath: Constify ops structures.Jesse Gross
2010-12-02datapath: Don't unnecessarily set skb mac header.Jesse Gross
2010-11-09datapath: Use "struct rtnl_link_stats64" instead of "struct odp_vport_stats".Ben Pfaff
2010-11-09datapath: Clean up netdev_get_stats() very slightly.Ben Pfaff
2010-11-09datapath: Add clean compat layer for dev_get_stats().Ben Pfaff
2010-08-23datapath: Use rtnl_link_stats64Simon Horman
2010-08-23datapath: use rx_handler_data pointerSimon Horman
2010-08-23datapath: Take a rcu_dereference() in netdev_get_vport()Simon Horman
2010-08-23datapath: Handle duplicate netdev in netdev_rx_handler_register()Simon Horman
2010-08-23datapath: dont use non-existent receive hooksSimon Horman
2010-07-30datapath: Remove redundant checks on SKBs.Jesse Gross
2010-07-29datapath: Catch missed formatting changes.Jesse Gross
2010-07-15datapath: Put return type on same line as arguments for functions.Jesse Gross
2010-06-10vport-netdev: Use vport stats layer on 32-bit machines.Jesse Gross
2010-06-10vport: Move 'extern' declarations of vports to header.Jesse Gross
2010-06-02datapath: Fix mutual exclusion with bridge module.Ben Pfaff
2010-05-07datapath: Enable offloading on internal devices.Jesse Gross
2010-04-19datapath: Add generic virtual port layer.Jesse Gross