aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2013-08-01odp-util: Always serialize tunnel mask attributes.Jesse Gross
2013-08-01datapath: Introduce is_mask when serializing netlink attributes.Jesse Gross
2013-08-01datapath: Accept any 802.2 eth_type mask but override to be exact matchAndy Zhou
2013-08-01datapath: Accept any in_port mask but override to be exact matchAndy Zhou
2013-08-01datapath: Always allow tunnel mask to be specified in the netlinkAndy Zhou
2013-07-31datapath: always export priority and skb_mark in netlink messageAndy Zhou
2013-07-29datapath: Fix missing VLAN netlink attribute handlingAndy Zhou
2013-07-29datapath: fix a bug in SF_FLOW_KEY_PUT macroAndy Zhou
2013-07-26datapath: list: Fix double fetch of pointer in hlist_entry_safe()Pravin B Shelar
2013-07-22datapath: remove RCU annotation from flow->maskAndy Zhou
2013-07-19datapath: Add mask check during flow lookupAndy Zhou
2013-07-16datapath: Use masked flow when validating actions.Jesse Gross
2013-07-15datapath: Revert "datapath: rhel: Account for RHEL specific backports"Pravin B Shelar
2013-07-12datapath: Use kernel eth_mac_addr() on old kernels.Jesse Gross
2013-07-12datapath: rhel: Account for RHEL specific backportsThomas Graf
2013-07-09datpath: Fix tunnel TTL flow rejection message.Jesse Gross
2013-07-09datapath: Always include tunnel TTL in serialized Netlink attributes.Jesse Gross
2013-07-09datapath: fix bugs in exporting netlink attributesAndy Zhou
2013-07-09datapath: Fix Netlink error message header.Jesse Gross
2013-07-09datapath: Use DP_MAX_PORTS when no IN_PORT attribute is present.Jesse Gross
2013-07-08datapath: Make netlink error messages more consistent.Jesse Gross
2013-07-03datapath: add netlink error message to help kernel userspace integration.Andy Zhou
2013-07-02datapath: Fix tunnel source port selection for mega flowAndy Zhou
2013-06-27datapath: Bug fix: Kernel rejects flow with valid vlan fieldAndy Zhou
2013-06-27Datapath: Bug fix: kernel rejects mega flow with encap masksAndy Zhou
2013-06-27datapath: Convert IPv6 TCP and UDP port netlink attributes properly.Justin Pettit
2013-06-25datapath: Make OVS_ACTION_ATTR_USERSPACE action to send packet keyAndy Zhou
2013-06-24datapath: Do not clear key in ovs_match_init()Jesse Gross
2013-06-21datapath: Fix a kernel crash caused by corrupted mask list.Andy Zhou
2013-06-21datapath: Use a single attribute array for parsing values and masks.Jesse Gross
2013-06-20datapath: Return EEXIST on overlapping new flow requestAndy Zhou
2013-06-20datapath: Mega flow implementationAndy Zhou
2013-04-29datapath: Use generic struct pcpu_tstats.Pravin B Shelar
2013-04-25datapath: Account for RHEL6.4 backports in compat layerThomas Graf
2013-04-25datapath: Use openvswitch_handle_frame hook in >=RHEL6.4 to live side by side...Thomas Graf
2013-04-19datapath: Fix struct vport comment.Pravin B Shelar
2013-04-19datapath: Fix inconsistency in upstream and out of tree ovs module.Pravin B Shelar
2013-04-18datapath: Fix stale comment in flow.c.Pravin B Shelar
2013-04-12datapath: Remove vport->linknamePravin B Shelar
2013-04-12datapath: Simplify datapath locking.Pravin B Shelar
2013-04-12datapath: Add workqueue API to ovs compat workqueue.Pravin B Shelar
2013-04-10datapath.h Fix a stale comment.Andy Zhou
2013-04-02datapath: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf
2013-03-29datapath: Move common genl notify code into ovs_notify()Thomas Graf
2013-03-29datapath: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf
2013-03-29datapath: Use nla_memcpy() to memcpy() data from attributesThomas Graf
2013-03-29datapath: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf
2013-03-28datapath: net: add ETH_P_802_3_MINSimon Horman
2013-03-27datapath: correct an invalid BUG_ONHong Zhiguo
2013-03-26datapath: Fix IP ID setting.Jarno Rajahalme