summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2019-02-06openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2015-10-27openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-11/+5
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko3-5/+8
2015-03-14openvswitch: Fix net exit.Pravin B Shelar2-2/+45
2014-12-16openvswitch: Fix flow mask validation.Pravin B Shelar1-2/+2
2014-11-21openvswitch: Don't validate IPv6 label masks.Joe Stringer1-1/+1
2014-11-15openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme1-0/+7
2014-11-15openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-11-15openvswitch: Fix NDP flow mask validationDaniele Di Proietto1-1/+1
2014-11-15openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross1-2/+6
2014-11-15openvswitch: Fix memory leak.Pravin B Shelar1-2/+0
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-18openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-18openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-18openvswitch: fix a use after freeLi RongQing1-1/+2
2014-10-16openvswitch: use vport instead of pFabian Frederick1-2/+2
2014-10-16openvswitch: 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-27net/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-20openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier1-4/+5
2014-09-16openvswitch: Add recirc and hash action.Andy Zhou6-12/+262
2014-09-16openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-16openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-16openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-16openvswitch: 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-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2014-09-04openvswitch: distinguish between the dropped and consumed skbLi RongQing1-2/+5
2014-09-03openvswitch: 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-14openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-08-08openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-07-31net: Remove unlikely() for WARN_ON() conditionsThomas Graf1-1/+1
2014-07-30openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou1-0/+2
2014-07-24openvswitch: Sample action without side effectsSimon Horman1-11/+37
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou1-1/+2
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar1-1/+4
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang3-12/+139
2014-07-17openvswitch: make generic netlink group conststephen hemminger1-9/+9
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+55