summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: aqc111: stop lying about skb->truesizeEric Dumazet2024-05-081-5/+3
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-08140-158/+158
* net: phy: marvell: add support for MV88E6250 family internal PHYsMatthias Schiffer2024-05-081-1/+80
* net: phy: marvell: constify marvell_hw_statsMatthias Schiffer2024-05-081-1/+1
* virtio_net: Remove rtnl lock protection of command buffersDaniel Jurgens2024-05-071-20/+4
* virtio_net: Add a lock for per queue RX coalesceDaniel Jurgens2024-05-071-12/+41
* virtio_net: Do DIM update for specified queue onlyDaniel Jurgens2024-05-071-25/+15
* virtio_net: Add a lock for the command VQ.Daniel Jurgens2024-05-071-1/+10
* virtio_net: Remove command data from control_bufDaniel Jurgens2024-05-071-39/+85
* virtio_net: Store RSS setting in virtnet_infoDaniel Jurgens2024-05-071-20/+20
* net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL2024-05-071-1/+2
* rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-072-2/+2
* net: qede: use return from qede_flow_parse_ports()Asbjørn Sloth Tønnesen2024-05-071-4/+9
* net: qede: use return from qede_flow_spec_validate_unused()Asbjørn Sloth Tønnesen2024-05-071-3/+4
* net: qede: use return from qede_parse_actions() for flow_specAsbjørn Sloth Tønnesen2024-05-071-2/+5
* octeontx2-pf: Treat truncation of IRQ name as an errorSimon Horman2024-05-071-2/+10
* gve: Implement queue apiShailend Chand2024-05-075-24/+189
* net: microchip: lan743x: Reduce PTP timeout on HW failureRengarajan S2024-05-062-1/+2
* gve: Alloc and free QPLs with the ringsShailend Chand2024-05-057-331/+171
* gve: Account for stopped queues when reading NIC statsShailend Chand2024-05-051-6/+35
* gve: Reset Rx ring state in the ring-stop funcsShailend Chand2024-05-052-30/+120
* gve: Avoid rescheduling napi if on wrong cpuShailend Chand2024-05-052-2/+32
* gve: Make gve_turnup work for nonempty queuesShailend Chand2024-05-051-0/+14
* gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand2024-05-051-0/+10
* gve: Add adminq funcs to add/remove a single Rx queueShailend Chand2024-05-052-27/+54
* gve: Make the GQ RX free queue funcs idempotentShailend Chand2024-05-051-10/+19
* Revert "net: mirror skb frag ref/unref helpers"Mina Almasry2024-05-043-4/+4
* bnxt: fix bnxt_get_avail_msix() returning negative valuesDavid Wei2024-05-042-13/+5
* net: dsa: mv88e6xxx: Correct check for empty listSimon Horman2024-05-031-2/+2
* net/mlx5e: flower: check for unsupported control flagsAsbjørn Sloth Tønnesen2024-05-031-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-0212-44/+87
|\
| * vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-021-1/+18
| * e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-05-011-4/+4
| * net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún2024-05-011-2/+2
| * cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-05-011-3/+3
| * vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
| * vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
| * net: qede: use return from qede_parse_actions()Asbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen2024-04-291-3/+2
| * net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen2024-04-291-3/+8
| * net: bcmgenet: synchronize UMAC_CMD accessDoug Berger2024-04-294-3/+23
| * net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger2024-04-291-1/+3
| * net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger2024-04-291-1/+3
| * octeontx2-af: avoid off-by-one read from userspaceBui Quang Minh2024-04-261-3/+1
| * bna: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-261-2/+2
| * ice: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-261-4/+4
* | bnxt_en: Add VF PCI ID for 5760X (P7) chipsAjit Khaparde2024-05-022-1/+4
* | bnxt_en: Optimize recovery path ULP locking in the driverKalesh AP2024-05-023-26/+44
* | bnxt_en: Add a mutex to synchronize ULP operationsKalesh AP2024-05-022-1/+22