aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is upVladimir Oltean2019-10-291-1/+1
|/ /
* | wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggleNavid Emamdoost2019-10-291-1/+1
* | net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao2019-10-291-1/+0
* | fjes: Handle workqueue allocation failureWill Deacon2019-10-291-1/+14
* | net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()Daniel Wagner2019-10-281-1/+4
* | net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann2019-10-281-2/+2
* | net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt2019-10-281-13/+12
* | net: dpaa2: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-283-3/+3
* | cxgb4: request the TX CIDX updates to status pageRaju Rangoju2019-10-251-6/+2
* | net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-251-1/+1
* | net: mvneta: make stub functions static inlineBen Dooks (Codethink)2019-10-251-12/+20
* | virt_wifi: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-2/+52
* | net: remove unnecessary variables and callbackTaehee Yoo2019-10-245-33/+2
* | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-10/+43
* | macsec: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-4/+0
* | team: fix nested locking lockdep warningTaehee Yoo2019-10-241-3/+13
* | bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-3/+7
* | bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-10-241-2/+4
* | net: core: add generic lockdep keysTaehee Yoo2019-10-2411-92/+0
* | net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey2019-10-231-0/+1
* | bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam2019-10-221-1/+2
* | bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam2019-10-221-11/+6
* | bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam2019-10-221-5/+2
* | bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan2019-10-221-27/+54
* | bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2019-10-222-15/+16
* | net: stmmac: Fix the problem of tso_xmityuqi jin2019-10-221-0/+1
* | dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-222-0/+4
* | r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2019-10-212-0/+8
* | Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-10-2111-118/+199
|\ \
| * | net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dumpNavid Emamdoost2019-10-181-1/+1
| * | net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cqNavid Emamdoost2019-10-181-1/+3
| * | net/mlx5e: TX, Fix consumer index of error cqe dumpTariq Toukan2019-10-181-1/+4
| * | net/mlx5e: kTLS, Enhance TX resync flowTariq Toukan2019-10-183-33/+51
| * | net/mlx5e: kTLS, Save a copy of the crypto infoTariq Toukan2019-10-183-8/+4
| * | net/mlx5e: kTLS, Remove unneeded cipher type checksTariq Toukan2019-10-181-6/+0
| * | net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan2019-10-185-12/+52
| * | net/mlx5e: kTLS, Fix missing SQ edge fillTariq Toukan2019-10-181-8/+20
| * | net/mlx5e: kTLS, Fix page refcnt leak in TX resync error flowTariq Toukan2019-10-181-2/+5
| * | net/mlx5e: kTLS, Save by-value copy of the record fragsTariq Toukan2019-10-181-4/+4
| * | net/mlx5e: kTLS, Save only the frag page to release at completionTariq Toukan2019-10-182-15/+14
| * | net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan2019-10-183-16/+12
| * | net/mlx5e: kTLS, Release reference on DUMPed fragments in shutdown flowTariq Toukan2019-10-183-16/+30
| * | net/mlx5e: Tx, Zero-memset WQE info struct upon updateTariq Toukan2019-10-181-1/+1
| * | net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup flowTariq Toukan2019-10-182-3/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1980-431/+713
|\ \ \
| * | | net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard2019-10-191-1/+2
| * | | net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun2019-10-191-0/+2
| * | | macb: propagate errors when getting optional clocksMichael Tretter2019-10-191-6/+6
| * | | xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-191-1/+0
| * | | net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
| |/ /