summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-2/+2
|\
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-213-3/+7
|\ \
| * | openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
* | | openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-112-10/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-2/+5
|\ \ \ | |/ / | | / | |/ |/|
| * openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-241-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-15/+36
|\ \ | |/
| * openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36
* | openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang2017-07-193-4/+9
* | openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang2017-07-191-2/+1
* | net: Remove all references to SKB_GSO_UDP.David S. Miller2017-07-172-19/+1
|/
* openvswitch: fix mis-ordered comment lines for ovs_skb_cbDaniel Axtens2017-07-031-1/+1
* datapath: Avoid using stack larger than 1024.Tonghao Zhang2017-07-011-23/+58
* net: store port/representator id in metadata_dstJakub Kicinski2017-06-251-1/+3
* vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer2017-06-201-2/+2
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-221-2/+2
|\ \ | |/
| * netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-2/+2
* | openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti2017-05-191-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-1/+29
|\
| * openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-241-1/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-5/+0
|\ \
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-5/+0
* | | openvswitch: Add eventmask support to CT action.Jarno Rajahalme2017-04-241-0/+27
* | | openvswitch: Typo fix.Jarno Rajahalme2017-04-241-1/+1
* | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-133-4/+5
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-062-4/+10
|\ \ | |/
| * openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei2017-04-011-2/+8
| * openvswitch: Fix refcount leak on force commit.Jarno Rajahalme2017-03-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-1/+3
|\ \ | |/
| * openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy2017-03-161-0/+2
| * net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz2017-03-151-1/+1
* | Openvswitch: Refactor sample and recirc actions implementationandy zhou2017-03-221-83/+93
* | openvswitch: Optimize sample action for the clone use casesandy zhou2017-03-223-98/+152
* | openvswitch: Refactor recirc key allocation.andy zhou2017-03-221-26/+40
* | openvswitch: Deferred fifo API change.andy zhou2017-03-221-7/+11
|/
* openvswitch: actions: fixed a brace coding style warningPeter Downs2017-03-021-2/+1
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-011-1/+0
* openvswitch: Set event bit after initializing labels.Jarno Rajahalme2017-02-201-3/+6
* openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme2017-02-151-0/+2
* openvswitch: Pack struct sw_flow_key.Jarno Rajahalme2017-02-094-34/+39
* openvswitch: Add force commit.Jarno Rajahalme2017-02-091-2/+24
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-097-46/+227
* openvswitch: Inherit master's labels.Jarno Rajahalme2017-02-091-14/+31
* openvswitch: Refactor labels initialization.Jarno Rajahalme2017-02-091-42/+62
* openvswitch: Simplify labels length logic.Jarno Rajahalme2017-02-091-11/+9
* openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme2017-02-091-7/+8
OpenPOWER on IntegriCloud