git://git.onelab.eu
/
sliver-openvswitch.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ofproto-sflow: Maintain table of ports even when clearing configuration.
[sliver-openvswitch.git]
/
datapath
/
2010-05-11
Jesse Gross
vport: Record and free packets on unattached ports.
tree
|
commitdiff
2010-05-11
Jesse Gross
gre: Include route headers in headroom calculation.
tree
|
commitdiff
2010-05-07
Jesse Gross
datapath: Enable offloading on internal devices.
tree
|
commitdiff
2010-05-06
Jesse Gross
datapath: Break out test for dev_disable_lro().
tree
|
commitdiff
2010-05-06
Jesse Gross
datapath: Fix build issue with LRO.
tree
|
commitdiff
2010-05-06
Jesse Gross
datapath: Add configure test for skb_warn_if_lro().
tree
|
commitdiff
2010-05-01
Jesse Gross
datapath: Don't hold dp_mutex when setting internal...
tree
|
commitdiff
2010-04-30
Jesse Gross
datapath: Ensure packet length matches headers during...
tree
|
commitdiff
2010-04-27
Ben Pfaff
vport: Better handle too-long network device names...
tree
|
commitdiff
2010-04-27
Ben Pfaff
datapath: Check device name length more carefully in...
tree
|
commitdiff
2010-04-27
Ben Pfaff
datapath: Always null-terminate network device name...
tree
|
commitdiff
2010-04-27
Ben Pfaff
datapath: Fix argument to strncpy_from_user().
tree
|
commitdiff
2010-04-26
Jesse Gross
gre: Ensure skb properties are consistently set.
tree
|
commitdiff
2010-04-26
Jesse Gross
datapath: Update 'struct ovs_skb_cb' comments.
tree
|
commitdiff
2010-04-22
Justin Pettit
Have git ignore new symlinks and dynamic files from...
tree
|
commitdiff
2010-04-22
Justin Pettit
veth: Do a better job cleaning up on rmmod
tree
|
commitdiff
2010-04-22
Justin Pettit
datapath: Define kmemdup() for kernels older than 2...
tree
|
commitdiff
2010-04-21
Jesse Gross
gre: Fix ICMP translation for path MTU discovery.
tree
|
commitdiff
2010-04-19
Ben Pfaff
Update fake bond devices' statistics with the sum of...
tree
|
commitdiff
2010-04-19
Jesse Gross
tunneling: Remove old GRE implementation.
tree
|
commitdiff
2010-04-19
Jesse Gross
tunneling: Add datapath GRE support.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Add function to copy skb checksum bits.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Add skb_csum_help compatibility function.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Genericize hash table.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Add generic virtual port layer.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Don't read net namespace on kernels that...
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Add rtnl_is_locked compatibility function.
tree
|
commitdiff
2010-04-19
Jesse Gross
datapath: Add dev_get_stats compatibility function.
tree
|
commitdiff
2010-04-19
Jesse Gross
tunneling: Add support for tunnel ID.
tree
|
commitdiff
2010-04-15
Justin Pettit
veth: Fix problems removing veth devices
tree
|
commitdiff
2010-03-25
Ben Pfaff
Merge "citrix" branch into "master".
tree
|
commitdiff
2010-03-23
Ben Pfaff
datapath: Support 2.6.33 kernel layout in build system.
tree
|
commitdiff
2010-03-17
Ben Pfaff
Merge "next" branch into "master".
tree
|
commitdiff
2010-03-15
Jesse Gross
datapath: Consistently maintain flow key.
tree
|
commitdiff
2010-03-15
Jesse Gross
datapath: Validate ToS when flow is added.
tree
|
commitdiff
2010-03-15
Jesse Gross
datapath: Use constants instead of actual values.
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Add support for path MTU discovery.
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Correctly account for hardware header length.
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Add functions to determine address type to compat...
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Allow IPv6 ToS bits to be propagated to tunnel...
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Always set TTL on outer packet to 64.
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Disable tx queue.
tree
|
commitdiff
2010-03-05
Jesse Gross
gre: Check that the IP header is actually there before...
tree
|
commitdiff
2010-03-05
Jesse Gross
datapath: Disable large receive offload.
tree
|
commitdiff
2010-03-05
Jesse Gross
datapath: Update hardware computed checksum on VLAN...
tree
|
commitdiff
2010-03-03
Justin Pettit
brcompat: Print warning when kernel times out waiting...
tree
|
commitdiff
2010-03-03
Justin Pettit
veth: Remove obvious debug printk's
tree
|
commitdiff
2010-02-28
Jesse Gross
datapath: Consistently maintain checksum offloading...
tree
|
commitdiff
2010-02-24
Ben Pfaff
Merge "master" into "next".
tree
|
commitdiff
2010-02-20
Ben Pfaff
datapath: Set the correct bits for OFPAT_SET_NW_TOS...
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
tree
|
commitdiff
2010-02-20
Justin Pettit
ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
tree
|
commitdiff
2010-02-12
Ben Pfaff
Use VLAN_PCP_SHIFT consistently, instead of open-coding...
tree
|
commitdiff
2010-02-11
Ben Pfaff
Merge "master" into "next".
tree
|
commitdiff
2010-02-11
Ben Pfaff
datapath: Mark functions "static".
tree
|
commitdiff
2010-02-11
Ben Pfaff
datapath: When adding a port, return the new port numbe...
tree
|
commitdiff
2010-02-08
Jesse Gross
datapath: Set Nicira random address in the datapath.
tree
|
commitdiff
2010-02-08
Jesse Gross
gre: Fix use after free in netns compatibility layer.
tree
|
commitdiff
2010-02-08
Jesse Gross
Fix some regressions from the merge from master.
tree
|
commitdiff
2010-02-06
Justin Pettit
Merge branch 'next' of repo.nicira.com:/srv/git/openvsw...
tree
|
commitdiff
2010-02-06
Justin Pettit
Merge branch 'master' into next
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Simplify net namespace operations.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Net namespace identifiers are read_mostly.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Network namespace upon device creation.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Optimize multiple unregistration.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Convert locking to RCU.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Optimize tx path.
tree
|
commitdiff
2010-02-04
Jesse Gross
gre: Unify IPTUNNEL_XMIT across kernel versions.
tree
|
commitdiff
2010-02-02
Jesse Gross
datapath: Set datapath device MTU to minimum of MTU...
tree
|
commitdiff
2010-01-26
Jesse Gross
datapath: Fix compilation on newer old-style Xen kernels.
tree
|
commitdiff
2010-01-26
Jesse Gross
datapath: Support CHECKSUM_PARTIAL on older kernels.
tree
|
commitdiff
2010-01-26
Jesse Gross
datapath: Transport port is not part of psuedoheader.
tree
|
commitdiff
2010-01-26
Jesse Gross
datapath: Handle packets with precomputed checksums.
tree
|
commitdiff
2010-01-25
Ben Pfaff
Merge "sflow" into "master".
tree
|
commitdiff
2010-01-25
Ben Pfaff
datapath: Clean up vswitch_skb_checksum_setup().
tree
|
commitdiff
2010-01-20
Ben Pfaff
sflow: Fix sFlow sampling structure.
tree
|
commitdiff
2010-01-15
Jesse Gross
gre: Add support for destroying GRE devices.
tree
|
commitdiff
2010-01-15
Jesse Gross
gre: Workarounds for large packets over GRE
tree
|
commitdiff
2010-01-13
Ben Pfaff
datapath: Disable preemption updating per-CPU data...
tree
|
commitdiff
2010-01-09
Ben Pfaff
Improve comments on interpretation of sFlow sampling...
tree
|
commitdiff
2010-01-09
Ben Pfaff
datapath: Improve comments on struct dp_stats_percpu.
tree
|
commitdiff
2010-01-04
Justin Pettit
datapath: Add missing definitions for building GRE...
tree
|
commitdiff
2010-01-04
Ben Pfaff
Initial implementation of sFlow.
tree
|
commitdiff
2009-12-10
Justin Pettit
Update .gitignore files
tree
|
commitdiff
2009-12-07
Jesse Gross
gre: Add kernel GRE support.
tree
|
commitdiff
2009-12-07
Jesse Gross
gre: Compatibility with older Linux kernel versions.
tree
|
commitdiff
2009-12-02
Ben Pfaff
Merge "master" branch into "db".
tree
|
commitdiff
2009-11-19
Ian Campbell
datapath: Use HAVE_PROTO_DATA_VALID when defining vswit...
tree
|
commitdiff
2009-11-18
Ben Pfaff
datapath: Fix warning building datapath on pre-2.6...
tree
|
commitdiff
2009-11-18
Ben Pfaff
datapath: Check for proto_data_valid member instead...
tree
|
commitdiff
2009-11-18
Ben Pfaff
Merge citrix branch into master.
tree
|
commitdiff
2009-11-18
Jesse Gross
datapath: Allow minimum headroom to be set when copying...
tree
|
commitdiff
2009-11-18
Jesse Gross
datapath: Copy Xen's checksumming fields when doing...
tree
|
commitdiff
2009-11-18
Ben Pfaff
datapath: Fix build with kernel header layout recently...
tree
|
commitdiff
2009-11-17
Justin Pettit
datapath: Remove unused print_flow() function
tree
|
commitdiff
2009-11-17
Justin Pettit
datapath: Cleanup tab/space issues in datapath
tree
|
commitdiff
2009-11-17
Justin Pettit
datapath: Calculate proper checksum for set_tp_src...
tree
|
commitdiff
2009-11-10
Jesse Gross
Merge citrix branch into master.
tree
|
commitdiff
2009-11-06
Jesse Gross
datapath: Allow TCP flags to be cleared.
tree
|
commitdiff
2009-11-03
Jesse Gross
datapath: Allow TCP flags to be cleared.
tree
|
commitdiff
next