]> git.proxmox.com Git - ovs.git/history - datapath
datapath: Check if gre kernel module is loaded
[ovs.git] / datapath /
2018-06-07 Greg Rosedatapath: Check if gre kernel module is loaded
2018-06-05 Greg Rosedatapath: Do not fail to load on gre protocol conflict
2018-06-04 Greg Rosecompat: Fix compile warning
2018-06-04 Greg Rosecompat: Add skb_checksum_simple_complete()
2018-06-01 Greg Rosecompat: Fixups for newer kernels
2018-05-29 William Tudatapath: ip6_gre: fix tunnel metadata device sharing.
2018-05-29 William Tudatapath: ip6_gre: Fix ip6erspan hlen calculation
2018-05-29 William Tudatapath: ip6_gre: Split up ip6gre_changelink()
2018-05-29 William Tudatapath: ip6_gre: Split up ip6gre_newlink()
2018-05-29 William Tudatapath: ip6_gre: Split up ip6gre_tnl_change()
2018-05-29 William Tudatapath: ip6_gre: Split up ip6gre_tnl_link_config()
2018-05-29 William Tudatapath: ip6_gre: Fix headroom request in ip6erspan_tu...
2018-05-29 William Tudatapath: ip6_gre: Request headroom in __gre6_xmit()
2018-05-25 Jan Scheurichuserspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash...
2018-05-25 William Tucompati/ip_gre: remove duplicate vport definition.
2018-05-23 Yi-Hung Weidatapath: compat: Fix ndo_size in RHEL 7.5 backport
2018-05-22 William Tuerspan: fix invalid erspan version.
2018-05-22 Greg Rosegre: Resolve gre receive issues
2018-05-22 Greg Roserhel: Enable ERSPAN features for RHEL 7.x
2018-05-22 William Tuerspan: set bso when truncated bit is set.
2018-05-22 William Tuerspan: auto detect truncated ipv6 packets.
2018-05-22 William Tuip6erspan: make sure enough headroom at xmit.
2018-05-22 William Tuip6erspan: improve error handling for erspan version...
2018-05-22 William Tuip6gre: add erspan v2 to tunnel lookup
2018-05-22 William Tuerspan: auto detect truncated packets.
2018-05-22 William Tuopenvswitch: fix vport packet length check.
2018-05-22 William Tudatapath: add erspan version I and II support
2018-05-22 William Tucompat: erspan: use bitfield instead of mask and offset
2018-05-22 William Tudatapath: erspan: introduce erspan v2 for ip_gre
2018-05-22 Greg Rosedatapath: Use correct tunnel receive for ip6gre
2018-05-22 Greg Rosedatapath: Add dellink op to ip6gre and ip6erspan tap ops
2018-05-22 Greg Rosecompat: Add ipv6 GRE and IPV6 Tunneling
2018-05-22 Greg Rosecompat: Fixups for some compile warnings and errors
2018-05-22 Greg Rosecompat: Add #define for gre_handle_offloads
2018-05-22 Greg Rosecompat: Move function to header
2018-05-22 Xin Longip_gre: remove the incorrect mtu limit for ipgre tap
2018-05-22 William Tuip_gre: erspan: reload pointer after pskb_may_pull
2018-05-22 Haishuang Yanip_gre: fix wrong return value of erspan_rcv
2018-05-22 William Tucompat/erspan: refactor existing erspan code
2018-05-22 William Tuip_gre: Refactor the erspan tunnel code.
2018-05-22 Xin Longip_gre: erspan device should keep dst
2018-05-22 Xin Longip_gre: set tunnel hlen properly in erspan_tunnel_init
2018-05-22 Xin Longip_gre: get key from session_id correctly in erspan_rcv
2018-05-22 William Tuip_gre: check packet length and mtu correctly in erspan tx
2018-05-22 William Tucompat/gre: add collect_md mode
2018-05-22 William Tugre: refactor the gre_fb_xmit
2018-05-22 William Tugre: fix goto statement typo
2018-05-22 William Tugre: introduce native tunnel support for ERSPAN
2018-05-22 Greg Rosecompat: Remove unsupported kernel compat code
2018-05-15 Yi-Hung Weidatapath: compat: Fix build on RHEL 7.5
2018-05-09 Greg Rosecompat: Fix upstream 4.4.119 kernel
2018-04-30 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-04-23 Greg Rosedatapath: Prevent panic
2018-02-28 Greg Rosecompat: Fix RHEL 7 build warnings
2018-02-28 Greg Rosecompat: Fix RHEL 7 compile
2018-02-23 William Tuip_tunnels: Fix grammar error.
2018-02-16 Ed Swierkdatapath: Remove padding from packet before L3+ conntra...
2018-02-16 Christopher Díaz... datapath: Remove unneeded semicolons
2018-02-16 Yang Shidatapath: remove unused hardirq.h
2018-02-16 Julia Lawalldatapath: drop unneeded newline
2018-02-16 Eric Garverdatapath: Fix pop_vlan action for double tagged frames
2018-02-16 paolo abenidatapath: do not propagate headroom updates to internal...
2018-02-13 Gustavo A. R. Silvadatapath: meter: Use 64-bit arithmetic instead of 32-bit
2018-02-13 Gustavo A. R. Silvadatapath: meter: fix NULL pointer dereference in ovs_me...
2018-02-13 Wei Yongjundatapath: Using kfree_rcu() to simplify the code
2018-02-13 Wei Yongjundatapath: Fix return value check in ovs_meter_cmd_featu...
2018-02-13 Andy Zhoudatapath: Add meter infrastructure
2018-02-13 Andy Zhoudatapath: Add meter netlink definitions
2018-02-13 Jiri Bencdatapath: reliable interface indentification in port...
2018-02-13 Andy Zhoudatapath: export get_dp() API
2018-02-12 Arnd Bergmanndatapath: use ktime_get_ts64() instead of ktime_get_ts()
2018-02-12 zhanglipingdatapath: fix the incorrect flow action alloc size
2018-02-12 Gustavo A. R. Silvadatapath: fix data type in queue_gso_packets
2018-02-12 Christophe JAILLETdatapath: Fix an error handling path in 'ovs_nla_init_m...
2018-02-12 Greg Rosecompat: Fix compiler headers
2018-02-12 Greg Rosedatapath: Fix SKB_GSO_UDP usage
2018-02-12 Florian Westphaldatapath: conntrack: make protocol tracker pointers...
2018-02-12 Greg Rosecompat:inet_frag.h: Check for frag_percpu_counter_batch
2018-02-12 Greg Rosecompat: Do not include headers when not compiling
2018-02-12 Greg Rosedatapath: Fix netdev_master_upper_dev_link for 4.14
2018-02-07 Yi Yangdatapath: enable NSH support
2018-02-07 Yi Yangdatapath: nsh: add GSO support
2018-02-07 Yi Yangdatapath: net: add NSH header structures and helpers
2018-02-07 Yi Yangdatapath: vxlan: factor out VXLAN-GPE next protocol
2018-02-07 Yi Yangdatapath: ether: add NSH ethertype
2018-01-25 wenxugre: strip gre-tso offload flags
2018-01-24 Ben PfaffRevert "compat:inet_frag.h: Check for frag_percpu_count...
2018-01-23 Greg Rosecompat:inet_frag.h: Check for frag_percpu_counter_batch
2018-01-23 Eric Garverdatapath: add ct_clear action
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-11 Yi Yangnsh: add new flow key 'ttl'
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2017-12-04 Yunjian Wangdatapath: Fix kernel panic for uninitialized tun_dst...
2017-11-08 Jan ScheurichNSH: Minor bugfixes
2017-11-01 Kaige Fudatapath: Remove redundant check for IFF_NO_QUEUE
2017-10-31 Greg Rosedatapath: Check maximum netlink message size
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Greg Rosedatapath: Fix up vxlan device flags
2017-09-22 Greg Rosedatapath: Check for existence of nf_hook_ops member...
2017-09-22 Greg Rosedatapath: Fixup RTNL ops for kernel 4.13
next