Merge branch 'mainstream'
[sliver-openvswitch.git] / datapath /
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-23 Cong Wangdatapath: fix the calculation of checksum for vlan...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-20 Ansis Attekadatapath: use skb_mark for route lookups
2013-02-20 Ansis Attekaipsec: prepare IPsec for flow based tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-02-19 Jesse Grossdatapath: Use nla_len() in queue_userspace_packet().
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Rich Lanedatapath: Call genlmsg_end in queue_userspace_packet
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_new return value on success
2013-02-08 Rich Lanedatapath: Fix ovs_vport_cmd_del return value on success
2013-02-06 Cong Wangdatapath: adjust skb_gso_segment() for calling in rx...
2013-02-02 Jesse Grosstunneling: Don't send ICMP messages if no tunnel port...
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-28 Jesse Grossdatapath: Remove kernel patch ports.
2013-01-28 Jesse Grossdatapath: Remove compatibility GRE identifier.
2013-01-28 Jesse Grossdatapath: Remove tunnel configuration sequence number.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-28 Jesse Grossdatapath: Remove tunnel path MTU discovery support.
2013-01-28 Jesse Grossdatapath: Remove support for Don't Fragment inheritance.
2013-01-26 Pravin B Shelardatapath: Clear struct ovs_key_ipv4_tunnel padding.
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-22 Jesse Grossdatapath: Return correct error code when dumping flow...
2013-01-22 Ben Pfaffdatapath: Don't dump partial action lists in flows.
2013-01-21 Jesse GrossRevert "datapath: Avoid null deref when GSO is for...
2013-01-21 Jesse Grossdatapath: Move LRO check from transmit to receive.
2013-01-21 Ben Pfaffdatapath: Avoid null deref when GSO is for verifying...
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-21 Pravin B Shelardatapath: Fix Flow dump operation.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-16 James Pagedatapath: support Linux 3.8 kernel
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-10 YOSHIFUJI Hideakidatapath: Use FIELD_SIZEOF() in dp_init().
2013-01-09 Jarno Rajahalmedatapath: Change ENOENT return value to ENODEV in looku...
2013-01-09 Kyle Mesterydatapath: Fix a kernel crash when adding a 2nd VXLAN...
2012-12-31 Jarno RajahalmeMake OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configu...
2012-12-31 Jesse Grossdatapath: Initialize tunnel_key pad member.
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-20 Isaku Yamahatadatapath: linux2.7 s/pid/portid/g
2012-12-20 Isaku Yamahatadatapath: support Linux 3.7
2012-12-17 Jesse Grossdatapath: Zero out key when looking up null ports.
2012-12-16 Giuseppe LettieriMerge branch 'hotfix' into make-improv
2012-12-07 Isaku Yamahatalinux/Makefile.main.in, acinclude: preparation for...
2012-12-06 Jesse Grossvxlan: Use sk_release_kernel() instead of sock_release().
2012-12-06 Kyle Mesterydatapath: Add support for VXLAN tunnels to Open vSwitch
2012-12-04 Thomas Grafdatapath: Avoid useless holes in struct vport
2012-12-04 Thomas Grafdatapath: Use eth_mac_addr() instead of duplicating it
2012-12-04 Jesse Grossdatapath: Backport eth_mac_addr().
2012-11-28 Jesse Grossdatapath: Use RCU callback when detaching netdevices.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-16 Shan Weidatapath: use this_cpu_ptr per-cpu helper
2012-11-16 Jesse Grossdatapath: Backport this_cpu_ptr to kernels < 2.6.33
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-11-08 Jesse Grossdatapath: Move tun_key out of struct phy and union.
2012-11-08 Jesse Grossdatapath: ipv6_skip_exthdr() is now fully upstream.
2012-11-07 Jesse Grosstunnel: Zero keys if marked as not present.
2012-11-07 Jesse Grossdatapath: Allow GRE64 to use flow based tunneling.
2012-11-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-07 Jesse Grossdatapath: Don't allow flows installed with only TUN_ID.
2012-11-07 Jesse Grossdatapath: Don't write into IPV4_TUNNEL data when using...
2012-11-07 Jesse Grossdatapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream...
2012-11-06 Ansis Attekadatapath: improve ipv6_find_hdr() function for IPv6...
2012-11-06 Ansis Attekadatapath: Add ipv6_find_hdr() compatibility function.
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-11-05 Pravin B Shelardatapath: Add missing bug.h file
2012-11-05 Pravin B Shelardatapath: Add support for 3.6 kernel.
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-11-05 Pravin B Shelardatapath: Fix sparse warning for symbol 'BUILD_BUG_ON_N...
2012-11-05 Pravin B Shelardatapath: enable encap for capwap.
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-10-29 Giuseppe LettieriMerge branch 'mainstream'
2012-10-24 Pravin B Shelardatapath: Fix zero key tunnels.
2012-10-24 Mehak MahajanAllow processing of RARP packets.
2012-10-20 Pravin B Shelardatapath: Tunnel port without destination IP.
2012-10-20 Pravin B Shelardatapath: Optimize flow key match for non tunnel flows.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-10 Pravin B Shelardatapath: Allow GRE64 tunnels without any key.
2012-10-09 Pravin B Shelardatapath: Fix GRE tunnel without any key.
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-10-04 Jesse Grossdatapath: Print device when warning about over MTU...
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-19 Peter Senna Tschudindatapath: Remove unecessary semicolon
2012-09-18 Jesse Grossdatapath: Add version info for out-of-tree modules.
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-09-04 Jesse Grossdatapath: Drop comment describing vport node.
2012-09-04 Jesse Grossdatapath: Fix FLOW_BUFSIZE definition.
2012-09-04 Jesse Grossdatapath: Remove vport list node.
2012-08-31 Joe Stringerdatapath: Fix typo
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-22 Jesse Grossdatapath: Fix namespace refcount leak on failed init.
2012-08-08 Kyle MesteryBump up the supported kernel versions to include 3...
2012-08-04 Jesse Grossdatapath: Relax set header validation.
2012-07-17 Leo Altermandatapath: fix typo in README
2012-07-12 Tadaaki Nagaodatapath: Check for backported skb_frag_page().
2012-07-10 Ben Pfaffdatapath: Check gso_type for correct sk_buff in queue_g...
next