summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* connector: add parent pid and tgid to coredump and exit eventsStefan Strogin2018-05-011-0/+4
* net: stmmac: dwmac-meson: extend phy mode settingYixun Lan2018-05-011-16/+104
* net/mlx5e: TLS, Add error statisticsIlya Lesokhin2018-05-018-10/+178
* net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin2018-05-0110-16/+455
* net/mlx5e: TLS, Add Innova TLS TX supportIlya Lesokhin2018-05-015-0/+254
* net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin2018-05-017-2/+801
* net/mlx5e: Move defines out of ipsec codeIlya Lesokhin2018-05-014-7/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-0121-129/+401
|\
| * i40e: use %pI4b instead of byte swapping before dev_errJacob Keller2018-04-301-4/+2
| * i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-303-13/+99
| * i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2018-04-302-15/+28
| * i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-302-12/+56
| * i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński2018-04-301-0/+18
| * i40e: Add advertising 10G LR modeJakub Pawlak2018-04-301-1/+3
| * i40e: fix reading LLDP configurationMariusz Stachura2018-04-303-10/+99
| * i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-3017-73/+95
| * i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai2018-04-301-1/+1
* | mlxsw: spectrum_span: Allow bridge for gretap mirrorPetr Machata2018-04-302-6/+90
* | mlxsw: Respin SPAN on switchdev eventsPetr Machata2018-04-301-4/+59
* | mlxsw: spectrum: Register SPAN before switchdevPetr Machata2018-04-301-12/+12
* | mlxsw: spectrum_switchdev: Publish two functionsPetr Machata2018-04-302-1/+51
* | mlxsw: spectrum: Extract mlxsw_sp_stp_spms_state()Petr Machata2018-04-302-13/+14
* | libcxgb,cxgb4: use __skb_put_zero to simplfy codeYueHaibing2018-04-303-14/+7
* | r8169: move common initializations to tp->hw_startHeiner Kallweit2018-04-301-55/+19
* | r8169: remove calls to rtl_set_rx_modeHeiner Kallweit2018-04-301-6/+0
* | r8169: simplify rtl_hw_start_8169Heiner Kallweit2018-04-301-20/+2
* | r8169: improve handling of CPCMD quirk maskHeiner Kallweit2018-04-301-28/+7
* | r8169: improve CPlusCmd handlingHeiner Kallweit2018-04-301-25/+17
* | r8169: replace magic number for INTT mask with a constantHeiner Kallweit2018-04-301-2/+3
* | r8169: improve rtl8169_set_featuresHeiner Kallweit2018-04-301-14/+4
* | r8169: remove unneeded call to __rtl8169_set_features in rtl_openHeiner Kallweit2018-04-301-2/+0
|/
* liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...Colin Ian King2018-04-301-1/+1
* liquidio: enhanced ethtool --set-channels featureIntiyaz Basha2018-04-3010-58/+316
* liquidio: Moved common function setup_glists to lio_core.cIntiyaz Basha2018-04-304-163/+87
* liquidio: Moved common definition octnic_gather to octeon_network.hIntiyaz Basha2018-04-303-39/+21
* liquidio: Moved common function delete_glists to lio_core.cIntiyaz Basha2018-04-304-91/+51
* liquidio: Moved common function list_delete_head to octeon_network.hIntiyaz Basha2018-04-303-43/+24
* liquidio: Moved common function if_cfg_callback to lio_core.cIntiyaz Basha2018-04-304-67/+38
* mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck2018-04-301-1/+1
* opa_vnic: Just use skb_get_hash instead of skb_tx_hashAlexander Duyck2018-04-303-13/+12
* lan78xx: Modify error messagesRaghuram Chary J2018-04-301-2/+2
* lan78xx: Remove DRIVER_VERSION for lan78xx driverRaghuram Chary J2018-04-301-2/+0
* lan78xx: Lan7801 Support for Fixed PHYRaghuram Chary J2018-04-302-28/+77
* net: dsa: mv88e6xxx: remove Global 2 setupVivien Didelot2018-04-303-31/+0
* net: dsa: mv88e6xxx: move device mapping setupVivien Didelot2018-04-303-32/+44
* net: dsa: mv88e6xxx: move trunk setupVivien Didelot2018-04-303-6/+21
* net: phy: Fix modular PHYLIB buildFlorian Fainelli2018-04-282-49/+2
* drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-286-24/+7
* ptp_pch: use helpers function for converting between ns and timespecYueHaibing2018-04-271-5/+2
* bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan2018-04-271-0/+31