summaryrefslogtreecommitdiff
path: root/lib/dpif-linux.h
Commit message (Expand)AuthorAgeFilesLines
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-041-2/+2
* dpif-linux: Implement the API functions to allow multiple handler threads rea...Alex Wang2014-04-181-1/+2
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+3
* datapath: Remove vport MAC address configuration.Jesse Gross2013-01-281-1/+0
* netdev-vport: Remove the ability to send packets.Ethan Jackson2012-12-261-3/+0
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath-protocol: Rename to <linux/openvswitch.h>.Ben Pfaff2011-10-121-1/+1
* datapath-protocol: Use Linux kernel types directly.Ben Pfaff2011-10-121-0/+1
* dpif-linux: Avoid unaligned accesses to vport stats sent by the datapath.Ben Pfaff2011-10-121-1/+5
* dpif-linux: Don't reset kernel upcall_pids unintentionally.Ben Pfaff2011-10-071-1/+1
* datapath: Strip down vport interface - ifIndex.Pravin B Shelar2011-10-051-1/+0
* datapath: Use unicast Netlink sockets for upcalls.Jesse Gross2011-09-231-0/+1
* datapath: Always use generic stats for devices (vports)Pravin Shelar2011-09-151-1/+1
* datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar2011-09-121-1/+0
* Strip down vport interface : iflinkPravin Shelar2011-09-081-1/+0
* datapath: Use "OVS_*" as opposed to "ODP_*" for user<->kernel interactions.Justin Pettit2011-08-191-9/+9
* netdev-vport: Implement 'send' function.Ben Pfaff2011-04-011-0/+3
* datapath: Change dp_idx to dp_ifindex, the ifindex of the local port.Ben Pfaff2011-01-281-1/+1
* datapath: Convert ODP_VPORT_* to use AF_NETLINK socket layer.Ben Pfaff2011-01-281-2/+3
* datapath: Change userspace vport interface to use Netlink attributes.Ben Pfaff2011-01-271-1/+32
* datapath: Drop datapath index and port number from Ethtool output.Ben Pfaff2011-01-271-0/+24