aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2015-03-14openvswitch: Fix net exit.Pravin B Shelar
2014-12-16openvswitch: Fix flow mask validation.Pravin B Shelar
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer
2014-11-14openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar
2014-11-14openvswitch: Fix NDP flow mask validationDaniele Di Proietto
2014-11-14openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross
2014-11-14openvswitch: Fix memory leak.Pravin B Shelar
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar
2014-10-17openvswitch: fix a use after freeLi RongQing
2014-10-15openvswitch: use vport instead of pFabian Frederick
2014-10-15openvswitch: kerneldoc warning fixFabian Frederick
2014-10-07openvswitch: fix a sparse warningAndy Zhou
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou
2014-09-15openvswitch: simplify sample action implementationAndy Zhou
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar
2014-09-09openvswitch: change the data type of error status to atomic_long_tLi RongQing
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing
2014-09-02openvswitch: fix a memory leakLi RongQing
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat
2014-08-22openvswitch: fix panic with multiple vlan headersJiri Benc
2014-08-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger
2014-08-07openvswitch: fix duplicate #include headersJean Sacren
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-24openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou
2014-07-24openvswitch: Sample action without side effectsSimon Horman
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang
2014-07-16openvswitch: make generic netlink group conststephen hemminger
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-07vxlan: Call udp_flow_src_portTom Herbert