summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcmcia/electra_cf: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+7
* net: tulip: de2104x: Convert timers to use timer_setup()Kees Cook2017-10-181-12/+9
* ethernet/broadcom: Convert timers to use timer_setup()Kees Cook2017-10-181-15/+9
* net/hamradio/6pack: Convert timers to use timer_setup()Kees Cook2017-10-181-13/+7
* isdn/hisax: Convert timers to use timer_setup()Kees Cook2017-10-1819-67/+68
* net/wireless/ray_cs: Convert timers to use timer_setup()Kees Cook2017-10-181-29/+24
* net/usb/usbnet: Convert timers to use timer_setup()Kees Cook2017-10-181-7/+5
* net/ti/tlan: Convert timers to use timer_setup()Kees Cook2017-10-181-19/+13
* net: dsa: add dsa_to_port helperVivien Didelot2017-10-186-12/+12
* net: dsa: split dsa_port's netdev memberVivien Didelot2017-10-183-5/+5
* net: ftgmac100: Request clock and set speedJoel Stanley2017-10-181-0/+26
* mlxsw: spectrum: Drop refcounting of IPIP entriesPetr Machata2017-10-162-30/+20
* mlxsw: spectrum: Support IPIP overlay VRF migrationPetr Machata2017-10-163-3/+49
* mlxsw: spectrum: Support decap-only IP-in-IP tunnelsPetr Machata2017-10-163-10/+109
* mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type()Petr Machata2017-10-161-19/+19
* mlxsw: spectrum: Move netdevice NB to struct mlxsw_spPetr Machata2017-10-162-7/+17
* net: systemport: add NET_DSA dependencyArnd Bergmann2017-10-161-0/+1
* hamradio: baycom_par: use new parport device modelSudip Mukherjee2017-10-161-4/+44
* pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2017-10-162-28/+17
* Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-1623-796/+1413
|\
| * net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker2017-10-143-18/+36
| * net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker2017-10-143-2/+8
| * net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker2017-10-143-7/+144
| * net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker2017-10-143-6/+102
| * net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker2017-10-145-2/+184
| * net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2017-10-142-0/+10
| * IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker2017-10-141-2/+6
| * IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker2017-10-141-1/+6
| * net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker2017-10-145-54/+171
| * net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker2017-10-141-38/+70
| * net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-1411-382/+392
| * net/mlx5: File renaming towards ptp core implementationFeras Daoud2017-10-143-3/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-149-181/+1293
|\ \
| * | i40e/i40evf: don't trust VF to reset itselfAlan Brady2017-10-132-6/+10
| * | i40e: fix link reportingAlan Brady2017-10-131-1/+6
| * | i40e: make const array patterns static, reduces object code sizeColin Ian King2017-10-131-1/+3
| * | i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2017-10-132-9/+93
| * | i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-133-43/+71
| * | i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-133-106/+362
| * | i40e: Add infrastructure for queue channel supportAmritha Nambiar2017-10-133-9/+743
| * | i40e: Add macro for PF reset bitAmritha Nambiar2017-10-134-10/+9
* | | macvlan: Only update pkt_type if destination MAC address matchesAlexander Duyck2017-10-141-1/+3
* | | macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck2017-10-141-1/+1
* | | hv_netvsc: Add initialization of tx_table in netvsc_device_add()Haiyang Zhang2017-10-141-0/+3
* | | hv_netvsc: Rename tx_send_table to tx_tableHaiyang Zhang2017-10-143-4/+4
* | | hv_netvsc: Rename ind_table to rx_tableHaiyang Zhang2017-10-143-6/+6
* | | cxgb4: fix missing break in switch and indent return statementsColin Ian King2017-10-141-3/+4
* | | cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy2017-10-144-0/+253
* | | cxgb4: collect hardware module dumpsRahul Lakkireddy2017-10-145-0/+422
* | | cxgb4: collect TP dumpRahul Lakkireddy2017-10-148-1/+234