aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2010-12-06datapath: Update 32/64 bit compat ioctl to match new names.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: Make adding and attaching a vport a single step.Ben Pfaff
2010-12-03datapath: Encapsulate parameters for new vports in new struct vport_parms.Ben Pfaff
2010-12-03datapath: Change vals[] in struct port_lookup_key into discrete members.Ben Pfaff
2010-12-02datapath: Allow skbs with a frag list.Jesse Gross
2010-12-02datapath: Don't set dev->last_rx on kernels >= 2.6.29.Jesse Gross
2010-12-02tunnels: Mark tnl_ops as static.Jesse Gross
2010-12-02datapath: Constify ops structures.Jesse Gross
2010-12-02datapath: Provide compatibility code for SET_ETHTOOL_OPS constness.Jesse Gross
2010-12-02datapath: Add compatibility code for inet_add_protocol().Jesse Gross
2010-12-02datapath: Use __read_mostly annotations where appropriate.Jesse Gross
2010-12-02datapath: Don't unnecessarily set skb mac header.Jesse Gross
2010-12-02datapath: Remove share check for internal devices.Jesse Gross
2010-12-02vport: Remove unused error types.Jesse Gross
2010-12-02datapath: Drop obsolete comment.Jesse Gross
2010-12-02tunneling: Clear IP control block in one memset.Jesse Gross
2010-12-02tunneling: Clear OVS_CB after call to update_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-11-09datapath: Use struct assignment in place of memcpy() for copying stats.Ben Pfaff
2010-11-04datapath: Directly use free_netdev for internal devices.Jesse Gross
2010-11-03datapath: Work around debugging for csum_and_copy_to_user().Jesse Gross
2010-11-02datapath: The definition of struct tbl is needed by rcu_dereference()Simon Horman
2010-11-02datapath: IFF_OVS_DATAPATH will exist in in 2.6.37Simon Horman
2010-10-25datapath: Add loop detection for RT kernels.Jesse Gross
2010-10-25datapath: #define local_bh_disable to preempt_disable on RT.Jesse Gross
2010-10-18datapath: Simplify ODPAT_SET_DL_TCI action.Ben Pfaff
2010-10-11datapath: Fix build break in compat_query_flows().Ben Pfaff
2010-10-11datapath: Fix typo in 64-bit compat header.Ben Pfaff
2010-10-11datapath: fix flow used time statsHao Zheng
2010-10-11datapath: Always use GFP_ATOMIC to execute actions.Ben Pfaff
2010-10-11datapath: Drop padding from struct odp_flow_key.Ben Pfaff
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-10-11datapath: Remove implementation of port groups.Ben Pfaff
2010-10-08tunneling: Internal dev vport can be NULL.Jesse Gross
2010-10-05datapath: Force our include directory to be first.Jesse Gross
2010-10-04tunnel: Correctly check for internal device.Jesse Gross
2010-09-22datapath: Add tunnel header caching.Jesse Gross
2010-09-22datapath: Backport workqueue functions.Jesse Gross
2010-09-22datapath: Move is_frag out of struct ovs_skb_cb.Jesse Gross
2010-09-22datapath: Enable usage of cached flows.Jesse Gross
2010-09-22datapath: Add ref counting for flows.Jesse Gross
2010-09-22datapath: Move flow allocation into a function.Jesse Gross
2010-09-17datapath: Remove backported random32().Jesse Gross
2010-09-16brcompat_mod: Check if user has CAP_NET_ADMIN in ioctl handlerVivien Bernet-Rollande
2010-09-15datapath: Check IS_ERR() in do_execute().Jesse Gross