git://git.onelab.eu
/
sliver-openvswitch.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
FAQ: Add entry describing upgrade order between userspace and kernel.
2013-01-28
Jesse Gross
FAQ: Add entry describing upgrade order between userspace...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-22
Jesse Gross
datapath: Return correct error code when dumping flow...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-22
Ben Pfaff
datapath: Don't dump partial action lists in flows.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-21
Jesse Gross
Revert "datapath: Avoid null deref when GSO is for...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-21
Jesse Gross
datapath: Move LRO check from transmit to receive.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-16
Jesse Gross
AUTHORS: Add James Page.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-16
James Page
datapath: support Linux 3.8 kernel
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-16
Jesse Gross
ofproto-dpif: Maintain tun_id across action lists.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-10
YOSHIFUJI Hideaki
datapath: Use FIELD_SIZEOF() in dp_init().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-09
Jarno Rajahalme
datapath: Change ENOENT return value to ENODEV in lookup_vpo...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-09
Kyle Mestery
datapath: Fix a kernel crash when adding a 2nd VXLAN...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2013-01-07
Jarno Rajahalme
include/linux/openvswitch.h: Make OVSP_LOCAL 32-bit.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-31
Jarno Rajahalme
Make OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configuratio...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-31
Jesse Gross
ofproto-dpif: Initialize tunnel metadata in both 'flow...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-31
Jesse Gross
datapath: Initialize tunnel_key pad member.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-21
Jarno Rajahalme
Add ODP level handling of OVS_KEY_ATTR_IPV4_TUNNEL.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-20
Isaku Yamahata
datapath: linux2.7 s/pid/portid/g
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-20
Isaku Yamahata
datapath: support Linux 3.7
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-17
Jesse Gross
datapath: Zero out key when looking up null ports.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-07
Isaku Yamahata
linux/Makefile.main.in, acinclude: preparation for...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-06
Jesse Gross
Makefile.am: Exclude third-party code from config.h...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-06
Jesse Gross
netdev-vport: Drop extra parentheses around "vxlan".
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-06
Jesse Gross
vxlan: Use sk_release_kernel() instead of sock_release().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-06
Kyle Mestery
datapath: Add support for VXLAN tunnels to Open vSwitch
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-04
Thomas Graf
datapath: Avoid useless holes in struct vport
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-04
Thomas Graf
datapath: Use eth_mac_addr() instead of duplicating it
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-12-04
Jesse Gross
datapath: Backport eth_mac_addr().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-28
Jesse Gross
datapath: Use RCU callback when detaching netdevices.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-16
Shan Wei
datapath: use this_cpu_ptr per-cpu helper
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-16
Jesse Gross
datapath: Backport this_cpu_ptr to kernels < 2.6.33
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-08
Jesse Gross
datapath: Move tun_key out of struct phy and union.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-08
Jesse Gross
datapath: ipv6_skip_exthdr() is now fully upstream.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
tunnel: Zero keys if marked as not present.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
datapath: Allow GRE64 to use flow based tunneling.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
datapath: Shorten flow tunneling flags.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
datapath: Don't allow flows installed with only TUN_ID.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
datapath: Don't write into IPV4_TUNNEL data when using...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-07
Jesse Gross
datapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-06
Jesse Gross
datapath: Remove flow refcount functionality.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-11-01
Jesse Gross
odp: Enable parsing ipv4_tunnel key.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-10-04
Jesse Gross
datapath: Print device when warning about over MTU...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-10-03
Jesse Gross
flow: Fix struct flow size build assertion failure.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-10-03
Jesse Gross
flow: Extend struct flow to contain tunnel outer header.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-25
Jesse Gross
packets: Add ECN constants.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-25
Jesse Gross
netdev-vport: Fix ToS/TTL mixup in unparsing.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-19
Peter Senna Tschudin
datapath: Remove unecessary semicolon
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-18
Jesse Gross
datapath: Add version info for out-of-tree modules.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-04
Jesse Gross
datapath: Drop comment describing vport node.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-04
Jesse Gross
datapath: Fix FLOW_BUFSIZE definition.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-09-04
Jesse Gross
datapath: Remove vport list node.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-31
Joe Stringer
datapath: Fix typo
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-22
Jesse Gross
datapath: Fix namespace refcount leak on failed init.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-14
Jesse Gross
tests: Add delay in NetFlow unit tests before killing...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-08
Jesse Gross
AUTHORS: Add Kyle Mestery.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-08
Kyle Mestery
Bump up the supported kernel versions to include 3...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-08-04
Jesse Gross
datapath: Relax set header validation.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-07-12
Jesse Gross
Add Tadaaki Nagao to AUTHORS.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-07-12
Tadaaki Nagao
datapath: Check for backported skb_frag_page().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-05-25
Joe Perches
datapath: Convert net_ratelimit uses to net_<level...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-05-25
Jesse Gross
datapath: Backport net_warn_ratelimited() and friends.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-05-25
Eric Dumazet
datapath: cleanup unsigned to unsigned int
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-05-25
David Howells
datapath: Remove all #inclusions of asm/system.h
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-05-17
Jesse Gross
datapath: Reset upper layer protocol info on internal...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-19
Simon Horman
datapath: Use ETH_ALEN instead of VLAN_ETH_ALEN
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-19
Simon Horman
datapath: Include linux/completion.h
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-05
Simon Horman
datapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-02
Jesse Gross
AUTHORS: Add David S. Miller
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-02
David S. Miller
datapath: Stop using NLA_PUT*().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-04-02
Jesse Gross
datapath: Backport nla_put_be* functions.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-26
Jesse Gross
packet: Add additional TCP flags extraction on IPv6.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-23
Jesse Gross
flow: Enable retrieval of TCP flags from IPv6 traffic.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-23
Jesse Gross
flow: Add length check when retrieving TCP flags.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-13
Chris Wright
configure: add configure option to disable building...
Cc:
Jesse Gross
<jesse@nicira.com>
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-09
Chris Wright
datapath: omit _mod from module names
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-08
Chris Wright
datapath: update linux/.gitignore
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-08
Chris Wright
datapath: rename brcompat.c to brcompat_main.c
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-03-07
Jesse Gross
datapath: Fix checksum update for actions on UDP packets.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-02-15
Danny Kukawka
datapath: use eth_hw_addr_random() and reset addr_assign_type
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-02-13
Simon Horman
ovs-ofctl: Clarify that tun_id will not be nonzero...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-02-01
Jesse Gross
datapath: Don't dereference potentially NULL vport...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-20
Jesse Gross
datapath: Correct GRE checksum offset.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-17
Jesse Gross
AUTHORS: Add Linux upstream committers.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-17
Shan Wei
datapath: kill duplicate included header
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-17
Devendra Naga
datapath: remove unused version.h includes
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-14
Jesse Gross
datapath: Fix version check for 3.2.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2012-01-12
Jesse Gross
datapath: IFF_OVS_DATAPATH is backported by RHEL 6.2.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-27
Jesse Gross
packet: Match userspace and kernel definition of ICMP...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-08
Jesse Gross
datapath: Alphabetize include/net/ipv6.h compat header.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-06
Jesse Gross
AUTHORS: Add Dan Carpenter.
commit
|
commitdiff
|
tree
2011-12-06
Dan Carpenter
datapath: small potential memory leak in ovs_vport_alloc()
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-05
Jesse Gross
AUTHORS: Add Zhi Yong Wu.
commit
|
commitdiff
|
tree
2011-12-05
Zhi Yong Wu
datapath: Fix build breakage on kernel 2.6.40
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-02
Jesse Gross
datapath: Remove custom version of ipv6_skip_exthdr().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-12-02
Jesse Gross
datapath: Fix outdated comment.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-30
Jesse Gross
datapath: Don't use ipv6_addr_copy().
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-22
Jesse Gross
datapath: Fix build after global symbol rename.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-22
Jesse Gross
datapath: Scope global symbols with ovs_ prefix.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-21
Jesse Gross
datapath: Remove unused variable in dp_notify.c.
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-21
Jesse Gross
datapath: Always notify in initial namespace for port...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
2011-11-21
Jesse Gross
datapath: Directly use methods for protecting RCU/RTNL...
Signed-off-by:
Jesse Gross
<jesse@nicira.com>
commit
|
commitdiff
|
tree
next