summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorLines
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar-7/+7
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal-0/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross-1/+4
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross-11/+27
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross-0/+1
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2014-09-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier-4/+5
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou-2/+9
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar-14/+6
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar-6/+15
2014-09-15openvswitch: Remove pkt_key from OVS_CBPravin B Shelar-4/+2
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing-2/+5
2014-09-02openvswitch: fix a memory leakLi RongQing-1/+3
2014-08-07openvswitch: fix duplicate #include headersJean Sacren-2/+0
2014-07-29openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi-1/+1
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou-1/+2
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang-7/+16
2014-07-16openvswitch: make generic netlink group conststephen hemminger-9/+9
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+13
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko-1/+8
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang-12/+11
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff-2/+2
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar-95/+90
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme-76/+116
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme-44/+116
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme-25/+28
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme-25/+29
2014-05-22openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme-108/+110
2014-05-22openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme-22/+48
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme-6/+7
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme-6/+8
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme-6/+5
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss-1/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+5
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman-2/+2
2014-02-15openvswitch: Fix race.Jarno Rajahalme-3/+4
2014-02-15ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko-1/+1
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong-6/+6
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong-7/+1
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou-4/+1
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou-3/+6
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf-0/+8
2014-01-06ovs: make functions localStephen Hemminger-2/+2
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf-1/+1
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf-8/+29
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf-20/+14
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf-0/+21
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf-0/+14