summaryrefslogtreecommitdiff
path: root/net/openvswitch
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-17
|\
| * openvswitch: maintain correct checksum state in conntrack actionsLance Richardson2017-01-15
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
|/
* openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-27
* openvswitch: Add a missing break statement.Jarno Rajahalme2016-12-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto2016-11-30
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-11-13
|\ \
| * | netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-03
* | | openvswitch: allow L3 netdev portsJiri Benc2016-11-13
* | | openvswitch: add Ethernet push and pop actionsJiri Benc2016-11-13
* | | openvswitch: netlink: support L3 packetsJiri Benc2016-11-13
* | | openvswitch: add processing of L3 packetsJiri Benc2016-11-13
* | | openvswitch: support MPLS push and pop for L3 packetsJiri Benc2016-11-13
* | | openvswitch: pass mac_proto to ovs_vport_sendJiri Benc2016-11-13
* | | openvswitch: add mac_proto field to the flow keyJiri Benc2016-11-13
* | | openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2016-11-13
|/ /
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* | genetlink: statically initialize familiesJohannes Berg2016-10-27
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-20
* | openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc2016-10-19
* | openvswitch: remove unused functionsJiri Benc2016-10-19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-14
|\ \ | |/
| * openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc2016-10-13
| * openvswitch: fix vlan subtraction from packet lengthJiri Benc2016-10-13
| * openvswitch: vlan: remove wrong likely statementJiri Benc2016-10-13
* | openvswitch: correctly fragment packet with mpls headersJiri Benc2016-10-12
|/
* openvswitch: use mpls_hdrJiri Benc2016-10-03
* openvswitch: mpls: set network header correctly on key extractJiri Benc2016-10-03
* openvswitch: avoid resetting flow key while installing new flow.pravin shelar2016-09-20
* openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar2016-09-20
* openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo2016-09-18
* openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2016-09-18
* openvswitch: avoid deferred execution of recirc actionsLance Richardson2016-09-15
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-10
* openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver2016-09-08
* openvswitch: Free tmpl with tmpl_free.Joe Stringer2016-09-04
* net: mpls: Fixups for GSODavid Ahern2016-08-30
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-10
* OVS: Ignore negative headroom valueIan Wienand2016-08-06
* openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-03
* netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * openvswitch: fix conntrack netlink event deliverySamuel Gauthier2016-06-29
* | openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme2016-06-25
* | openvswitch: Set mark and labels before confirming.Jarno Rajahalme2016-06-25
* | openvswitch: Add packet len info to upcall.William Tu2016-06-22
* | openvswitch: Add packet truncation support.William Tu2016-06-10