aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby6-24/+6
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby7-7/+7
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby7-7/+15
2021-05-13tty: cumulate and document tty_struct::ctrl* membersJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-2/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby7-11/+12
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds35-165/+171
2021-05-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski8-62/+15
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-55/+1
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada7-55/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-05-06mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-06net: ipa: fix inter-EE IRQ register definitionsAlex Elder2-11/+11
2021-05-06can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde1-1/+2
2021-05-06can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf1-17/+18
2021-05-06can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error pathMarc Kleine-Budde1-1/+3
2021-05-06can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter1-2/+2
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+7
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-23/+8
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds2-3/+3
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2021-05-04net: stmmac: Clear receive all(RA) bit when promiscuous mode is offRamesh Babu B1-0/+1
2021-05-04Merge branch 'pci/vpd'Bjorn Helgaas7-9/+8
2021-05-03Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"Xie He1-3/+2
2021-05-03ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong1-2/+5
2021-05-03virtio-net: don't allocate control_buf if not supportedMax Gurtovoy1-3/+7
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-6/+4
2021-04-30net: stmmac: Remove duplicate declaration of stmmac_privWan Jiabing1-1/+0
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov1-12/+50
2021-04-30net: atheros: nic-devel@qualcomm.com is deadJohannes Berg2-2/+2
2021-04-30net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-04-30net: hns3: clear unnecessary reset request in hclge_reset_rebuildYufeng Mo1-0/+6
2021-04-30net: hns3: use netif_tx_disable to stop the transmit queuePeng Li1-1/+1
2021-04-30net: hns3: fix for vxlan gpe tx checksum bugHao Chen1-2/+3
2021-04-30net: stmmac: cleared __FPE_REMOVING bit in stmmac_fpe_start_wq()Mohammad Athari Bin Ismail1-0/+1
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit7-9/+8
2021-04-29net: dsa: ksz: ksz8863_smi_probe: set proper return value for ksz_switch_alloc()Oleksij Rempel1-1/+1
2021-04-29net: dsa: ksz: ksz8795_spi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29net: dsa: ksz: ksz8863_smi_probe: fix possible NULL pointer dereferenceOleksij Rempel1-0/+3
2021-04-29bnx2x: Remove redundant assignment to errYang Li1-1/+0
2021-04-29net: macb: Remove redundant assignment to queueJiapeng Chong1-2/+2
2021-04-29net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet()Jian Shen1-0/+5
2021-04-29net: hns3: initialize the message content in hclge_get_link_mode()Yufeng Mo1-1/+1