summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2019-10-28net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann-2/+2
2019-10-28net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt-13/+12
2019-10-28net: dpaa2: Use the correct style for SPDX License IdentifierNishad Kamdar-3/+3
2019-10-25cxgb4: request the TX CIDX updates to status pageRaju Rangoju-6/+2
2019-10-25net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-10-25net: mvneta: make stub functions static inlineBen Dooks (Codethink)-12/+20
2019-10-24virt_wifi: fix refcnt leak in module exit routineTaehee Yoo-2/+52
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-33/+2
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo-10/+43
2019-10-24macsec: fix refcnt leak in module exit routineTaehee Yoo-4/+0
2019-10-24team: fix nested locking lockdep warningTaehee Yoo-3/+13
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo-3/+7
2019-10-24bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo-2/+4
2019-10-24net: core: add generic lockdep keysTaehee Yoo-92/+0
2019-10-23net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey-0/+1
2019-10-23rtlwifi: rtl_pci: Fix problem of too small skb->lenLarry Finger-1/+2
2019-10-23iwlwifi: pcie: 0x2720 is qu and 0x30DC is notLuca Coelho-54/+55
2019-10-23iwlwifi: pcie: add workaround for power gating in integrated 22000Luca Coelho-0/+31
2019-10-23iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error returnJohannes Berg-57/+83
2019-10-23iwlwifi: pcie: fix all 9460 entries for qnjLuca Coelho-8/+8
2019-10-23iwlwifi: pcie: fix PCI ID 0x2720 configs that should be socLuca Coelho-4/+4
2019-10-23rtlwifi: Fix potential overflow on P2P codeLaura Abbott-0/+6
2019-10-23iwlwifi: pcie: fix merge damage on making QnJ exclusiveLuca Coelho-5/+1
2019-10-22bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam-1/+2
2019-10-22bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam-11/+6
2019-10-22bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam-5/+2
2019-10-22bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan-27/+54
2019-10-22bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam-15/+16
2019-10-22net: stmmac: Fix the problem of tso_xmityuqi jin-0/+1
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann-0/+4
2019-10-21r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi-0/+8
2019-10-21Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-118/+199
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-431/+713
2019-10-19net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard-1/+2
2019-10-19net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun-0/+2
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter-6/+6
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross-1/+0
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu-6/+58
2019-10-18net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dumpNavid Emamdoost-1/+1
2019-10-18net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost-1/+3
2019-10-18net/mlx5e: TX, Fix consumer index of error cqe dumpTariq Toukan-1/+4
2019-10-18net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan-33/+51
2019-10-18net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan-8/+4
2019-10-18net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan-6/+0
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan-12/+52
2019-10-18net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan-8/+20
2019-10-18net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan-2/+5
2019-10-18net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan-4/+4
2019-10-18net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan-15/+14
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan-16/+12