summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2016-09-182-4/+7
* openvswitch: avoid deferred execution of recirc actionsLance Richardson2016-09-151-2/+28
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-101-0/+4
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-085-124/+282
* openvswitch: Free tmpl with tmpl_free.Joe Stringer2016-09-041-1/+1
* net: mpls: Fixups for GSODavid Ahern2016-08-301-2/+7
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-103-4/+25
* OVS: Ignore negative headroom valueIan Wienand2016-08-061-1/+1
* openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-031-7/+1