git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stream-ssl: Use OPENSSL_free() to free memory from X509_NAME_oneline().
[sliver-openvswitch.git]
/
datapath
/
datapath.c
2010-08-27
Ben Pfaff
datapath: Report memory allocation errors in flow_extra...
blob
|
commitdiff
2010-08-26
Ben Pfaff
datapath: Free up flow_extract() return value for repor...
blob
|
commitdiff
|
diff to current
2010-08-21
Jesse Gross
datpath: Avoid reporting half updated statistics.
blob
|
commitdiff
|
diff to current
2010-08-03
Ben Pfaff
datapath: Detect and suppress flows that are implicated...
blob
|
commitdiff
|
diff to current
2010-08-03
Ben Pfaff
datapath: Don't track IP TOS value two different ways.
blob
|
commitdiff
|
diff to current
2010-07-30
Jesse Gross
vport: Make dp_port->vport always valid.
blob
|
commitdiff
|
diff to current
2010-07-30
Jesse Gross
datapath: Remove dead code.
blob
|
commitdiff
|
diff to current
2010-07-30
Jesse Gross
datapath: Remove redundant checks on SKBs.
blob
|
commitdiff
|
diff to current
2010-07-26
Jesse Gross
datapath: Don't query time for every packet.
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-15
Jesse Gross
datapath: Make checksum offsets unsigned.
blob
|
commitdiff
|
diff to current
2010-07-13
Jesse Gross
datapath: Make our checksumming more closely match...
blob
|
commitdiff
|
diff to current
2010-06-25
Yu Zhiguo
datapath: fix header file include
blob
|
commitdiff
|
diff to current
2010-06-19
Jesse Gross
datapath: Don't compute checksums on partial packets.
blob
|
commitdiff
|
diff to current
2010-06-18
Jesse Gross
datapath: Compute checksum while sending packets to...
blob
|
commitdiff
|
diff to current
2010-06-18
Jesse Gross
datapath: Call vswitch_skb_checksum_setup() before...
blob
|
commitdiff
|
diff to current
2010-06-10
Jesse Gross
vport: Allow offsets to be set for stats.
blob
|
commitdiff
|
diff to current
2010-06-09
Jesse Gross
vport: Rename userspace functions.
blob
|
commitdiff
|
diff to current
2010-05-25
Ben Pfaff
datapath: Fix ODP_PORT_GROUP_GET implementation.
blob
|
commitdiff
|
diff to current
2010-05-14
Jesse Gross
datapath: Use per_cpu_ptr instead of percpu_ptr.
blob
|
commitdiff
|
diff to current
2010-05-14
Jesse Gross
datapath: Hold rcu_read_lock where we claim to.
blob
|
commitdiff
|
diff to current
2010-05-14
Jesse Gross
datapath: Don't expect bottom-halves to be disabled.
blob
|
commitdiff
|
diff to current
2010-05-14
Jesse Gross
datapath: Disable bottom-halves where necessary.
blob
|
commitdiff
|
diff to current
2010-05-14
Jesse Gross
datapath: Use spin_lock_bh() consistently.
blob
|
commitdiff
|
diff to current
2010-05-13
Ben Pfaff
datapath: Add 32-bit compatibility ioctls.
blob
|
commitdiff
|
diff to current
2010-05-13
Ben Pfaff
datapath: Avoid __copy_to/from_user(), __get/put_user...
blob
|
commitdiff
|
diff to current
2010-05-13
Ben Pfaff
datapath: Prepare to support 32-bit compatibility ioctls.
blob
|
commitdiff
|
diff to current
2010-05-13
Ben Pfaff
datapath: Avoid possibility of negative 'n_flows' in...
blob
|
commitdiff
|
diff to current
2010-05-07
Jesse Gross
datapath: Enable offloading on internal devices.
blob
|
commitdiff
|
diff to current
2010-05-01
Jesse Gross
datapath: Don't hold dp_mutex when setting internal...
blob
|
commitdiff
|
diff to current
2010-04-30
Jesse Gross
datapath: Ensure packet length matches headers during...
blob
|
commitdiff
|
diff to current
2010-04-27
Ben Pfaff
datapath: Check device name length more carefully in...
blob
|
commitdiff
|
diff to current
2010-04-27
Ben Pfaff
datapath: Always null-terminate network device name...
blob
|
commitdiff
|
diff to current
2010-04-27
Ben Pfaff
datapath: Fix argument to strncpy_from_user().
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
datapath: Add skb_csum_help compatibility function.
blob
|
commitdiff
|
diff to current
2010-04-19
Jesse Gross
datapath: Genericize hash table.
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: Validate ToS when flow is added.
blob
|
commitdiff
|
diff to current
2010-03-05
Jesse Gross
datapath: Disable large receive offload.
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
Justin Pettit
ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
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-11
Ben Pfaff
Merge "master" into "next".
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
datapath: Mark functions "static".
blob
|
commitdiff
|
diff to current
2010-02-11
Ben Pfaff
datapath: When adding a port, return the new port numbe...
blob
|
commitdiff
|
diff to current
2010-02-08
Jesse Gross
Fix some regressions from the merge from master.
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-02-02
Jesse Gross
datapath: Set datapath device MTU to minimum of MTU...
blob
|
commitdiff
|
diff to current
2010-01-26
Jesse Gross
datapath: Fix compilation on newer old-style Xen kernels.
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-25
Ben Pfaff
datapath: Clean up vswitch_skb_checksum_setup().
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-19
Ian Campbell
datapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
blob
|
commitdiff
|
diff to current
2009-11-18
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-17
Justin Pettit
datapath: Cleanup tab/space issues in datapath
blob
|
commitdiff
|
diff to current
2009-11-10
Jesse Gross
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-11-06
Jesse Gross
datapath: Allow TCP flags to be cleared.
blob
|
commitdiff
|
diff to current
2009-11-03
Jesse Gross
datapath: Allow TCP flags to be cleared.
blob
|
commitdiff
|
diff to current
2009-10-26
Ben Pfaff
Spell verb form of "set up" correctly throughout the...
blob
|
commitdiff
|
diff to current
2009-10-23
Ben Pfaff
Merge "citrix" into "master".
blob
|
commitdiff
|
diff to current
2009-10-15
Ben Pfaff
datapath: Ignore return value from rtnl_notify().
blob
|
commitdiff
|
diff to current
2009-10-15
Ben Pfaff
datapath: Fix warning on 64-bit builds.
blob
|
commitdiff
|
diff to current
2009-10-15
Ben Pfaff
datapath: Factor out code for getting and setting liste...
blob
|
commitdiff
|
diff to current
2009-10-08
Jean Tourrilhes
datapath: Fix validation of ODPAT_SET_VLAN_PCP actions.
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-15
Ben Pfaff
datapath: Fix mutual exclusion with bridge on Linux...
blob
|
commitdiff
|
diff to current
2009-09-14
Ben Pfaff
datapath: Fix WARN_ON sending GSO packets to userspace...
blob
|
commitdiff
|
diff to current
2009-09-14
Ben Pfaff
datapath: Fix comments.
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-05
Justin Pettit
datapath: Don't drop MTU-sized VLAN packets from userspace
blob
|
commitdiff
|
diff to current
2009-09-02
Ben Pfaff
Merge citrix branch into master.
blob
|
commitdiff
|
diff to current
2009-09-01
Ben Pfaff
datapath: Use hash table more tolerant of collisions...
blob
|
commitdiff
|
diff to current
2009-09-01
Ben Pfaff
datapath: Remove WARN_ON_ONCE(1) now that this code...
blob
|
commitdiff
|
diff to current
2009-08-25
Justin Pettit
dpif: Address portability issues in dpif-netdev
blob
|
commitdiff
|
diff to current
2009-08-25
Justin Pettit
Merge commit 'origin/citrix'
blob
|
commitdiff
|
diff to current
2009-08-25
Justin Pettit
datapath: Return EFBIG instead of EXFULL when no room...
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-08-18
Ben Pfaff
datapath: Improve comments.
blob
|
commitdiff
|
diff to current
2009-08-06
Ben Pfaff
datapath: Update sysfs links when network devices are...
blob
|
commitdiff
|
diff to current
2009-08-06
Ben Pfaff
datapath: Fix OOPS when dp_sysfs_add_if() fails.
blob
|
commitdiff
|
diff to current
2009-08-06
Ben Pfaff
datapath: Rename brc_sysfs_* to dp_sysfs_*.
blob
|
commitdiff
|
diff to current
2009-08-06
Ben Pfaff
datapath: Move sysfs support from brcompat_mod into...
blob
|
commitdiff
|
diff to current
2009-08-03
Justin Pettit
datapath: Support jumbo frames in the datapath device
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
next