summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: wan: framer: Add support for the Lantiq PEF2256 framerHerve Codina2023-12-125-0/+1156
* net: wan: Add framer framework supportHerve Codina2023-12-125-0/+917
* wifi: iwlwifi: fix system commands group orderingMiri Korenblit2023-11-121-1/+1
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-0929-134/+295
|\
| * net: ti: icss-iep: fix setting counter valueDiogo Ivo2023-11-091-1/+1
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-11-082-41/+91
| |\
| | * ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik2023-11-061-1/+23
| | * ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul2023-11-061-28/+62
| | * ice: lag: in RCU, use atomic allocationMichal Schmidt2023-11-061-3/+3
| | * ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman2023-11-061-9/+3
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-11-082-5/+6
| |\ \
| | * | i40e: Fix devlink port unregisteringIvan Vecera2023-11-061-4/+6
| | * | i40e: Do not call devlink_port_type_clear()Ivan Vecera2023-11-061-1/+0
| | |/
| * | drivers/net/ppp: use standard array-copy-functionPhilipp Stanner2023-11-081-2/+2
| * | net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Vladimir Oltean2023-11-071-1/+1
| * | r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit2023-11-071-0/+2
| * | net: phylink: initialize carrier state at creationKlaus Kudielka2023-11-071-0/+1
| * | tg3: Fix the TX ring stallAlex Pakhunov2023-11-071-11/+42
| * | idpf: fix potential use-after-free in idpf_tso()Eric Dumazet2023-11-061-2/+4
| * | tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin2023-11-061-1/+2
| |/
| * octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya2023-11-064-10/+49
| * net: ethernet: ti: am65-cpsw: rx_pause/tx_pause controls wrong directionRonald Wahl2023-11-031-2/+2
| * net: stmmac: xgmac: Enable support for multiple Flexible PPS outputsFurong Xu2023-11-032-2/+14
| * net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson2023-11-021-1/+3
| * net: dsa: lan9303: consequently nested-lock physical MDIOAlexander Sverdlin2023-11-021-2/+2
| * octeontx2-pf: Fix holes in error codeRatheesh Kannoth2023-11-021-34/+46
| * octeontx2-pf: Fix error codesRatheesh Kannoth2023-11-021-17/+17
| * net: xscale: Drop unused PHY numberLinus Walleij2023-11-011-2/+1
| * net: mdio: fill in missing MODULE_DESCRIPTION()sAndrew Lunn2023-11-015-0/+5
| * net: phy: fill in missing MODULE_DESCRIPTION()sAndrew Lunn2023-11-014-0/+4
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-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-026-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-021-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-021-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-011-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-019-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-013-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-011-10/+76
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |