summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-0733-92/+229
|\
| * net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Vladimir Oltean2023-09-071-1/+1
| * Revert "net: team: do not use dynamic lockdep key"Jakub Kicinski2023-09-072-56/+59
| * net: hns3: remove GSO partial feature bitJie Wang2023-09-071-2/+0
| * net: hns3: fix the port information display when sfp is absentYisen Zhuang2023-09-071-1/+3
| * net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao2023-09-074-19/+9
| * net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen2023-09-071-3/+4
| * net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen2023-09-071-7/+7
| * net: hns3: Support query tx timeout threshold by debugfsJijie Shao2023-09-071-0/+4
| * net: hns3: fix tx timeout issueJian Shen2023-09-071-5/+12
| * net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski2023-09-062-4/+21
| * net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean2023-09-063-0/+19
| * net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean2023-09-061-3/+20
| * net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean2023-09-061-3/+12
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-09-063-6/+6
| |\
| | * igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
| | * igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
| | * igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
| * | mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeBodong Wang2023-09-062-19/+51
| * | net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu2023-09-067-3/+13
| * | net: team: do not use dynamic lockdep keyTaehee Yoo2023-09-062-59/+56
| |/
| * octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handlerGeetha sowjanya2023-09-051-2/+19
| * Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca2023-09-051-2/+1
| * veth: Fixing transmit return status for dropped packetsLiang Chen2023-09-041-1/+3
| * gve: fix frag_list chainingEric Dumazet2023-09-041-1/+4
| * igb: disable virtualization features on 82580Corinna Vinschen2023-09-031-2/+3
| * sfc: check for zero length in EF10 RX prefixEdward Cree2023-09-011-5/+15
| * net: stmmac: failure to probe without MAC interface specifiedRussell King (Oracle)2023-08-301-3/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-09-041-26/+202
|\ \
| * | virtio_net: merge dma operations when filling mergeable buffersXuan Zhuo2023-09-031-26/+202
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-013-1/+56
|\ \ \
| * | | bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula2023-07-212-1/+2
| * | | bnxt_en: Update HW interface headersChandramohan Akula2023-07-211-0/+54
* | | | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-0111-99/+59
|\ \ \ \
| * \ \ \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-20115-504/+1266
| |\ \ \ \
| * | | | | tty: hso: simplify hso_serial_write()Jiri Slaby (SUSE)2023-08-111-11/+5
| * | | | | tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-112-9/+7
| * | | | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
| * | | | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
| * | | | | tty: use u8 for flagsJiri Slaby (SUSE)2023-08-119-15/+14
| * | | | | tty: use u8 for charsJiri Slaby (SUSE)2023-08-118-20/+17
| * | | | | tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-119-10/+10
| * | | | | tty: can327, move overflow test inside can327_ldisc_rx()'s loopJiri Slaby (SUSE)2023-08-111-8/+7
| * | | | | tty: can327: unify error paths in can327_ldisc_rx()Jiri Slaby (SUSE)2023-08-111-14/+8
| * | | | | tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-112-16/+0
| * | | | | can: can327: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
| * | | | | can: slcan: remove casts from tty->disc_dataJiri Slaby2023-07-311-4/+4
| * | | | | Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-3131-138/+405
| |\ \ \ \ \
| * | | | | | can: ems_pci: move ASIX AX99100 ids to pci_ids.hJiaqing Zhao2023-07-301-5/+1
| * | | | | | can: ems_pci: remove PCI_SUBVENDOR_ID_ASIX definitionJiaqing Zhao2023-07-301-2/+1