summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-12-05openvswitch: fix flow command message sizePaolo Abeni
2019-11-25net: ovs: fix return type of ndo_start_xmit functionYueHaibing
2019-10-05openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-04-27openvswitch: fix flow actions reallocationAndrea Righi
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2018-05-26openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio
2018-03-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme
2018-02-03openvswitch: fix the incorrect flow action alloc sizezhangliping
2017-08-11openvswitch: fix potential out of bound access in parse_ctLiping Zhang
2017-03-30net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-05-18openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-03-03lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer
2015-12-18openvswitch: correct encoding of set tunnel action attributesSimon Horman
2015-12-11openvswitch: Respect conntrack zone even if invalidJoe Stringer
2015-12-11openvswitch: Fix helper reference leakJoe Stringer
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni
2015-11-24net: openvswitch: Remove invalid commentAaron Conole
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27openvswitch: Fix skb leak using IPv6 defragJoe Stringer
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar
2015-10-22openvswitch: Fix incorrect type use.Pravin B Shelar
2015-10-21openvswitch: Serialize nested ct actions if providedJoe Stringer
2015-10-21openvswitch: Mark connections new when not confirmed.Joe Stringer
2015-10-21openvswitch: Reject ct_state masks for unknown bitsJoe Stringer
2015-10-21openvswitch: Allocate memory for ovs internal device stats.James Morse
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-18openvswitch: Scrub skb between namespacesJoe Stringer
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov