projects
/
openvswitch
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
tests: Actually run all the Python IDL tests under Python.
2010-12-13
Jesse Gross
datapath: Check locks on access to flow table.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Validate access to DP array.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
tunneling: Add checks for header cache lock.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Convert rcu_dereference() to correct variant.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Don't directly access RCU protected pointers.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Correct byte order annotations.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Add usage of __rcu annotation.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Add usage of __percpu annotation.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Correct usage of __user annotation.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Compatibility code for RCU check functions.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Add compatibility code for sparse annotations.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Use __packed macro.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath: Compatibility code for __packed macro.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
datapath-protocol: Include netlink.h.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
pinsched: Avoid uninitialized variable warning.
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
nx-match: Use correct printf format specifiers.
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
vswitchd: Consistently use size_t for action lengths.
commit
|
commitdiff
|
tree
2010-12-13
Jesse Gross
flow: Make size of flow struct a multiple of 8.
commit
|
commitdiff
|
tree
2010-12-11
Jesse Gross
datpath: Fix memory leak when a loop is detected.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-11
Jesse Gross
datapth: Drop check for impossible condition after...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-11
Jesse Gross
datapath: Drop synchronize_rcu() in internal dev destroy.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-11
Jesse Gross
datapath: Take advantage of IFF_OVS_DATAPATH.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-11
Jesse Gross
datapath: Don't use RCU for internal dev vport.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
tunneling: Fix updated port pools commit.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Drop unused file ops.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Hold mutex for DP while userspace is blocking...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: dp_sysfs_add_dp() needs RTNL lock.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: RCU dereference correct pointer in table.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Don't rcu_dereference() objects in table.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
tunneling: Add missing rcu_dereference() to cache cleaner.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
brcompat: Simplify generation of bridge ID.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Use static where possible.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Use NULL instead of 0 in alloc_buckets().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
capwap: Bind address should be big endian.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Try to avoid custom checksum update function.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Compatibility code for inet_proto_csum_replace2.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Correctly update IP checksum with actions.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Compatibility code for csum_replace4.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
tunneling: Update port pools on config change.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Fix indentation in patch-vport.c.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
datapath: Convert patch vport to use call_rcu() on...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
tunneling: Access correct IP header when processing...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-10
Jesse Gross
tunneling: Remove call to eth_type_trans() on receive.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-06
Jesse Gross
datapath: Update 32/64 bit compat ioctl to match new...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-04
Jesse Gross
datapath: Consolidate checksum compatibility code.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Allow skbs with a frag list.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Don't set dev->last_rx on kernels >= 2.6.29.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
tunnels: Mark tnl_ops as static.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Constify ops structures.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Provide compatibility code for SET_ETHTOOL_OPS...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Add compatibility code for inet_add_protocol().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Use __read_mostly annotations where appropriate.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Don't unnecessarily set skb mac header.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Remove share check for internal devices.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
vport: Remove unused error types.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
datapath: Drop obsolete comment.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
tunneling: Clear IP control block in one memset.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-12-03
Jesse Gross
tunneling: Clear OVS_CB after call to update_header().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-11-05
Jesse Gross
AUTHORS: Add Romain Lenglet.
commit
|
commitdiff
|
tree
2010-11-05
Jesse Gross
datapath: Directly use free_netdev for internal devices.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-11-03
Jesse Gross
autoconf: Compat checks no longer support multiple...
commit
|
commitdiff
|
tree
2010-11-03
Jesse Gross
datapath: Work around debugging for csum_and_copy_to_user().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-11-03
Jesse Gross
autoconf: Tolerate missing file when grepping.
commit
|
commitdiff
|
tree
2010-10-28
Jesse Gross
netdev: Fix carrier status for down interfaces.
commit
|
commitdiff
|
tree
2010-10-25
Jesse Gross
datapath: Add loop detection for RT kernels.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-10-25
Jesse Gross
datapath: #define local_bh_disable to preempt_disable...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-10-08
Jesse Gross
tunneling: Internal dev vport can be NULL.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-10-06
Jesse Gross
datapath: Force our include directory to be first.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-10-04
Jesse Gross
tunnel: Correctly check for internal device.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
tunneling: Allow disabling tunnel header caching.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Add tunnel header caching.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Backport workqueue functions.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Move is_frag out of struct ovs_skb_cb.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Enable usage of cached flows.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Add ref counting for flows.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-22
Jesse Gross
datapath: Move flow allocation into a function.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-17
Jesse Gross
AUTHORS: Add Alexey I. Froloff as reporter.
commit
|
commitdiff
|
tree
2010-09-17
Jesse Gross
datapath: Remove backported random32().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-16
Jesse Gross
AUTHORS: Add Vivien Bernet-Rollande.
commit
|
commitdiff
|
tree
2010-09-16
Jesse Gross
datapath: Check IS_ERR() in do_execute().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-09-08
Jesse Gross
datapath: Check for backported __wsum and __sum16.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-30
Jesse Gross
AUTHORS: Add Joe Perches.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-30
Jesse Gross
datapath: Add compat functions for pr_*.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
netdev-tunnel: Add CAPWAP userspace interface.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
netdev: Don't assume all netdevs are available at runtime.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
datapath: Add support for CAPWAP UDP transport.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
datapath: Add support for tunnel fragmentation.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
netdev-gre: Genericize GRE netdev.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-24
Jesse Gross
datapath: Abstract tunneling implementation from GRE.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-23
Jesse Gross
terminal: Remove vlog modules.
commit
|
commitdiff
|
tree
2010-08-21
Jesse Gross
datpath: Avoid reporting half updated statistics.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-21
Jesse Gross
gre: Don't require incoming checksum.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-21
Jesse Gross
gre: Disable checksums by default.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2010-08-02
Jesse Gross
datapath: Remove netdev_alloc_skb_ip_align() compat...
commit
|
commitdiff
|
tree
2010-07-30
Jesse Gross
vport-internal: Set vport to NULL when detaching.
commit
|
commitdiff
|
tree
2010-07-30
Jesse Gross
vport: Make dp_port->vport always valid.
commit
|
commitdiff
|
tree
2010-07-30
Jesse Gross
datapath: Remove dead code.
commit
|
commitdiff
|
tree
2010-07-30
Jesse Gross
datapath: Remove redundant checks on SKBs.
commit
|
commitdiff
|
tree
2010-07-30
Jesse Gross
datapath: Catch missed formatting changes.
commit
|
commitdiff
|
tree
2010-07-26
Jesse Gross
datapath: Don't query time for every packet.
commit
|
commitdiff
|
tree
next