summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-0833-176/+276
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-08-083-4/+10
| |\
| | * ice: Fix incorrect assigns of FEC countsMateusz Polchlopek2024-08-071-4/+4
| | * ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka2024-08-071-0/+4
| | * ice: Fix reset handlerGrzegorz Nitka2024-08-071-0/+2
| * | net: dsa: microchip: disable EEE for KSZ8567/KSZ9567/KSZ9896/KSZ9897.Martin Whitaker2024-08-081-0/+11
| * | ethtool: Fix context creation with no parametersGal Pressman2024-08-081-5/+8
| * | net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-083-8/+9
| * | net: pse-pd: tps23881: include missing bitfield.h headerArnd Bergmann2024-08-081-0/+1
| * | net: fec: Stop PPS on driver removeCsókás, Bence2024-08-081-0/+3
| * | net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli2024-08-081-9/+5
| * | l2tp: fix lockdep splatJames Chapman2024-08-081-2/+13
| * | net: stmmac: dwmac4: fix PCS duplex mode decodeRussell King (Oracle)2024-08-082-3/+1
| * | Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-08-083-10/+24
| |\ \
| | * | Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov2024-08-071-0/+14
| | * | Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov2024-08-071-0/+1
| | * | Bluetooth: hci_qca: fix a NULL-pointer derefence at shutdownBartosz Golaszewski2024-08-071-1/+1
| | * | Bluetooth: hci_qca: fix QCA6390 support on non-DT platformsBartosz Golaszewski2024-08-071-5/+8
| | * | Bluetooth: hci_qca: don't call pwrseq_power_off() twice for QCA6390Bartosz Golaszewski2024-08-071-4/+0
| | |/
| * | Merge branch 'idpf-fix-3-bugs-revealed-by-the-chapter-i'Jakub Kicinski2024-08-082-58/+33
| |\ \
| | * | idpf: fix UAFs when destroying the queuesAlexander Lobakin2024-08-082-35/+13
| | * | idpf: fix memleak in vport interrupt configurationMichal Kubiak2024-08-081-11/+8
| | * | idpf: fix memory leaks and crashes while performing a soft resetAlexander Lobakin2024-08-081-15/+15
| |/ /
| * | bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan2024-08-081-6/+7
| * | net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori2024-08-081-1/+3
| * | net/smc: add the max value of fallback reason countZhengchao Shao2024-08-081-1/+1
| |/
| * net: usb: qmi_wwan: add MeiG Smart SRM825LZHANG Yuntian2024-08-071-0/+1
| * net: dsa: microchip: Fix Wake-on-LAN check to not return an errorTristram Ha2024-08-071-0/+5
| * net: linkwatch: use system_unbound_wqEric Dumazet2024-08-061-2/+2
| * net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov2024-08-061-3/+1
| * net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas2024-08-051-0/+1
| * Merge branch 'virtio-net-rq-coalescing' into mainDavid S. Miller2024-08-051-2/+12
| |\
| | * virtio-net: unbreak vq resizing when coalescing is not negotiatedHeng Qi2024-08-051-2/+6
| | * virtio-net: check feature before configuring the vq coalescing commandHeng Qi2024-08-051-0/+6
| |/
| * net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov2024-08-041-13/+30
| * gve: Fix use of netif_carrier_ok()Praveen Kaligineedi2024-08-032-7/+7
| * net: pse-pd: tps23881: Fix the device ID checkKyle Swenson2024-08-031-1/+3
| * sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima2024-08-031-8/+11
| * MAINTAINERS: update status of sky2 and skge driversStephen Hemminger2024-08-031-1/+1
| * Merge branch 'mptcp-fix-endpoints-with-signal-and-subflow-flags'Jakub Kicinski2024-08-023-32/+73
| |\
| | * selftests: mptcp: join: test both signal & subflowMatthieu Baerts (NGI0)2024-08-021-0/+15
| | * selftests: mptcp: join: ability to invert ADD_ADDR checkMatthieu Baerts (NGI0)2024-08-021-14/+26
| | * mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)2024-08-021-4/+12
| | * mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)2024-08-021-4/+6
| | * mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)2024-08-021-8/+11
| | * mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)2024-08-021-2/+2
| | * mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)2024-08-021-1/+2
| |/
* | Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-08-0813-54/+66
|\ \
| * | tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt2024-08-082-10/+5
| * | ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou2024-08-082-13/+0