Most of the infrastructure that 'perf' uses here has been reused from the Git project, as of version: 66996ec: Sync with 1.6.2.4 Here is an (incomplete!) list of main contributors to those files in util/* and elsewhere: Alex Riesen Christian Couder Dmitry Potapov Jeff King Johannes Schindelin Johannes Sixt Junio C Hamano Linus Torvalds Matthias Kestenholz Michal Ostrowski Miklos Vajna Petr Baudis Pierre Habouzit René Scharfe Samuel Tardieu Shawn O. Pearce Steffen Prohaska Steve Haslam Thanks guys! The full history of the files can be found in the upstream Git commits. d class='logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/xen/interface
: stmmac: Remove the bus_setup function pointer
AgeCommit message (Expand)AuthorFilesLines
LABBE Corentin1-1/+0
The bus_setup function pointer is not used at all, this patch remove it. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet1-82/+4
We have many gro cells users, so lets move the code to avoid duplication. This creates a CONFIG_GRO_CELLS option. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2017-02-08net: phy: Add LED mode driver for Microsemi PHYs.Raju Lakkaraju