summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-131-1/+3
* openvswitch: fix duplicate #include headersJean Sacren2014-08-071-2/+0
* net: Remove unlikely() for WARN_ON() conditionsThomas Graf2014-07-301-1/+1
* openvswitch: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-291-1/+1
* openvswitch: Add skb_clone NULL check for the sampling action.Andy Zhou2014-07-241-0/+2
* openvswitch: Sample action without side effectsSimon Horman2014-07-241-11/+37
* openvswitch: Avoid memory corruption in queue_userspace_packet()Andy Zhou2014-07-241-1/+2
* openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2014-07-241-1/+4
* openvswitch: Allow each vport to have an array of 'port_id's.Alex Wang2014-07-243-12/+139
* 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-167-19/+55
|\
| * openvswitch: Use exact lookup for flow_get and flow_del.Alex Wang2014-06-303-13/+29
| * openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff2014-06-293-6/+7
| * openvswitch: supply a dummy err_handler of gre_cisco_protocol to prevent kern...Wei Zhang2014-06-291-0/+17
| * openvswitch: Fix a double free bug for the sample actionAndy Zhou2014-06-291-0/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | vxlan: Call udp_flow_src_portTom Herbert2014-07-071-4/+1
* | openvswitch: introduce rtnl ops stubJiri Pirko2014-07-013-1/+26
|/
* vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-1/+1
* 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: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme2014-05-222-7/+9
* openvswitch: Fix typo.Jarno Rajahalme2014-05-221-1/+1
* openvswitch: Minimize dp and vport critical sections.Jarno Rajahalme2014-05-221-108/+110
* openvswitch: Make flow mask removal symmetric.Jarno Rajahalme2014-05-221-19/+25
* openvswitch: Build flow cmd netlink reply only if needed.Jarno Rajahalme2014-05-221-22/+48
* openvswitch: Clarify locking.Jarno Rajahalme2014-05-222-7/+9
* openvswitch: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-05-221-6/+8
* openvswitch: Compact sw_flow_key.Jarno Rajahalme2014-05-223-123/+62
* net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal2014-05-161-1/+1
* openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme2014-05-161-7/+5
* openvswitch: Fix output of SCTP mask.Jarno Rajahalme2014-05-161-4/+4
* openvswitch: Per NUMA node flow stats.Jarno Rajahalme2014-05-164-55/+122
* openvswitch: Remove 5-tuple optimization.Jarno Rajahalme2014-05-167-113/+32
* openvswitch: Use ether_addr_copyJoe Perches2014-05-163-16/+16
* openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches2014-05-161-0/+2
* openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches2014-05-161-3/+5
* openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto2014-05-161-2/+2
* openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto2014-05-161-1/+1
* openvswitch: avoid warnings in vport_from_privDaniele Di Proietto2014-05-161-2/+2
* openvswitch: use const in some local vars and castsDaniele Di Proietto2014-05-162-9/+13
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* net: rename local_df to ignore_dfWANG Cong2014-05-122-2/+2
* vxlan: add x-netns supportNicolas Dichtel2014-04-241-1/+2
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-292-21/+11
|\
| * openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner2014-03-281-20/+6
OpenPOWER on IntegriCloud