aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey3-5/+48
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-67/+99
2019-08-28openvswitch: Clear the L4 portion of the key for "later" fragments.Justin Pettit1-1/+4
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose3-66/+95
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+14
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+8
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-19net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso3-10/+10
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old headroomTaehee Yoo1-11/+28
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley1-10/+3
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley1-35/+2
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley1-27/+4
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2019-07-08net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2-4/+4
2019-06-30net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-276/+32
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+12
2019-06-11net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del()Taehee Yoo1-2/+0
2019-06-11net: openvswitch: do not free vport if register_netdevice() is failed.Taehee Yoo1-6/+12
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+3
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner18-252/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven1-2/+2
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+20
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-05-04net: openvswitch: return an error instead of doing BUG_ON()Eelco Chaudron1-2/+5
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner1-6/+20
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg3-0/+20
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg4-11/+12
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek6-28/+30
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-9/+9
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-03-29openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu1-10/+36
2019-03-28openvswitch: fix flow actions reallocationAndrea Righi1-2/+2
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei1-1/+29
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique2-0/+219
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner1-0/+6
2019-03-22genetlink: make policy common to familyJohannes Berg3-20/+6
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-12openvswitch: convert to kvmallocKent Overstreet4-43/+13
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-3/+1