summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-01lib/test_bitmap: use pr_info() for non-error messagesAlexander Potapenko
2024-04-01lib/test_bitmap: add tests for bitmap_{read,write}()Alexander Potapenko
2024-04-01lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris
2024-03-29Merge branch 'add-property-in-dwmac-stm32-documentation'Jakub Kicinski
2024-03-29dt-bindings: net: dwmac: Document STM32 property st,ext-phyclkChristophe Roullier
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29Merge branch 'udp-small-changes-on-receive-path'Jakub Kicinski
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29udp: avoid calling sock_def_readable() if possibleEric Dumazet
2024-03-29udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet
2024-03-29udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet
2024-03-29Merge branch 'address-remaining-wtautological-constant-out-of-range-compare'Jakub Kicinski
2024-03-29mlx5: stop warning for 64KB pagesArnd Bergmann
2024-03-29net: axienet: Fix kernel doc warningsSuraj Gupta
2024-03-29octeontx2-pf: remove unused variables req_hdr and rsp_hdrSu Hui
2024-03-29nfc: st95hf: drop driver owner assignmentKrzysztof Kozlowski
2024-03-29nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski
2024-03-29net: wwan: mhi: drop driver owner assignmentKrzysztof Kozlowski
2024-03-29net: microchip: encx24j600: drop driver owner assignmentKrzysztof Kozlowski
2024-03-29tools/net/ynl: Add extack policy attribute decodingDonald Hunter
2024-03-29devlink: use kvzalloc() to allocate devlink instance resourcesJian Wen
2024-03-29Merge branch 'enabled-wformat-truncation-for-clang'Jakub Kicinski
2024-03-29mlx5: avoid truncating error messageArnd Bergmann
2024-03-29qed: avoid truncating work queue lengthArnd Bergmann
2024-03-29enetc: avoid truncating error messageArnd Bergmann
2024-03-29octeontx2-af: Increase maximum BPID channelsRadha Mohan Chintakuntla
2024-03-29Merge branch 'add-ip-port-information-to-udp-drop-tracepoint'Jakub Kicinski
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler
2024-03-29nfc: st95hf: Switch to using gpiod APIAndy Shevchenko
2024-03-29Merge branch 'add-en8811h-phy-driver-and-devicetree-binding-doc'Jakub Kicinski
2024-03-29net: phy: air_en8811h: Add the Airoha EN8811H PHY driverEric Woudstra
2024-03-29dt-bindings: net: airoha,en8811h: Add en8811hEric Woudstra
2024-03-29Merge branch 'af_unix-rework-gc'Jakub Kicinski
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2024-03-29af_unix: Detect dead SCC.Kuniyuki Iwashima
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2024-03-29af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima
2024-03-29af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2024-03-29af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet