aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-09openvswitch: Constify various function argumentsThomas Graf11-36/+38
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar3-28/+32
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar1-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang11-31/+262
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar2-8/+8
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2-7/+22
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar3-8/+10
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman7-29/+272
2014-10-28openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller1-0/+1
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman1-8/+3
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf11-68/+199
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-17openvswitch: fix a use after freeLi RongQing1-1/+2
2014-10-15openvswitch: use vport instead of pFabian Frederick1-2/+2
2014-10-15openvswitch: kerneldoc warning fixFabian Frederick1-1/+1
2014-10-07openvswitch: fix a sparse warningAndy Zhou1-3/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross11-32/+448
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross9-42/+73
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross2-5/+13
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui1-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier1-4/+5
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou6-12/+262
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar3-17/+16
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing2-23/+12
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing1-2/+5
2014-09-02openvswitch: fix a memory leakLi RongQing1-1/+3
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc1-0/+5
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-08-07openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf1-1/+1