git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
datapath: Memset executed packet's fields using memset.
[sliver-openvswitch.git]
/
datapath
/
actions.c
2011-02-07
Simon Horman
datapath: Clear rxhash when using an action that may...
blob
|
commitdiff
2011-02-07
Jesse Gross
datapath: Use vlan acceleration for vlan operations.
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Report kernel's flow key when passing packets...
blob
|
commitdiff
|
diff to current
2011-01-28
Ben Pfaff
datapath: Convert odp_flow_key to use Netlink attribute...
blob
|
commitdiff
|
diff to current
2010-12-29
Ben Pfaff
datapath: Fix 32-bit truncation of argument to ODPAT_OU...
blob
|
commitdiff
|
diff to current
2010-12-28
Ben Pfaff
datapath: Fix type of actions_len_left in modify_vlan_t...
blob
|
commitdiff
|
diff to current
2010-12-28
Ben Pfaff
datapath: Remove shadowed 'err' variable.
blob
|
commitdiff
|
diff to current
2010-12-24
Ben Pfaff
datapath: Don't recursively sample packets or reset...
blob
|
commitdiff
|
diff to current
2010-12-13
Ben Pfaff
datapath: Remove explicit 'unlikely' from IS_ERR calls.
blob
|
commitdiff
|
diff to current
2010-12-10
Ben Pfaff
Expand tunnel IDs from 32 to 64 bits.
blob
|
commitdiff
|
diff to current
2010-12-10
Ben Pfaff
datapath: Replace "struct odp_action" by Netlink attrib...
blob
|
commitdiff
|
diff to current
2010-12-10
Jesse Gross
datapath: Try to avoid custom checksum update function.
blob
|
commitdiff
|
diff to current
2010-12-10
Jesse Gross
datapath: Correctly update IP checksum with actions.
blob
|
commitdiff
|
diff to current
2010-12-04
Jesse Gross
datapath: Consolidate checksum compatibility code.
blob
|
commitdiff
|
diff to current
2010-12-03
Ben Pfaff
datapath: Merge "struct dp_port" into "struct vport".
blob
|
commitdiff
|
diff to current
2010-10-18
Ben Pfaff
datapath: Simplify ODPAT_SET_DL_TCI action.
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
datapath: Always use GFP_ATOMIC to execute actions.
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
datapath: Combine dl_vlan and dl_vlan_pcp.
blob
|
commitdiff
|
diff to current
2010-10-11
Ben Pfaff
datapath: Remove implementation of port groups.
blob
|
commitdiff
|
diff to current
2010-08-30
Joe Perches
treewide: Remove trailing whitespace
blob
|
commitdiff
|
diff to current
2010-08-27
Ben Pfaff
datapath: Avoid accesses past the end of skbuff data...
blob
|
commitdiff
|
diff to current
2010-08-26
Ben Pfaff
Add Nicira extension to OpenFlow for dropping spoofed...
blob
|
commitdiff
|
diff to current
2010-07-30
Jesse Gross
datapath: Remove redundant checks on SKBs.
blob
|
commitdiff
|
diff to current
2010-07-15
Jesse Gross
datapath: Don't update flow key when applying actions.
blob
|
commitdiff
|
diff to current
2010-07-15
Jesse Gross
datapath: Don't set tunnel_id in a function.
blob
|
commitdiff
|
diff to current
2010-07-15
Jesse Gross
datapath: Put return type on same line as arguments...
blob
|
commitdiff
|
diff to current
2010-07-13
Jesse Gross
datapath: Move over-MTU checking into vport_send().
blob
|
commitdiff
|
diff to current
2010-06-18
Jesse Gross
datapath: Check vswitch_skb_checksum_setup() return...
blob
|
commitdiff
|
diff to current
2010-06-17
Ben Pfaff
Implement QoS framework.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
datapath: Add function to copy skb checksum bits.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
datapath: Add generic virtual port layer.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
tunneling: Add support for tunnel ID.
blob
|
commitdiff
|
diff to current
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
blob
|
commitdiff
|
diff to current
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
blob
|
commitdiff
|
diff to current
2010-03-15
Jesse Gross
datapath: Consistently maintain flow key.
blob
|
commitdiff
|
diff to current
2010-03-15
Jesse Gross
datapath: Validate ToS when flow is added.
blob
|
commitdiff
|
diff to current
2010-03-05
Jesse Gross
datapath: Update hardware computed checksum on VLAN...
blob
|
commitdiff
|
diff to current
2010-02-28
Jesse Gross
datapath: Consistently maintain checksum offloading...
blob
|
commitdiff
|
diff to current
2010-02-24
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-20
Ben Pfaff
datapath: Set the correct bits for OFPAT_SET_NW_TOS...
blob
|
commitdiff
|
diff to current
2010-02-20
Justin Pettit
ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
blob
|
commitdiff
|
diff to current
2010-02-12
Ben Pfaff
Use VLAN_PCP_SHIFT consistently, instead of open-coding...
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-06
Justin Pettit
Merge branch 'next' of repo.nicira.com:/srv/git/openvsw...
blob
|
commitdiff
|
diff to current
2010-02-06
Justin Pettit
Merge branch 'master' into next
blob
|
commitdiff
|
diff to current
2010-01-26
Jesse Gross
datapath: Support CHECKSUM_PARTIAL on older kernels.
blob
|
commitdiff
|
diff to current
2010-01-26
Jesse Gross
datapath: Transport port is not part of psuedoheader.
blob
|
commitdiff
|
diff to current
2010-01-26
Jesse Gross
datapath: Handle packets with precomputed checksums.
blob
|
commitdiff
|
diff to current
2010-01-25
Ben Pfaff
Merge "sflow" into "master".
blob
|
commitdiff
|
diff to current
2010-01-20
Ben Pfaff
sflow: Fix sFlow sampling structure.
blob
|
commitdiff
|
diff to current
2010-01-04
Ben Pfaff
Initial implementation of sFlow.
blob
|
commitdiff
|
diff to current
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
blob
|
commitdiff
|
diff to current
2009-11-18
Ben Pfaff
datapath: Check for proto_data_valid member instead...
blob
|
commitdiff
|
diff to current
2009-11-18
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-18
Jesse Gross
datapath: Allow minimum headroom to be set when copying...
blob
|
commitdiff
|
diff to current
2009-11-18
Jesse Gross
datapath: Copy Xen's checksumming fields when doing...
blob
|
commitdiff
|
diff to current
2009-11-17
Justin Pettit
datapath: Cleanup tab/space issues in datapath
blob
|
commitdiff
|
diff to current
2009-11-17
Justin Pettit
datapath: Calculate proper checksum for set_tp_src...
blob
|
commitdiff
|
diff to current
2009-11-10
Jesse Gross
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-10-23
Ben Pfaff
Merge "citrix" into "master".
blob
|
commitdiff
|
diff to current
2009-10-06
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-10-05
Ben Pfaff
Merge "citrix" branch into "master.
blob
|
commitdiff
|
diff to current
2009-09-22
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-09-12
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-09-05
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-09-02
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-08-25
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-08-19
Ben Pfaff
Merge citrix into master.
blob
|
commitdiff
|
diff to current
2009-08-19
Ben Pfaff
Merge citrix into master.
blob
|
commitdiff
|
diff to current
2009-08-18
Ian Campbell
datapath: Only call skb_checksum_setup on 2.6.18 &...
blob
|
commitdiff
|
diff to current
2009-07-29
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-07-29
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-07-16
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-07-06
Ben Pfaff
datapath: Drop unneeded local variable initialization.
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Merge changes from citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-06-15
Ben Pfaff
Update primary code license to Apache 2.0.
blob
|
commitdiff
|
diff to current
2009-07-08
Ben Pfaff
Import from old repository commit 61ef2b42a9c4ba8e1600f...
v0.90.0
blob
|
commitdiff
|
diff to current