]> git.proxmox.com Git - mirror_ovs.git/history - datapath
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / datapath /
2020-12-22 Martin Varghesetunnel: Bareudp Tunnel Support.
2020-11-27 Tonghao Zhangdatapath: ovs_ct_exit to be done under ovs_lock
2020-11-27 Joel Fernandes ... compat: rcu: Add support for consolidated-RCU reader...
2020-11-16 Greg Rosecompat: Fix compile warning.
2020-11-16 Greg Rosecompat: Fix build issue on RHEL 7.7.
2020-11-16 Greg Rosecompat: Remove stale code.
2020-10-17 Tonghao Zhangdatapath: use hlist_for_each_entry_rcu instead of hlist...
2020-10-17 Kees Cookdatapath: Distribute switch variables for initialization
2020-10-17 Jason A. Donenfelddatapath: use skb_list_walk_safe helper for gso segments
2020-10-17 aaron conoledatapath: support asymmetric conntrack
2020-10-17 Paolo Abenidatapath: remove another BUG_ON()
2020-10-17 Paolo Abenidatapath: drop unneeded BUG_ON() in ovs_flow_cmd_build_...
2020-10-17 Paolo Abenidatapath: fix flow command message size
2020-10-17 Tonghao Zhangdatapath: don't call pad_packet if not necessary
2020-10-17 Tonghao Zhangdatapath: select vport upcall portid directly
2020-10-17 Tonghao Zhangdatapath: simplify the ovs_dp_cmd_new
2020-10-17 Tonghao Zhangdatapath: fix possible memleak on destroy flow-table
2020-10-17 Tonghao Zhangdatapath: add likely in flow_lookup
2020-10-17 Tonghao Zhangdatapath: simplify the flow_hash
2020-10-17 Tonghao Zhangdatapath: optimize flow-mask looking up
2020-10-17 Tonghao Zhangdatapath: don't unlock mutex when changing the user_fea...
2020-10-17 Guillaume Naultdatapath: fix GFP flags in rtnl_net_notifyid()
2020-10-17 Paul Blakeydatapath: Set OvS recirc_id from tc chain index
2020-10-17 Yifeng Sundatapath: Print error when ovs_execute_actions() fails
2020-10-17 Taehee Yoodatapath: do not update max_headroom if new headroom...
2020-10-17 Enrico Weigeltdatapath: drop unneeded likely() call around IS_ERR()
2020-10-17 Eelco Chaudrondatapath: return an error instead of doing BUG_ON()
2020-10-17 Ben PfaffEliminate "whitelist" and "blacklist" terms.
2020-10-08 Ilya Maximetsdatapath: Fix exposing OVS_TUNNEL_KEY_ATTR_GTPU_OPTS...
2020-07-14 Yunjian Wangdatapath: Remove duplicated includes
2020-06-22 Vishal Deep Ajmerauserspace: Avoid dp_hash recirculation for balance...
2020-05-28 Han Zhoudatapath: Add hash info to upcall.
2020-05-24 Greg Rosecompat: Backport ipv6_stub change
2020-04-30 Yi-Hung Weicompat: Fix ipv6_dst_lookup build error
2020-04-15 Greg Rosecompat: Fix broken partial backport of extack op parameter
2020-03-26 William Tuuserspace: Add GTP-U support.
2020-03-24 Greg Rosecompat: Fix nf_ip_hook parameters for RHEL 8
2020-03-06 Gustavo A. R. Silvadatapath: conntrack: mark expected switch fall-through
2020-03-06 Johannes Bergcompat: Use nla_parse deprecated functions
2020-03-06 Greg Rosedatapath: Kbuild: Add kcompat.h header to front of...
2020-03-06 Pankaj Bharadiyadatapath: Use sizeof_field macro
2020-03-06 Greg Rosecompat: Remove flex_array code
2020-03-06 Johannes Bergcompat: Move genl_ops policy to genl_family
2020-03-06 Greg Rosecompat: Fix up changes to inet frags in 5.1+
2020-01-31 Greg Rosecompat: Remove HAVE_BOOL_TYPE
2020-01-07 Anju Thomasuserspace: Improved packet drop statistics.
2020-01-07 Greg Rosecompat: Include confirm_neigh parameter if needed
2019-12-22 Paul Blakeydpif: Add support to set user features
2019-12-02 Greg Rosedatapath: make generic netlink group const
2019-11-22 Tonghao Zhangofproto-dpif-upcall: Echo HASH attribute back to datapath.
2019-11-22 Martin VargheseDatapath: Change in openvswitch kernel module to suppor...
2019-11-20 Greg Rosecompat: Add missing inline keyword
2019-11-05 Greg Roseip_gre: Remove even more unused code
2019-11-01 Greg RoseRevert "ip_gre: Remove even more unused code"
2019-10-31 Greg Roseip_gre: Remove even more unused code
2019-10-31 Greg Roseip_gre: Removed unused ipgre netdev ops
2019-10-18 Yi-Hung Weidatapath: Allow attaching helper in later commit
2019-10-18 Yi-Hung Weidatapath: Fix log message in ovs conntrack
2019-10-18 Yi-Hung Weidatapath: Replace removed NF_NAT_NEEDED with IS_ENABLED...
2019-10-18 Colin Ian Kingdatapath: Check for null pointer return from nla_nest_s...
2019-10-18 Yi-Hung Weidatapath: Load and reference the NAT helper.
2019-10-18 Yi-Hung Weidatapath: genetlink: optionally validate strictly/dumps
2019-10-18 Yi-Hung Weidatapath: Use nla_nest_start_noflag()
2019-10-18 Yi-Hung Weidatapath: Handle NF_NAT_NEEDED replacement
2019-10-18 Flavio Leitnerdatapath: add seqadj extension when NAT is used.
2019-10-18 Yi-Hung Weidatapath: Detect upstream nf_nat change
2019-10-18 Yi-Hung Weidatapath: Replace nf_ct_invert_tuplepr() with nf_ct_inv...
2019-10-18 Arnd Bergmanndatapath: Fix linking without CONFIG_NF_CONNTRACK_LABELS
2019-10-18 Greg Rosedatapath: compat: drop bridge nf reset from nf_reset
2019-10-18 Pablo Neira Ayusodatapath: rename flow_stats to sw_flow_stats
2019-10-18 Haishuang Yancompat: remove the incorrect mtu limit for erspan
2019-10-18 Li RongQingdatapath: change type of UPCALL_PID attribute to NLA_UNSPEC
2019-10-18 Arnd Bergmanndatapath: hide clang frame-overflow warnings
2019-10-17 Greg Rosecompat: Fix small naming issue
2019-09-30 Yi-Hung Weidatapath: Fix conntrack cache with timeout
2019-09-26 Yi-Hung Weidatapath: Add support for conntrack timeout policy
2019-09-26 Yi-Hung Weidatapath: compat: Backport nf_conntrack_timeout support
2019-08-29 Yifeng Sundatapath: compat: Backports bugfixes for nf_conncount
2019-08-28 Justin Pettitdatapath: Clear the L4 portion of the key for "later...
2019-08-28 Greg Rosedatapath: Properly set L4 keys on "later" IP fragments
2019-07-10 Greg Rosedatapath: fix csum updates for MPLS actions
2019-07-10 Greg Rosecompat: ip6_gre: fix possible use-after-free in ip6ersp...
2019-07-03 William Tutunnel: Add layer 2 IPv6 GRE encapsulation support.
2019-07-03 Greg Rosecompat: Clean up tunnel_id_to_key
2019-07-03 Greg Rosecompat: Clean up gre_calc_hlen
2019-07-03 Greg Rosecompat: Remove duplicate metadata destination code
2019-06-26 Yi-Hung Weicompat: Fix compilation error on CentOS 7.6
2019-06-13 Petr Machatanet: core: dev: Add extack argument to dev_change_flags()
2019-06-13 Yifeng Sundatapath: Backport the removal of __tcp_checksum_complete()
2019-06-13 Michał MirosławOVS: remove use of VLAN_TAG_PRESENT
2019-06-13 Yifeng Sundatapath: Check extack argument of rtnl_create_link()
2019-06-07 Yifeng Sundatapath: Fix build errors for 4.9.172+ kernels
2019-05-10 Gao Fengnetfilter: Remove useless param helper of nf_ct_helper_...
2019-05-10 Florian Westphalopenvswitch: use nf_ct_get_tuplepr, invert_tuplepr
2019-05-10 Yifeng Sundatapath: Fix conntrack_count related compilation errors
2019-05-10 Florian Westphaldatapath: Use new header file net/ipv6_frag.h
2019-05-10 Florian Westphaldatapath: Pass nf_hook_state to nf_conntrack_in()
2019-05-10 Yifeng Sundatapath: Handle removal of nf_conntrack_l3proto.h
2019-04-28 Yifeng Sundatapath: Fix compiling error for 4.14.111+ kernel
2019-04-22 Numan Siddiquedatapath: Add a new action check_pkt_len
next