summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2021-05-22openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-08-21openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2019-12-21openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-01openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2019-11-24net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2019-11-12net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-07-31net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-22net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-04-27ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal1-0/+1
2019-04-17openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-01-31openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-11-04openvswitch: Fix push/pop ethernet validationJaime CaamaƱo Ruiz1-2/+2
2018-05-19openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-04-26openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk1-0/+34
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2018-01-02openvswitch: Fix pop_vlan action for double tagged framesEric Garver1-3/+12
2017-12-17net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva1-1/+1
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-1/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-13openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET1-1/+2
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-2/+2
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+7
2017-08-17openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang3-3/+7
2017-08-12openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2-10/+6
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-07-25openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+36
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang3-4/+9
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang1-2/+1
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller2-19/+1
2017-07-16openvswitch: Fix for force/commit action failuresGreg Rose1-15/+36
2017-07-03openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens1-1/+1
2017-07-01datapath: Avoid using stack larger than 1024.Tonghao Zhang1-23/+58
2017-06-25net: store port/representator id in metadata_dstJakub Kicinski1-1/+3
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-2/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-05-20openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti1-1/+1
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-2/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+29
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+0
2017-04-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme1-1/+29