summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-08-13tg3: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-08-13et131x: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-08-13net: e1000: Remove unused declarationsYue Haibing
2023-08-13net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)
2023-08-11Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-08-11ethernet: atarilance: mark init function staticArnd Bergmann
2023-08-11ethernet: ldmvsw: mark ldmvsw_open() staticArnd Bergmann
2023-08-11tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: can327, move overflow test inside can327_ldisc_rx()'s loopJiri Slaby (SUSE)
2023-08-11tty: can327: unify error paths in can327_ldisc_rx()Jiri Slaby (SUSE)
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)
2023-08-11net: dsa: rzn1-a5psw: add vlan supportClément Léger
2023-08-11net: dsa: rzn1-a5psw: add support for .port_bridge_flagsClément Léger
2023-08-11net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolutionClément Léger
2023-08-11octeontx2-pf: Allow both ntuple and TC features on the interfaceHariprasad Kelam
2023-08-11bonding: remove unnecessary NULL check in bond_destructorZhengchao Shao
2023-08-11bonding: use bond_set_slave_arr to simplify codeZhengchao Shao
2023-08-11bonding: remove redundant NULL check in debugfs functionZhengchao Shao
2023-08-11bonding: use IS_ERR instead of NULL check in bond_create_debugfsZhengchao Shao
2023-08-11bonding: add modifier to initialization function and exit functionZhengchao Shao
2023-08-11net: pcs: Add missing put_device call in miic_createXiang Yang
2023-08-11net/marvell: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-11net/xgene: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-11net: mana: Add gdma stats to ethtool output for manaShradha Gupta
2023-08-11octeon_ep: Add control plane host and firmware versions.Sathesh Edara
2023-08-11virtio-net: set queues after driver_okJason Wang
2023-08-11octeontx2-af: Harden rule validation.Ratheesh Kannoth
2023-08-11net: ftmac100: add multicast filtering possibilitySergei Antonov
2023-08-10tun: avoid high-order page allocation for packet headerTahsin Erdogan
2023-08-10net: ethernet: 8390: ne2k-pci: use module_pci_driver() macroYang Yingliang
2023-08-10net: stmmac: xgmac: RX queue routing configurationFurong Xu
2023-08-10net: phy: marvell: Add support for offloading LED blinkingAndrew Lunn
2023-08-10net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn
2023-08-10net: mhi: Remove redundant initialization owner in mhi_net_driverLi Zetao
2023-08-10net: stmmac: dwmac-imx: pause the TXC clock in fixed-linkShenwei Wang
2023-08-10net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG caseHawkins Jiawei
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_section...Gustavo A. R. Silva
2023-08-10i40e: Replace one-element array with flex-array member in struct i40e_profile...Gustavo A. R. Silva
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child