Age | Commit message (Expand) | Author | Files | Lines |
2019-07-25 | ovs: datapath: hide clang frame-overflow warnings | Arnd Bergmann | 1 | -7/+8 |
2019-07-20 | net: openvswitch: rename flow_stats to sw_flow_stats | Pablo Neira Ayuso | 3 | -10/+10 |
2019-07-13 | net: openvswitch: do not update max_headroom if new headroom is equal to old ... | Taehee Yoo | 1 | -11/+28 |
2019-07-09 | net: core: add MPLS update core helper and use in OvS | John Hurley | 1 | -10/+3 |
2019-07-09 | net: core: move pop MPLS functionality from OvS to core helper | John Hurley | 1 | -35/+2 |
2019-07-09 | net: core: move push MPLS functionality from OvS to core helper | John Hurley | 1 | -27/+4 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
2019-07-09 | net: openvswitch: use netif_ovs_is_port() instead of opencode | Taehee Yoo | 2 | -4/+4 |
2019-07-01 | net: openvswitch: fix csum updates for MPLS actions | John Hurley | 1 | -4/+2 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 20 | -276/+32 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -6/+12 |
2019-06-11 | net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del() | Taehee Yoo | 1 | -2/+0 |
2019-06-11 | net: openvswitch: do not free vport if register_netdevice() is failed. | Taehee Yoo | 1 | -6/+12 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -13/+3 |
2019-06-06 | net: openvswitch: drop unneeded likely() call around IS_ERR() | Enrico Weigelt | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 2 | -18/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 | Thomas Gleixner | 18 | -252/+18 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2 | -8/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-08 | openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) | Geert Uytterhoeven | 1 | -2/+2 |
2019-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -6/+20 |
2019-05-05 | openvswitch: check for null pointer return from nla_nest_start_noflag | Colin Ian King | 1 | -0/+4 |
2019-05-04 | net: openvswitch: return an error instead of doing BUG_ON() | Eelco Chaudron | 1 | -2/+5 |
2019-04-30 | openvswitch: load and reference the NAT helper. | Flavio Leitner | 1 | -6/+20 |
2019-04-28 | genetlink: optionally validate strictly/dumps | Johannes Berg | 3 | -0/+20 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 4 | -11/+12 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 6 | -28/+30 |
2019-04-09 | netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT) | Florian Westphal | 1 | -9/+9 |
2019-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2019-04-02 | openvswitch: use after free in __ovs_ct_free_action() | Dan Carpenter | 1 | -1/+1 |
2019-03-29 | openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE mode | wenxu | 1 | -10/+36 |
2019-03-29 | openvswitch: fix flow actions reallocation | Andrea Righi | 1 | -2/+2 |
2019-03-29 | openvswitch: Add timeout support to ct action | Yi-Hung Wei | 1 | -1/+29 |
2019-03-27 | net: openvswitch: Add a new action check_pkt_len | Numan Siddique | 2 | -0/+219 |
2019-03-26 | openvswitch: add seqadj extension when NAT is used. | Flavio Leitner | 1 | -0/+6 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 3 | -20/+6 |
2019-03-16 | net: openvswitch: fix missing checks for nla_nest_start | Kangjie Lu | 1 | -0/+8 |
2019-03-16 | net: openvswitch: fix a NULL pointer dereference | Kangjie Lu | 1 | -0/+4 |
2019-03-12 | openvswitch: convert to kvmalloc | Kent Overstreet | 4 | -43/+13 |
2019-02-27 | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h | Florian Westphal | 1 | -3/+1 |
2019-02-27 | netfilter: nat: merge nf_nat_ipv4,6 into nat core | Florian Westphal | 2 | -6/+4 |
2019-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -1/+1 |
2019-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2019-01-18 | netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups | Florian Westphal | 1 | -1/+1 |
2019-01-17 | openvswitch: meter: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-01-17 | openvswitch: Avoid OOB read when parsing flow nlattrs | Ross Lagerwall | 1 | -1/+1 |
2019-01-05 | openvswitch: Fix IPv6 later frags parsing | Yi-Hung Wei | 1 | -3/+5 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-12-07 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 3 | -3/+3 |