]> git.proxmox.com Git - mirror_ovs.git/history - datapath
Python3 compatibility: fix integer problems
[mirror_ovs.git] / datapath /
2017-06-28 Justin Pettitdatapath: Fix missing "_ATTR" docstrings from some...
2017-06-27 Ben Pfaffopenvswitch.h: OVS_KEY_ATTR_PACKET_TYPE is userspace...
2017-06-19 Ben Pfaffopenvswitch.h: Use odp_port_t for port numbers in users...
2017-06-19 Greg Rosecompat: Restrict __ro_after_init usage
2017-06-02 Georg Schmueckinguserspace: add vxlan gpe support to vport
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-30 Ben Pfaffpackets: Remove unnecessary "packed" annotations.
2017-05-08 Jan Scheurichuserspace: Support for push_eth and pop_eth actions
2017-05-05 Jiri Bencdatapath: backport: vxlan: do not output confusing...
2017-05-04 Jiri Bencdatapath: backport: vxlan: correctly handle ipv6.disabl...
2017-05-03 Joe Stringerdatapath: Remove untracked CT on newer kernels.
2017-05-03 Yi-Hung Weidatapath: Fix ovs_flow_key_update()
2017-05-03 Yi-Hung Weidatapath: correctly fragment packet with mpls headers
2017-05-03 Yi-Hung Weidatapath: set network header correctly on key extract
2017-05-03 Yi-Hung Weidatapath: Fixups for MPLS GSO
2017-04-28 Joe Stringercompat: Remove unused netdevice backport code.
2017-04-28 Greg Rosecompat: Fix build error in kernels 4.10
2017-04-27 Jarno Rajahalmedatapath: Delete conntrack entry clashing with an expec...
2017-04-27 Jarno Rajahalmedatapath: nf_connlabels_replace() backport.
2017-04-27 Jarno Rajahalmedatapath: Add eventmask support to CT action.
2017-04-27 Jarno Rajahalmedatapath: Typo fix.
2017-04-21 Johannes Bergdatapath: pass extended ACK struct to parsing functions
2017-04-19 Jarno Rajahalmedatapath: Fix refcount leak on force commit.
2017-04-19 Andy Zhoudatapath: Openvswitch: Refactor sample and recirc actio...
2017-04-19 Andy Zhoudatapath: openvswitch: Optimize sample action for the...
2017-04-19 Andy Zhoudatapath: openvswitch: Refactor recirc key allocation.
2017-04-19 Andy Zhoudatapath: openvswitch: Deferred fifo API change.
2017-04-19 Kris Murphydatapath: openvswitch: Add missing case OVS_TUNNEL_KEY_...
2017-04-19 Or Gerlitzdatapath: net/openvswitch: Set the ipv6 source tunnel...
2017-04-19 Peter Downsdatapath: actions: fixed a brace coding style warning.
2017-04-19 Eric Dumazetcompat: ipv6: orphan skbs in reassembly unit.
2017-04-19 Jarno Rajahalmedatapath: Pack struct sw_flow_key.
2017-04-19 Andy Zhoudatapath: Always define NF_CT_LABELS_MAX_SIZE
2017-04-12 Joe Stringercompat: vxlan: Fix NULL dereference in dst_cache.
2017-04-11 Jarno Rajahalmedatapath: Avoid struct copy on conntrack labels.
2017-03-09 Jarno Rajahalmedatapath: Add a missing comment.
2017-03-09 Jarno Rajahalmedatapath: Add force commit.
2017-03-09 Jarno Rajahalmecompat: nf_ct_delete compat.
2017-03-09 Jarno Rajahalmedatapath: Add original direction conntrack tuple to...
2017-03-09 Jarno Rajahalmedatapath: Inherit master's labels.
2017-03-09 Jarno Rajahalmedatapath: Refactor labels initialization.
2017-03-09 Jarno Rajahalmedatapath: Simplify labels length logic.
2017-03-09 Jarno Rajahalmedatapath: Unionize ovs_key_ct_label with a u32 array.
2017-03-09 Jarno Rajahalmedatapath: Do not trigger events for unconfirmed connect...
2017-03-09 Jarno Rajahalmedatapath: Use inverted tuple in ovs_ct_find_existing...
2017-03-09 Jarno Rajahalmedatapath: Fix comments for skb->_nfct
2017-03-09 Florian Westphaldatapath: add and use nf_ct_set helper
2017-03-09 Florian Westphaldatapath: add and use skb_nfct helper
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-03 andy zhoudatapath: Simplify do_execute_actions().
2017-03-03 Lance Richardsondatapath: maintain correct checksum state in conntrack...
2017-03-03 stephen hemmingerdatapath: make ndo_get_stats64 a void function
2017-03-02 Alexey Dobriyandatapath: netns: make struct pernet_operations::id...
2017-03-02 Yang, Yi Ydatapath: allow L3 netdev ports
2017-03-02 Yang, Yi Ydatapath: add Ethernet push and pop actions
2017-03-02 Yang, Yi Ydatapath: netlink: support L3 packets
2017-03-02 Yang, Yi Ydatapath: add processing of L3 packets
2017-03-02 Yang, Yi Ydatapath: support MPLS push and pop for L3 packets
2017-03-02 Yang, Yi Ydatapath: pass mac_proto to ovs_vport_send
2017-03-02 Yang, Yi Ydatapath: add mac_proto field to the flow key
2017-03-02 Yang, Yi Ydatapath: use hard_header_len instead of hardcoded...
2017-03-02 Pablo Neira Ayusodatapath: handle NF_REPEAT from nf_conntrack_in()
2017-03-02 Jarod Wilsondatapath: use core MTU range checking in core net infra
2017-03-02 Jiri Bencdatapath: remove unnecessary EXPORT_SYMBOLs
2017-03-02 Jiri Bencdatapath: remove unused functions
2017-03-02 Jiri Bencdatapath: add NETIF_F_HW_VLAN_STAG_TX to internal dev.
2017-03-02 pravin shelardatapath: avoid resetting flow key while installing...
2017-03-02 pravin shelardatapath: Fix Frame-size larger than 1024 bytes warning.
2017-03-02 Thadeu Lima de Sou... datapath: use percpu flow stats
2017-03-02 Thadeu Lima de Sou... datapath: fix flow stats accounting when node 0 is...
2017-03-02 Yang, Yi Ydatapath: 802.1AD Flow handling, actions, vlan parsing...
2017-03-02 Yang, Yi Ydatapath: backport: vlan: Check for vlan ethernet types...
2017-03-02 Yang, Yi Ydatapath: backport: openvswitch: 802.1ad uapi changes.
2017-03-02 Yang, Yi Ydatapath: backport: vlan: Introduce helper functions...
2017-03-02 Yang, Yi Ydatapath: backport: Fix vlan_insert_tag_set_proto().
2017-01-24 Andy Zhoudpif-netdev: Add clone action
2017-01-07 John Hurleydatapath: Ensure correct L4 checksum with NAT helpers.
2016-12-14 Yi-Hung Weidatapath: compat: Fix build on RHEL 7.3
2016-12-12 Stephen Finucanedoc: Populate 'topics' section
2016-12-10 Jarno Rajahalmedatapath: Fix compile time assertion.
2016-12-10 Jarno Rajahalmedatapath: Allow compile against current net-next.
2016-11-30 Daniele Di Proiettodatapath: backport: openvswitch: Fix skb leak in IPv6...
2016-11-14 Zhang Dongyadatapath: compat: vxlan: Avoid possible NULL dereferenc...
2016-11-04 Stephen Finucanedoc: Convert datapath/README to rST
2016-11-01 Pravin B Shelardatapath: geneve: Handle vlan tag
2016-11-01 Pravin B Shelardatapath: backport: vxlan: avoid using stale vxlan...
2016-10-31 Pravin B Shelarlisp: avoid using stale lisp socket.
2016-10-31 Pravin B Shelardatapath: backport: geneve: avoid using stale geneve...
2016-10-20 Jarno Rajahalmedatapath: Support a fixed size of 128 distinct labels.
2016-09-20 Lance Richardsondatapath: avoid deferred execution of recirc actions
2016-09-16 Thadeu Lima de Sou... datapath: backport: openvswitch: use alias for genetlin...
2016-09-15 Pravin B Shelardatapath: compat: tunnels: Log error during initialization.
2016-09-12 Pravin B Shelardatapath: compat: geneve: use ovs specific device type...
2016-09-09 Joe Stringerdatapath: Use pre-routing hook for conntrack.
2016-08-18 Pravin B Shelardatapath: compat: handle_offloads: remove csum_help...
2016-08-18 Pravin B Shelardatapath: compat: backport LCO optimization.
2016-08-15 Pravin B Shelardatapath: backport: openvswitch: do not ignore netdev...
2016-08-15 Pravin B Shelardatapath: backport: OVS: Ignore negative headroom value
2016-08-12 Pravin B Shelardatapath: compat: keep skb mark across tunnel devices.
2016-08-11 Pravin B Shelardatapath: compat: keep skb encapsulation zero on older...
next