summaryrefslogtreecommitdiff
path: root/net/openvswitch/datapath.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27openvswitch: Zero flows on allocation.Jesse Gross1-2/+2
2015-04-27vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-3/+1
2015-04-27vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-1/+2
2015-03-14openvswitch: Fix net exit.Pravin B Shelar1-2/+43
2014-11-15openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-1/+4
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross1-0/+1
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 Zhou1-2/+9
2014-09-16openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar1-14/+6
2014-09-16openvswitch: refactor ovs flow extract API.Pravin B Shelar1-6/+15
2014-09-16openvswitch: Remove pkt_key from OVS_CBPravin B Shelar1-4/+2
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-08openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-07-30openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-24openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou1-1/+2
2014-07-24openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang1-7/+16
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. Miller1-14/+13
2014-07-02openvswitch: introduce rtnl ops stubJiri Pirko1-1/+8
2014-07-01openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang1-12/+11
2014-06-30openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff1-2/+2
2014-05-23openvswitch: Simplify genetlink code.Pravin B Shelar1-95/+90
2014-05-23openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme1-76/+116
2014-05-23openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme1-44/+116
2014-05-23openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme1-25/+28
2014-05-23openvswitch: Reduce locking requirements.Jarno Rajahalme1-25/+29
2014-05-23openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme1-108/+110
2014-05-23openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme1-22/+48
2014-05-23openvswitch: Clarify locking.Jarno Rajahalme1-6/+7
2014-05-23openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-6/+8
2014-05-17openvswitch: Remove 5-tuple optimization.Jarno Rajahalme1-6/+5
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-1/+5
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+5
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-16openvswitch: Fix race.Jarno Rajahalme1-3/+4
2014-02-16ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko1-1/+1
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong1-6/+6
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-7/+1
2014-02-05openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-05openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-05openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou1-3/+6
2014-02-05openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-01-07ovs: make functions localStephen Hemminger1-2/+2
2014-01-07openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1