Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-03-11net: openvswitch: fix uAPI incompatibility with existing user spaceIlya Maximets
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka
2021-01-15net: openvswitch: add log message for error caseEelco Chaudron
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron
2020-07-14net: openvswitch: kerneldoc fixesAndrew Lunn
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook
2020-02-17openvswitch: add TTL decrement actionMatteo Croce
2019-12-25openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese
2019-11-06Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu
2019-03-29openvswitch: fix flow actions reallocationAndrea Righi
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique
2019-01-17openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2018-11-09OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-11-01openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-05-04openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio
2018-01-26openvswitch: add erspan version I and II supportWilliam Tu
2018-01-19flow_netlink: Remove unneeded semicolonsChristopher Díaz Riveros
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2017-11-27openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun
2017-11-13openvswitch: Add meter action supportAndy Zhou
2017-11-08openvswitch: enable NSH supportYi Yang
2017-10-11openvswitch: add ct_clear actionEric Garver
2017-10-10openvswitch: Add erspan tunnel support.William Tu
2017-08-12openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy
2017-03-16net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz
2017-02-10openvswitch: Pack struct sw_flow_key.Jarno Rajahalme
2017-02-10openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc
2016-09-21openvswitch: avoid resetting flow key while installing new flow.pravin shelar
2016-09-09openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver
2016-06-11openvswitch: Add packet truncation support.William Tu