aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18net/ethernet/sgi: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-10-18net: seeq: Convert timers to use timer_setup()Kees Cook2-5/+7
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook9-31/+24
2017-10-18net: ethernet: apple: Convert timers to use timer_setup()Kees Cook2-14/+10
2017-10-18forcedeth: Convert timers to use timer_setup()Kees Cook1-14/+14
2017-10-18net: ksz884x: Convert timers to use timer_setup()Kees Cook1-9/+9
2017-10-18net: dl2k: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-18bna: Convert timers to use timer_setup()Kees Cook1-24/+19
2017-10-18net: amd8111e: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-18chelsio: Convert timers to use timer_setup()Kees Cook1-16/+13
2017-10-18drivers/net/3com: Convert timers to use timer_setup()Kees Cook3-22/+20
2017-10-18net: tulip: Convert timers to use timer_setup()Kees Cook10-50/+48
2017-10-18net: vxge: Convert timers to use timer_setup()Kees Cook2-11/+9
2017-10-18net: ethernet: stmmac: Convert timers to use timer_setup()Kees Cook1-12/+10
2017-10-18net: tulip: de2104x: Convert timers to use timer_setup()Kees Cook1-12/+9
2017-10-18ethernet/broadcom: Convert timers to use timer_setup()Kees Cook1-15/+9
2017-10-18net/ti/tlan: Convert timers to use timer_setup()Kees Cook1-19/+13
2017-10-18net: ftgmac100: Request clock and set speedJoel Stanley1-0/+26
2017-10-16mlxsw: spectrum: Drop refcounting of IPIP entriesPetr Machata2-30/+20
2017-10-16mlxsw: spectrum: Support IPIP overlay VRF migrationPetr Machata3-3/+49
2017-10-16mlxsw: spectrum: Support decap-only IP-in-IP tunnelsPetr Machata3-10/+109
2017-10-16mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type()Petr Machata1-19/+19
2017-10-16mlxsw: spectrum: Move netdevice NB to struct mlxsw_spPetr Machata2-7/+17
2017-10-16net: systemport: add NET_DSA dependencyArnd Bergmann1-0/+1
2017-10-16pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2-28/+17
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller22-793/+1401
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-181/+1293
2017-10-14cxgb4: fix missing break in switch and indent return statementsColin Ian King1-3/+4
2017-10-14cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy4-0/+253
2017-10-14cxgb4: collect hardware module dumpsRahul Lakkireddy5-0/+422
2017-10-14cxgb4: collect TP dumpRahul Lakkireddy8-1/+234
2017-10-14cxgb4: update API for TP indirect register accessRahul Lakkireddy5-140/+239
2017-10-14cxgb4: collect firmware mbox and device log dumpRahul Lakkireddy5-0/+107
2017-10-14cxgb4: collect on-chip memory dumpRahul Lakkireddy7-1/+220
2017-10-14cxgb4: collect register dumpRahul Lakkireddy8-2/+285
2017-10-14cxgb4: implement ethtool dump data operationsRahul Lakkireddy8-2/+265
2017-10-14nfp: Explicitly include linux/bug.hMark Brown2-0/+2
2017-10-14net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker3-18/+36
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker3-2/+8
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker3-7/+144
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker3-6/+102
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker5-2/+184
2017-10-14net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2-0/+10
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker5-54/+171
2017-10-14net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker1-38/+70
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud11-382/+392
2017-10-14net/mlx5: File renaming towards ptp core implementationFeras Daoud3-3/+3
2017-10-14nfp: bpf: support direct packet access in TCJakub Kicinski1-2/+15
2017-10-14nfp: bpf: direct packet access - writeJakub Kicinski3-9/+109
2017-10-14nfp: bpf: add support for direct packet access - readJakub Kicinski5-11/+105