summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)Author
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-22net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Taehee Yoo
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo
2019-06-30net: openvswitch: fix csum updates for MPLS actionsJohn Hurley
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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