summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Set flow-key members.Pravin B Shelar2014-10-171-3/+3
* openvswitch: Create right mask with disabled megaflowsPravin B Shelar2014-10-171-21/+72
* openvswitch: fix a use after freeLi RongQing2014-10-171-1/+2
* openvswitch: use vport instead of pFabian Frederick2014-10-151-2/+2
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-151-1/+1
* openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-0611-32/+448
* openvswitch: Factor out allocation and verification of actions.Jesse Gross2014-10-061-11/+27
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-069-42/+73
* openvswitch: Add support for matching on OAM packets.Jesse Gross2014-10-062-5/+13
* openvswitch: Eliminate memset() from flow_extract.Jesse Gross2014-10-061-9/+45
* net/openvswitch: remove dup comment in vport.hWang Sheng-Hui2014-09-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-4/+5
|\
| * openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-191-4/+5
* | openvswitch: Add recirc and hash action.Andy Zhou2014-09-156-12/+262
* | openvswitch: simplify sample action implementationAndy Zhou2014-09-151-24/+18
* | openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-158-47/+50
* | openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-157-41/+71
* | openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-153-17/+16
* | openvswitch: change the data type of error status to atomic_long_tLi RongQing2014-09-092-23/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-3/+8
|\ \ | |/
| * openvswitch: distinguish between the dropped and consumed skbLi RongQing2014-09-031-2/+5
| * openvswitch: fix a memory leakLi RongQing2014-09-021-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-231-0/+5
|\ \ | |/
| * openvswitch: fix panic with multiple vlan headersJiri Benc2014-08-221-0/+5
* | net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
|/
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-131-1/+3
* openvswitch: fix duplicate #include headersJean Sacren2014-08-071-2/+0
* net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-301-1/+1
* openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-291-1/+1
* openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou2014-07-241-0/+2
* openvswitch: Sample action without side effectsSimon Horman2014-07-241-11/+37
* openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou2014-07-241-1/+2
* openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2014-07-241-1/+4
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-243-12/+139
* openvswitch: make generic netlink group conststephen hemminger2014-07-161-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-167-19/+55
|\
| * openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-303-13/+29
| * openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-293-6/+7
| * openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang2014-06-291-0/+17
| * openvswitch: Fix a double free bug for the sample actionAndy Zhou2014-06-291-0/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | vxlan: Call udp_flow_src_portTom Herbert2014-07-071-4/+1
* | openvswitch: introduce rtnl ops stubJiri Pirko2014-07-013-1/+26
|/
* vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-1/+1
* openvswitch: Simplify genetlink code.Pravin B Shelar2014-05-221-95/+90
* openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-05-221-76/+116
* openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-05-221-44/+116
* openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme2014-05-221-25/+28
* openvswitch: Reduce locking requirements.Jarno Rajahalme2014-05-221-25/+29
OpenPOWER on IntegriCloud