aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme4-55/+122
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme7-113/+32
2014-05-16openvswitch: Use ether_addr_copyJoe Perches3-16/+16
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches1-0/+2
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches1-3/+5
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto1-2/+2
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto1-1/+1
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto1-2/+2
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto2-9/+13
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong2-2/+2
2014-04-24vxlan: add x-netns supportNicolas Dichtel1-1/+2
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+11
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-27core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss1-1/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+7
2014-03-20openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2-4/+4
2014-02-15openvswitch: Fix race.Jarno Rajahalme1-3/+4
2014-02-15openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme1-0/+1
2014-02-15ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko1-1/+1
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong2-7/+7
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2-16/+2
2014-02-04openvswitch: Suppress error messages on megaflow updatesAndy Zhou1-4/+1
2014-02-04openvswitch: Fix ovs_flow_free() ovs-lock assert.Pravin B Shelar1-2/+4
2014-02-04openvswitch: Fix ovs_dp_cmd_msg_size()Daniele Di Proietto1-0/+1
2014-02-04openvswitch: Fix kernel panic on ovs_flow_freeAndy Zhou3-48/+47
2014-02-04openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performedThomas Graf1-0/+8
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1