summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | openvswitch: support MPLS push and pop for L3 packetsJiri Benc2016-11-131-7/+11
* | | openvswitch: pass mac_proto to ovs_vport_sendJiri Benc2016-11-133-14/+19
* | | openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-134-11/+31
* | | openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2016-11-132-5/+8
|/ /
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-5/+5
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+4
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-4/+0
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-10/+0
* | openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-193-4/+0
* | openvswitch: remove unused functionsJiri Benc2016-10-192-17/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-143-3/+4
|\|
| * openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-131-1/+1
| * openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-131-1/+2
| * openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-131-1/+1
* | openvswitch: correctly fragment packet with mpls headersJiri Benc2016-10-121-4/+20
|/
* openvswitch: use mpls_hdrJiri Benc2016-10-031-12/+12
* openvswitch: mpls: set network header correctly on key extractJiri Benc2016-10-031-8/+3
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-204-9/+10
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-201-6/+9
* openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo2016-09-183-39/+33