summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-2/+2
* 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
* openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme2017-02-091-6/+22
* openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-02-091-2/+22
* openvswitch: Fix comments for skb->_nfctJarno Rajahalme2017-02-091-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-031-7/+5
|\
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-021-4/+2
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-3/+3
* | openvswitch: Simplify do_execute_actions().andy zhou2017-01-291-22/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-2/+4
|\ \
| * | openvswitch: maintain correct checksum state in conntrack actionsLance Richardson2017-01-151-2/+4
| |/
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
|/
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-272-28/+27
* openvswitch: Add a missing break statement.Jarno Rajahalme2016-12-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+4
|\
| * openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-301-1/+4
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-131-6/+2
|\ \
| * | netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-031-6/+2
* | | openvswitch: allow L3 netdev portsJiri Benc2016-11-131-3/+6
* | | openvswitch: add Ethernet push and pop actionsJiri Benc2016-11-132-0/+67
* | | openvswitch: netlink: support L3 packetsJiri Benc2016-11-131-61/+99
* | | openvswitch: add processing of L3 packetsJiri Benc2016-11-133-37/+101
OpenPOWER on IntegriCloud