summaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-11-106-168/+206
* openvswitch: Constify various function argumentsThomas Graf2014-11-1011-36/+38
* openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar2014-11-103-28/+32
* openvswitch: Optimize recirc action.Pravin B Shelar2014-11-101-45/+106
* openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-1011-31/+262
* openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-102-8/+8
* openvswitch: Avoid NULL mask check while building maskPravin B Shelar2014-11-061-54/+53
* openvswitch: Refactor action alloc and copy api.Pravin B Shelar2014-11-063-29/+21
* openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-11-063-28/+37
* openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab2014-11-063-12/+9
* openvswitch: Drop packets when interdev is not upChunhe Li2014-11-061-0/+5
* openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-11-061-10/+21
* openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-11-061-27/+66
* openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou2014-11-061-14/+11
* openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2014-11-062-7/+22
* openvswitch: Remove redundant tcp_flags code.Joe Stringer2014-11-061-10/+3
* openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-063-8/+10
* openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-067-29/+272
* openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller2014-10-281-0/+1
* datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman2014-10-281-8/+3
* ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-2811-68/+199
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* openvswitch: Set flow-key members.Pravin B Shelar2014-10-181-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-161-2/+2
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-161-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-166-12/+262
* | openvswitch: simplify sample action implementationAndy Zhou2014-09-161-24/+18
* | openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-168-47/+50
* | openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-167-41/+71
* | openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-163-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-081-3/+8
|\|
| * openvswitch: distinguish between the dropped and consumed skbLi RongQing2014-09-041-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-141-1/+3
* openvswitch: fix duplicate #include headersJean Sacren2014-08-081-2/+0