summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-031-2/+1
|\
| * kthread: add kthread_stop_putAndreas Gruenbacher2023-10-041-2/+1
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-036-7/+3
|\ \
| * | chelsio: Do not include crypto/algapi.hHerbert Xu2023-09-153-4/+0
| * | wireguard: do not include crypto/algapi.hHerbert Xu2023-09-153-3/+3
* | | Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-031-19/+0
|\ \ \
| * | | sh: Remove stale microdev boardArnd Bergmann2023-10-251-19/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-031-1/+2
|\ \ \
| * \ \ Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-31113-662/+1168
| |\ \ \
| * \ \ \ IPsec packet offload support in multiport RoCE devicesLeon Romanovsky2023-10-0474-374/+1429
| |\ \ \ \
| * | | | | IB/mlx5: Rename 400G_8X speed to comply to naming conventionPatrisious Haddad2023-09-261-1/+1
| * | | | | IB/mlx5: Add support for 800G_8X lane speedPatrisious Haddad2023-09-261-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-021-1/+0
|\ \ \ \ \
| * | | | | vrf: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* | | | | | Merge tag 'net-next-6.7-followup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-029-0/+9
|\ \ \ \ \ \
| * | | | | | net: fill in MODULE_DESCRIPTION()s under drivers/net/Jakub Kicinski2023-10-287-0/+7
| * | | | | | net: fill in MODULE_DESCRIPTION()s in kuba@'s modulesJakub Kicinski2023-10-282-0/+2
* | | | | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-023-4/+1
|\ \ \ \ \ \ \
| * | | | | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-113-4/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'dma-mapping-6.7-2023-10-30' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-021-10/+76
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | net: fec: use dma_alloc_noncoherent for data cache enabled coldfireChristoph Hellwig2023-10-221-10/+76
* | | | | | | net: pcs: xpcs: Add 2500BASE-X case in get state for XPCS driversRaju Lakkaraju2023-10-282-0/+31
* | | | | | | net: mana: Use xdp_set_features_flag instead of direct assignmentKonstantin Taranov2023-10-281-2/+3
* | | | | | | vxlan: Cleanup IFLA_VXLAN_PORT_RANGE entry in vxlan_get_size()Benjamin Poirier2023-10-281-2/+2
* | | | | | | iavf: delete the iavf client interfaceMichal Schmidt2023-10-286-871/+1
* | | | | | | iavf: add a common function for undoing the interrupt schemeMichal Schmidt2023-10-281-11/+15
* | | | | | | iavf: use unregister_netdevMichal Schmidt2023-10-281-3/+1
* | | | | | | iavf: rely on netdev's own registered stateMichal Schmidt2023-10-282-7/+3
* | | | | | | iavf: fix the waiting time for initial resetMichal Schmidt2023-10-281-1/+1
* | | | | | | iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt2023-10-281-2/+4
* | | | | | | iavf: simplify mutex_trylock+sleep loopsMichal Schmidt2023-10-281-4/+2
* | | | | | | iavf: fix comments about old bit locksMichal Schmidt2023-10-281-2/+2
* | | | | | | ipvlan: properly track tx_errorsEric Dumazet2023-10-272-4/+5
* | | | | | | netdevsim: Block until all devices are releasedIdo Schimmel2023-10-271-0/+12
* | | | | | | nfp: using napi_build_skb() to replace build_skb()Fei Qin2023-10-272-2/+2
* | | | | | | net: dsa: microchip: ksz9477: Fix spelling mistake "Enery" -> "Energy"Colin Ian King2023-10-271-1/+1
* | | | | | | net: dsa: microchip: Ensure Stable PME Pin State for Wake-on-LANOleksij Rempel2023-10-274-1/+55
* | | | | | | net: dsa: microchip: Refactor switch shutdown routine for WoL preparationOleksij Rempel2023-10-274-8/+22
* | | | | | | net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()Oleksij Rempel2023-10-271-3/+13
* | | | | | | net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() functionOleksij Rempel2023-10-271-6/+14
* | | | | | | net: dsa: microchip: ksz9477: Add Wake on Magic Packet supportOleksij Rempel2023-10-273-7/+97
* | | | | | | virtio_net: use u64_stats_t infra to avoid data-racesEric Dumazet2023-10-271-59/+65
* | | | | | | vxlan: mdb: Add MDB get supportIdo Schimmel2023-10-273-0/+153
* | | | | | | vxlan: mdb: Factor out a helper for remote entry size calculationIdo Schimmel2023-10-271-9/+19
* | | | | | | vxlan: mdb: Adjust function argumentsIdo Schimmel2023-10-271-6/+4
* | | | | | | ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski2023-10-271-0/+4
* | | | | | | ice: Remove redundant zeroing of the fields.Pawel Chmielewski2023-10-271-27/+27
* | | | | | | ice: Add support for E830 DDP package segmentDan Nowlin2023-10-273-74/+382
* | | | | | | ice: Add ice_get_link_status_datalenPaul Greenwalt2023-10-272-6/+53
* | | | | | | ice: Add 200G speed/phy type useAlice Michael2023-10-274-3/+43