aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-09openvswitch: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller10-157/+349
2014-01-06ovs: make functions localStephen Hemminger4-6/+7
2014-01-06openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-06openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29
2014-01-06openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-06openvswitch: Drop user features if old user space attempted to create datapathThomas Graf1-0/+21
2014-01-06openvswitch: Allow user space to announce ability to accept unaligned Netlink messagesThomas Graf2-0/+16
2014-01-06openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-06net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2-17/+2
2014-01-06openvswitch: Per cpu flow stats.Pravin B Shelar7-55/+210
2014-01-06openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29
2014-01-06openvswitch: Silence RCU lockdep checks from flow lookup.Jesse Gross3-3/+4
2014-01-06openvswitch: Change ovs_flow_tbl_lookup_xx() APIsAndy Zhou3-14/+16
2014-01-06openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit).Ben Pfaff1-2/+2
2014-01-06openvswitch: Correct comment.Ben Pfaff1-5/+1
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2-7/+7
2013-12-17net: Add utility functions to clear rxhashTom Herbert1-5/+5
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco1-2/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-37/+34
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg2-32/+17
2013-11-19genetlink: pass family to functions using groupsJohannes Berg3-15/+26
2013-11-19genetlink: add and use genl_set_err()Johannes Berg2-7/+7
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+3
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-5/+5
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+14
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2-0/+14
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller12-2288/+2496
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+19
2013-11-01openvswitch: Use flow hash during flow lookup operation.Pravin B Shelar1-1/+1
2013-11-01openvswitch: TCP flags matching support.Jarno Rajahalme3-2/+33