summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-141-7/+7
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-1/+4
* openvswitch: Factor out allocation and verification of actions.Jesse Gross2014-10-061-11/+27
* openvswitch: Add support for matching on OAM packets.Jesse Gross2014-10-061-0/+1
* 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-151-2/+9
* | openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar2014-09-151-14/+6
* | openvswitch: refactor ovs flow extract API.Pravin B Shelar2014-09-151-6/+15
* | openvswitch: Remove pkt_key from OVS_CBPravin B Shelar2014-09-151-4/+2
|/
* openvswitch: distinguish between the dropped and consumed skbLi RongQing2014-09-031-2/+5
* openvswitch: fix a memory leakLi RongQing2014-09-021-1/+3
* openvswitch: fix duplicate #include headersJean Sacren2014-08-071-2/+0
* openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-291-1/+1
* openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou2014-07-241-1/+2
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-241-7/+16
* openvswitch: make generic netlink group conststephen hemminger2014-07-161-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-14/+13
|\
| * openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-301-12/+11
| * openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-291-2/+2
* | openvswitch: introduce rtnl ops stubJiri Pirko2014-07-011-1/+8
|/
* openvswitch: Simplify genetlink code.Pravin B Shelar2014-05-221-95/+90
* openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme2014-05-221-76/+116
* openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme2014-05-221-44/+116
* openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme2014-05-221-25/+28
* openvswitch: Reduce locking requirements.Jarno Rajahalme2014-05-221-25/+29
* openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme2014-05-221-108/+110
* openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-05-221-22/+48
* openvswitch: Clarify locking.Jarno Rajahalme2014-05-221-6/+7
* openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-05-221-6/+8
* openvswitch: Remove 5-tuple optimization.Jarno Rajahalme2014-05-161-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+5
|\
| * core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-271-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-4/+5
|\ \ | |/
| * openvswitch: Fix race.Jarno Rajahalme2014-02-151-3/+4
| * ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko2014-02-151-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
* | openvswitch: rename ->sync to ->syncpWANG Cong2014-02-151-6/+6
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-7/+1
|/
* openvswitch: Suppress error messages on megaflow updatesAndy Zhou2014-02-041-4/+1
* openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto2014-02-041-0/+1
* openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou2014-02-041-3/+6
* openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf2014-02-041-0/+8
* ovs: make functions localStephen Hemminger2014-01-061-2/+2
* openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf2014-01-061-1/+1
* openvswitch: Use skb_zerocopy() for upcallThomas Graf2014-01-061-8/+29
* openvswitch: Pass datapath into userspace queue functionsThomas Graf2014-01-061-20/+14
* openvswitch: Drop user features if old user space attempted to create datapathThomas Graf2014-01-061-0/+21
* openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf2014-01-061-0/+14
OpenPOWER on IntegriCloud