Age | Commit message (Expand) | Author | Files | Lines |
2019-03-29 | openvswitch: fix flow actions reallocation | Andrea Righi | 1 | -2/+2 |
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 |
2018-12-01 | openvswitch: fix spelling mistake "execeeds" -> "exceeds" | Colin Ian King | 1 | -1/+1 |
2018-11-11 | OVS: remove VLAN_TAG_PRESENT - fixup | Michał Mirosław | 1 | -1/+1 |
2018-11-09 | OVS: remove use of VLAN_TAG_PRESENT | Michał Mirosław | 4 | -18/+23 |
2018-11-09 | openvswitch: remove BUG_ON from get_dpdev | Li RongQing | 1 | -1/+0 |
2018-11-04 | openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELS | Arnd Bergmann | 1 | -1/+2 |
2018-11-01 | openvswitch: Fix push/pop ethernet validation | Jaime Caamaño Ruiz | 1 | -2/+2 |
2018-10-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -2/+6 |
2018-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2018-10-05 | openvswitch: load NAT helper | Flavio Leitner | 1 | -0/+4 |
2018-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
2018-10-02 | Revert "openvswitch: Fix template leak in error cases." | Flavio Leitner | 1 | -4/+2 |
2018-09-29 | openvswitch: Use correct reply values in datapath and vport ops | Yifeng Sun | 1 | -10/+10 |
2018-09-28 | net: ovs: fix return type of ndo_start_xmit function | YueHaibing | 1 | -2/+3 |
2018-09-20 | netfilter: conntrack: pass nf_hook_state to packet and error handlers | Florian Westphal | 1 | -2/+6 |
2018-09-07 | openvswitch: Derive IP protocol number for IPv6 later frags | Yi-Hung Wei | 1 | -13/+9 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+5 |
2018-07-29 | openvswitch: meter: Fix setting meter id for new entries | Justin Pettit | 1 | -5/+5 |
2018-07-18 | ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module | Florian Westphal | 1 | -0/+1 |
2018-07-18 | netfilter: Remove useless param helper of nf_ct_helper_ext_add | Gao Feng | 1 | -1/+1 |
2018-07-16 | openvswitch: use nf_ct_get_tuplepr, invert_tuplepr | Florian Westphal | 1 | -14/+3 |
2018-07-08 | openvswitch: kernel datapath clone action | Yifeng Sun | 2 | -0/+106 |
2018-06-29 | net: check tunnel option type in tunnel flags | Pieter Jansen van Vuuren | 1 | -1/+6 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
2018-05-25 | openvswitch: Support conntrack zone limit | Yi-Hung Wei | 5 | -6/+567 |
2018-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+3 |
2018-05-04 | openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found | Stefano Brivio | 1 | -6/+3 |
2018-04-24 | netfilter: add NAT support for shifted portmap ranges | Thierry Du Tre | 1 | -2/+2 |
2018-03-29 | ovs: Remove rtnl_lock() from ovs_exit_net() | Kirill Tkhai | 1 | -2/+0 |
2018-03-29 | net: Introduce net_rwsem to protect net_namespace_list | Kirill Tkhai | 1 | -0/+2 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+9 |
2018-03-18 | net: Convert ovs_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-03-12 | openvswitch: meter: fix the incorrect calculation of max delta_t | zhangliping | 1 | -3/+9 |
2018-03-08 | openvswitch: fix vport packet length check. | William Tu | 1 | -4/+4 |
2018-02-01 | openvswitch: Remove padding from packet before L3+ conntrack processing | Ed Swierk | 1 | -0/+34 |