summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme-46/+227
2017-02-09openvswitch: Inherit master's labels.Jarno Rajahalme-14/+31
2017-02-09openvswitch: Refactor labels initialization.Jarno Rajahalme-42/+62
2017-02-09openvswitch: Simplify labels length logic.Jarno Rajahalme-11/+9
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme-7/+8
2017-02-09openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme-6/+22
2017-02-09openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme-2/+22
2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme-7/+7
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-7/+5
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal-4/+2
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal-3/+3
2017-01-29openvswitch: Simplify do_execute_actions().andy zhou-22/+20
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2017-01-15openvswitch: maintain correct checksum state in conntrack actionsLance Richardson-2/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger-3/+1
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar-28/+27
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme-0/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto-1/+4
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan-2/+2
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-6/+2
2016-11-13openvswitch: allow L3 netdev portsJiri Benc-3/+6
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc-0/+67
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc-61/+99
2016-11-13openvswitch: add processing of L3 packetsJiri Benc-37/+101
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc-7/+11
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc-14/+19
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc-11/+31
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc-5/+8
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso-6/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-5/+5
2016-10-27genetlink: statically initialize familiesJohannes Berg-0/+4
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-4/+0
2016-10-20net: use core MTU range checking in core net infraJarod Wilson-10/+0
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc-4/+0
2016-10-19openvswitch: remove unused functionsJiri Benc-17/+0
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+4
2016-10-13openvswitch: add NETIF_F_HW_VLAN_STAG_TX to internal devJiri Benc-1/+1
2016-10-13openvswitch: fix vlan subtraction from packet lengthJiri Benc-1/+2
2016-10-13openvswitch: vlan: remove wrong likely statementJiri Benc-1/+1
2016-10-12openvswitch: correctly fragment packet with mpls headersJiri Benc-4/+20
2016-10-03openvswitch: use mpls_hdrJiri Benc-12/+12
2016-10-03openvswitch: mpls: set network header correctly on key extractJiri Benc-8/+3
2016-09-20openvswitch: avoid resetting flow key while installing new flow.pravin shelar-9/+10
2016-09-20openvswitch: Fix Frame-size larger than 1024 bytes warning.pravin shelar-6/+9
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo-39/+33
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo-4/+7
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson-2/+28
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo-0/+4
2016-09-08openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributesEric Garver-124/+282