summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-23docs: net: arcnet: remove outdated/irrelevant information; improve styleEthan Nelson-Moore2-79/+26
2026-05-23net: arcnet: expand unnecessary I/O abstraction macrosEthan Nelson-Moore4-68/+49
2026-05-23net: arcnet: remove code depending on nonexistent config optionEthan Nelson-Moore1-13/+5
2026-05-23net: arcnet: remove ISA and PCMCIA support; modernize documentationEthan Nelson-Moore12-5240/+37
2026-05-23net: arcnet: fix typos in commentsEthan Nelson-Moore3-7/+7
2026-05-23net: arcnet: com20020: remove misleading references to multicastEthan Nelson-Moore1-10/+4
2026-05-23selftests: tls: use ASSERT_GE in test_mutliprocGeliang Tang1-2/+2
2026-05-22Merge branch 'net-convert-atm-xdp-af_iucv-l2tp_ppp-rxrpc-tipc-to-getsockopt_i...Jakub Kicinski9-76/+72
2026-05-22tipc: convert to getsockopt_iterBreno Leitao1-16/+17
2026-05-22rxrpc: convert to getsockopt_iterBreno Leitao1-7/+9
2026-05-22l2tp: ppp: convert to getsockopt_iterBreno Leitao1-13/+7
2026-05-22xdp: convert to getsockopt_iterBreno Leitao1-13/+11
2026-05-22atm: convert to getsockopt_iterBreno Leitao4-19/+22
2026-05-22af_iucv: convert to getsockopt_iterBreno Leitao1-8/+6
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela4-34/+83
2026-05-22selftests/tc-testing: Adapt idempotent qdisc notify callback tests to recent ...Victor Nogueira1-65/+95
2026-05-22selftests/tc-testing: Add support for ifb devicesVictor Nogueira4-0/+12
2026-05-22Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski19-120/+508
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski557-3669/+9415
2026-05-22Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds187-1280/+4445
2026-05-22Merge tag 'ceph-for-7.1-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-12/+8
2026-05-22Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds25-8/+72
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski21-122/+274
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-16/+23
2026-05-21Merge branch 'net-enetc-sr-iov-robustness-and-security-fixes'Jakub Kicinski4-70/+127
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang1-1/+1
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang1-17/+18
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang2-31/+49
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang1-3/+3
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang2-0/+11
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang1-9/+30
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang1-4/+6
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang1-1/+3
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang1-4/+6
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet2-2/+13
2026-05-21l2tp: use list_del_rcu in l2tp_session_unhashMichael Bommarito1-1/+1
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds23-131/+183
2026-05-21net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz1-5/+4
2026-05-21Merge branch 'ethernet-3c509-bring-driver-back-and-make-some-fixes'Jakub Kicinski7-0/+1810
2026-05-21ethernet: 3c509: Fix most coding style issuesMaciej W. Rozycki1-376/+469
2026-05-21ethernet: 3c509: Update documentation to match MAINTAINERSMaciej W. Rozycki1-1/+1
2026-05-21ethernet: 3c509: Add GPL 2.0 SPDX license identifierMaciej W. Rozycki1-0/+1
2026-05-21ethernet: 3c509: Fix AUI transceiver type selectionMaciej W. Rozycki1-0/+1
2026-05-21Revert "drivers: net: 3com: 3c509: Remove this driver"Maciej W. Rozycki7-0/+1715
2026-05-21tools: ynl: support listening on all nsidsIlya Maximets1-5/+32
2026-05-21net: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
2026-05-21pds_core: ensure null-termination for firmware version stringsNikhil P. Rao1-2/+4
2026-05-21net: airoha: Disable GDM2 forwarding before configuring GDM2 loopbackLorenzo Bianconi1-4/+6
2026-05-21ipv6: ioam: refresh hdr pointer before ioam6_event()Justin Iurman1-3/+3
2026-05-21tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDRWeiming Shi1-1/+1