| Commit message (Expand) | Author | Age | Files | Lines |
* | openvswitch: meter: fix NULL pointer dereference in ovs_meter_cmd_reply_start | Gustavo A. R. Silva | 2017-11-15 | 1 | -1/+1 |
* | openvswitch: Using kfree_rcu() to simplify the code | Wei Yongjun | 2017-11-14 | 1 | -8/+1 |
* | openvswitch: Make local function ovs_nsh_key_attr_size() static | Wei Yongjun | 2017-11-14 | 1 | -1/+1 |
* | openvswitch: Fix return value check in ovs_meter_cmd_features() | Wei Yongjun | 2017-11-14 | 1 | -1/+1 |
* | openvswitch: Add meter action support | Andy Zhou | 2017-11-13 | 3 | -0/+13 |
* | openvswitch: Add meter infrastructure | Andy Zhou | 2017-11-13 | 5 | -2/+674 |
* | openvswitch: export get_dp() API. | Andy Zhou | 2017-11-13 | 2 | -29/+31 |
* | openvswitch: enable NSH support | Yi Yang | 2017-11-08 | 6 | -2/+521 |
* | openvswitch: reliable interface indentification in port dumps | Jiri Benc | 2017-11-05 | 3 | -17/+38 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | openvswitch: conntrack: mark expected switch fall-through | Gustavo A. R. Silva | 2017-10-22 | 1 | -0/+1 |
* | | openvswitch: add ct_clear action | Eric Garver | 2017-10-10 | 4 | -0/+27 |
* | | openvswitch: Add erspan tunnel support. | William Tu | 2017-10-09 | 1 | -1/+50 |
* | | net: Add extack to upper device linking | David Ahern | 2017-10-04 | 1 | -1/+2 |
|/ |
|
* | openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()' | Christophe JAILLET | 2017-09-12 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-09-03 | 1 | -2/+2 |
|\ |
|
| * | netfilter: conntrack: make protocol tracker pointers const | Florian Westphal | 2017-08-24 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-21 | 3 | -3/+7 |
|\ \ |
|
| * | | openvswitch: fix skb_panic due to the incorrect actions attrlen | Liping Zhang | 2017-08-16 | 3 | -3/+7 |
* | | | openvswitch: Remove unnecessary newlines from OVS_NLERR uses | Joe Perches | 2017-08-11 | 2 | -10/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-01 | 1 | -2/+5 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | openvswitch: fix potential out of bound access in parse_ct | Liping Zhang | 2017-07-24 | 1 | -2/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-07-21 | 1 | -15/+36 |
|\ \
| |/ |
|
| * | openvswitch: Fix for force/commit action failures | Greg Rose | 2017-07-15 | 1 | -15/+36 |
* | | openvswitch: Optimize operations for OvS flow_stats. | Tonghao Zhang | 2017-07-19 | 3 | -4/+9 |
* | | openvswitch: Optimize updating for OvS flow_stats. | Tonghao Zhang | 2017-07-19 | 1 | -2/+1 |
* | | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 2017-07-17 | 2 | -19/+1 |
|/ |
|
* | openvswitch: fix mis-ordered comment lines for ovs_skb_cb | Daniel Axtens | 2017-07-03 | 1 | -1/+1 |
* | datapath: Avoid using stack larger than 1024. | Tonghao Zhang | 2017-07-01 | 1 | -23/+58 |
* | net: store port/representator id in metadata_dst | Jakub Kicinski | 2017-06-25 | 1 | -1/+3 |
* | vxlan: get rid of redundant vxlan_dev.flags | Matthias Schiffer | 2017-06-20 | 1 | -2/+2 |
* | networking: convert many more places to skb_put_zero() | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -2/+2 |
|\ |
|
| * | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-05-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang | 2017-05-15 | 1 | -2/+2 |
* | | openvswitch: more accurate checksumming in queue_userspace_packet() | Davide Caratti | 2017-05-19 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-05-03 | 1 | -1/+29 |
|\ |
|
| * | openvswitch: Delete conntrack entry clashing with an expectation. | Jarno Rajahalme | 2017-04-24 | 1 | -1/+29 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-05-01 | 1 | -5/+0 |
|\ \ |
|
| * | | netfilter: remove nf_ct_is_untracked | Florian Westphal | 2017-04-15 | 1 | -5/+0 |
* | | | openvswitch: Add eventmask support to CT action. | Jarno Rajahalme | 2017-04-24 | 1 | -0/+27 |
* | | | openvswitch: Typo fix. | Jarno Rajahalme | 2017-04-24 | 1 | -1/+1 |
* | | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 3 | -4/+5 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-06 | 2 | -4/+10 |
|\ \
| |/ |
|
| * | openvswitch: Fix ovs_flow_key_update() | Yi-Hung Wei | 2017-04-01 | 1 | -2/+8 |
| * | openvswitch: Fix refcount leak on force commit. | Jarno Rajahalme | 2017-03-28 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-23 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PAD | Kris Murphy | 2017-03-16 | 1 | -0/+2 |