aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-26net/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-19openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier1-4/+5
2014-09-15openvswitch: Add recirc and hash action.Andy Zhou6-12/+262
2014-09-15openvswitch: simplify sample action implementationAndy Zhou1-24/+18
2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar8-47/+50
2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar7-41/+71
2014-09-15openvswitch: 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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2014-09-03openvswitch: distinguish between the dropped and consumed skbLi RongQing1-2/+5
2014-09-02openvswitch: 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-13openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger1-1/+3
2014-08-07openvswitch: fix duplicate #include headersJean Sacren1-2/+0
2014-07-30net: Remove unlikely() for WARN_ON() conditionsThomas Graf1-1/+1
2014-07-29openvswitch: 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-16openvswitch: make generic netlink group conststephen hemminger1-9/+9
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-19/+55
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-4/+1
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko3-1/+26
2014-06-30openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang3-13/+29
2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff3-6/+7
2014-06-29openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kernel crashWei Zhang1-0/+17
2014-06-29openvswitch: Fix a double free bug for the sample actionAndy Zhou1-0/+2
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+1
2014-05-22openvswitch: Simplify genetlink code.Pravin B Shelar1-95/+90
2014-05-22openvswitch: Minimize ovs_flow_cmd_new|set critical sections.Jarno Rajahalme1-76/+116
2014-05-22openvswitch: Split ovs_flow_cmd_new_or_set().Jarno Rajahalme1-44/+116
2014-05-22openvswitch: Minimize ovs_flow_cmd_del critical section.Jarno Rajahalme1-25/+28
2014-05-22openvswitch: Reduce locking requirements.Jarno Rajahalme1-25/+29
2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2-7/+9
2014-05-22openvswitch: Fix typo.Jarno Rajahalme1-1/+1
2014-05-22openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme1-108/+110
2014-05-22openvswitch: Make flow mask removal symmetric.Jarno Rajahalme1-19/+25
2014-05-22openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme1-22/+48
2014-05-22openvswitch: Clarify locking.Jarno Rajahalme2-7/+9
2014-05-22openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme1-6/+8
2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme3-123/+62
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal1-1/+1
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme1-7/+5
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme1-4/+4