summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu
2019-03-12openvswitch: convert to kvmallocKent Overstreet
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2019-01-16openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław
2018-11-08openvswitch: remove BUG_ON from get_dpdevLi RongQing
2018-11-03openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann
2018-10-31openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-04openvswitch: load NAT helperFlavio Leitner
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal
2018-09-06openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal