aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+10
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme1-2/+2
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou1-83/+93
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou3-98/+152
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou1-26/+40
2017-03-22openvswitch: Deferred fifo API change.andy zhou1-7/+11
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
2017-03-15net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet1-1/+0
2017-02-20openvswitch: Set event bit after initializing labels.Jarno Rajahalme1-3/+6
2017-02-15openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme1-0/+2
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme4-34/+39
2017-02-09openvswitch: Add force commit.Jarno Rajahalme1-2/+24
2017-02-09openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme7-46/+227
2017-02-09openvswitch: Inherit master's labels.Jarno Rajahalme1-14/+31
2017-02-09openvswitch: Refactor labels initialization.Jarno Rajahalme1-42/+62
2017-02-09openvswitch: Simplify labels length logic.Jarno Rajahalme1-11/+9
2017-02-09openvswitch: Unionize ovs_key_ct_label with a u32 array.Jarno Rajahalme1-7/+8
2017-02-09openvswitch: Do not trigger events for unconfirmed connections.Jarno Rajahalme1-6/+22
2017-02-09openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme1-2/+22
2017-02-09openvswitch: Fix comments for skb->_nfctJarno Rajahalme1-7/+7
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-7/+5
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-4/+2
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+3
2017-01-29openvswitch: Simplify do_execute_actions().andy zhou1-22/+20
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-01-15openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-2/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar2-28/+27
2016-12-20openvswitch: Add a missing break statement.Jarno Rajahalme1-0/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto1-1/+4
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2
2016-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+2
2016-11-13openvswitch: allow L3 netdev portsJiri Benc1-3/+6
2016-11-13openvswitch: add Ethernet push and pop actionsJiri Benc2-0/+67
2016-11-13openvswitch: netlink: support L3 packetsJiri Benc1-61/+99
2016-11-13openvswitch: add processing of L3 packetsJiri Benc3-37/+101
2016-11-13openvswitch: support MPLS push and pop for L3 packetsJiri Benc1-7/+11
2016-11-13openvswitch: pass mac_proto to ovs_vport_sendJiri Benc3-14/+19
2016-11-13openvswitch: add mac_proto field to the flow keyJiri Benc4-11/+31
2016-11-13openvswitch: use hard_header_len instead of hardcoded ETH_HLENJiri Benc2-5/+8
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso1-6/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-5/+5
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+4
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-4/+0
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-10/+0