summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
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-11-25net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing1-1/+1
2019-04-27openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2018-05-26openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-03-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme1-1/+29
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping1-8/+8
2017-08-11openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-03-30net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-1/+2
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+2
2016-05-19openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman1-2/+2
2016-05-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann3-13/+4
2016-03-04lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni1-1/+1
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-4/+1
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-19openvswitch: correct encoding of set tunnel action attributesSimon Horman1-1/+4
2015-12-12openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2015-12-12openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni4-5/+9
2015-11-25net: openvswitch: Remove invalid commentAaron Conole1-2/+2
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+23
2015-10-28openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-28openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer3-6/+16
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-165/+83
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar10-157/+15
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar8-45/+40
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar1-3/+3
2015-10-22openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-22openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-22openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-22openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-94/+114
2015-10-19openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-13ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+1
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-1/+1
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-7/+6
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer3-7/+7
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer2-0/+18
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer1-0/+6
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer1-4/+7
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-37/+84
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc4-5/+12
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar1-29/+13
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov1-1/+2