summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar-3/+3
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar-21/+72
2014-10-17openvswitch: fix a use after freeLi RongQing-1/+2
2014-10-15openvswitch: use vport instead of pFabian Frederick-2/+2
2014-10-15openvswitch: kerneldoc warning fixFabian Frederick-1/+1
2014-10-07openvswitch: fix a sparse warningAndy Zhou-3/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross-32/+448
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross-42/+73
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross-5/+13
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross-9/+45
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier-4/+5
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou-12/+262
2014-09-15openvswitch: simplify sample action implementationAndy Zhou-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar-41/+71
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar-17/+16
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing-23/+12
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+8
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing-2/+5
2014-09-02openvswitch: fix a memory leakLi RongQing-1/+3
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat-1/+1
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc-0/+5
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger-1/+3
2014-08-07openvswitch: fix duplicate #include headersJean Sacren-2/+0
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf-1/+1
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi-1/+1
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman-11/+37
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou-1/+2
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar-1/+4
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang-12/+139
2014-07-16openvswitch: make generic netlink group conststephen hemminger-9/+9
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+55
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+2
2014-07-07vxlan: Call udp_flow_src_portTom Herbert-4/+1
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko-1/+26
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang-13/+29
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff-6/+7
2014-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang-0/+17
2014-06-29openvswitch: Fix a double free bug for the sample actionAndy Zhou-0/+2
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert-1/+1
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar-95/+90
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme-76/+116
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme-44/+116
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme-25/+28
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme-25/+29