homepage
path: root/include/uapi/linux/openvswitch.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno1-1/+2
2024-07-05net: openvswitch: add psample actionAdrian Moreno1-0/+28
2023-08-14net: openvswitch: add explicit drop actionEric Garver1-0/+2
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole1-0/+1
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei1-0/+14
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko1-0/+3
2022-03-10net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets1-4/+14
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka1-0/+6
2021-07-27openvswitch: fix alignment issuesMark Gray1-2/+2
2021-07-27openvswitch: update kdoc OVS_DP_ATTR_PER_CPU_PIDSMark Gray1-1/+1
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray1-0/+8
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron1-0/+2
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron1-0/+1
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron1-1/+1
2020-02-16openvswitch: add TTL decrement actionMatteo Croce1-0/+7
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese1-0/+31
2019-11-14net: openvswitch: add hash info to upcallTonghao Zhang1-1/+3
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey1-0/+3
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-0/+1
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei1-0/+3
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique1-0/+42
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun1-0/+3
2018-05-25openvswitch: Add conntrack limit netlink definitionYi-Hung Wei1-0/+28
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu1-0/+1
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu1-1/+0
2017-11-13openvswitch: Add meter action supportAndy Zhou1-0/+3
2017-11-13openvswitch: Add meter netlink definitionsAndy Zhou1-0/+51
2017-11-08openvswitch: enable NSH supportYi Yang1-0/+29
2017-11-05openvswitch: reliable interface indentification in port dumpsJiri Benc1-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2017-10-10openvswitch: add ct_clear actionEric Garver1-0/+2
2017-10-09openvswitch: Add erspan tunnel support.William Tu1-0/+1
2017-06-08openvswitch: warn about missing first netlink attributeNicolas Dichtel1-0/+1
2017-04-24openvswitch: Add eventmask support to CT action.Jarno Rajahalme1-0/+12
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou1-0/+15
2017-02-09openvswitch: Add force commit.Jarno Rajahalme1-0/+5
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme1-1/+19
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme1-2/+6
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc1-0/+15
2016-09-08openvswitch: 802.1ad uapi changes.Thomas F Herbert1-8/+9
2016-08-22include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli1-1/+1
2016-08-22include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli1-2/+2
2016-06-22openvswitch: Add packet len info to upcall.William Tu1-0/+2
2016-06-10openvswitch: Add packet truncation support.William Tu1-0/+6
2016-04-26ovs: align nlattr properly when neededNicolas Dichtel1-0/+2
2016-04-25ovs: use nla_put_u64_64bit()Nicolas Dichtel1-0/+1
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-0/+1
2016-03-14openvswitch: Interface with NAT.Jarno Rajahalme1-0/+49
2015-12-14openvswitch: fix trivial comment typoPaolo Abeni1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-10-21openvswitch: Clarify conntrack COMMIT behaviourJoe Stringer1-1/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+15
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-10/+4
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-4/+4
2015-10-07openvswitch: Fix typos in CT headersJoe Stringer1-2/+2
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-0/+2
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-6/+6
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer1-0/+3
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-0/+10
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-0/+5
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+40
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf1-1/+1
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee1-0/+4
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme1-1/+21
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer1-0/+20
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf1-0/+11
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-0/+4
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme1-0/+2
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang1-0/+13
2014-11-05openvswitch: Fix the type of struct ovs_key_nd nd_target field.Jarno Rajahalme1-3/+3
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman1-0/+32
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-0/+2
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross1-1/+1
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross1-0/+1
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou1-0/+26
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang1-4/+9
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-1/+3
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf1-1/+9
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf1-0/+4
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme1-0/+1
2013-10-22openvswitch: collect mega flow mask statsAndy Zhou1-3/+14
2013-08-26openvswitch: Add SCTP supportJoe Stringer1-0/+6
2013-08-23openvswitch: Mega flow implementationAndy Zhou1-1/+8
2013-08-20openvswitch: Add vxlan tunneling support.Pravin B Shelar1-0/+11
2013-06-19openvswitch: Add gre tunnel support.Pravin B Shelar1-0/+1
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar1-0/+18
2013-06-14openvswitch: Fix struct comment.Pravin B Shelar1-1/+0
2013-03-29openvswitch: Expose <linux/openvswitch.h> to userspaceThomas Graf1-0/+456