summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin2024-04-013-5/+14
| * | btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()Alexander Lobakin2024-04-011-4/+4
| * | fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()Alexander Lobakin2024-04-015-11/+12
| * | s390/cio: rename bitmap_size() -> idset_bitmap_size()Alexander Lobakin2024-04-011-4/+6
| * | linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin2024-04-011-23/+4
| * | bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin2024-04-011-16/+4
| * | bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin2024-04-014-5/+5
| * | bitops: add missing prototype checkAlexander Lobakin2024-04-011-0/+1
| * | lib/test_bitmap: use pr_info() for non-error messagesAlexander Potapenko2024-04-011-5/+5
| * | lib/test_bitmap: add tests for bitmap_{read,write}()Alexander Potapenko2024-04-011-7/+172
| * | lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris2024-04-011-0/+77
|/ /
* | Merge branch 'add-property-in-dwmac-stm32-documentation'Jakub Kicinski2024-03-291-0/+7
|\ \
| * | dt-bindings: net: dwmac: Document STM32 property st,ext-phyclkChristophe Roullier2024-03-291-0/+7
|/ /
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-2914-79/+65
* | Merge branch 'udp-small-changes-on-receive-path'Jakub Kicinski2024-03-2911-28/+38
|\ \
| * | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-2911-15/+21
| * | udp: avoid calling sock_def_readable() if possibleEric Dumazet2024-03-291-3/+11
| * | udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet2024-03-291-6/+1
| * | udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet2024-03-291-5/+6
|/ /
* | Merge branch 'address-remaining-wtautological-constant-out-of-range-compare'Jakub Kicinski2024-03-291-2/+4
|\ \
| * | mlx5: stop warning for 64KB pagesArnd Bergmann2024-03-291-2/+4
|/ /
* | net: axienet: Fix kernel doc warningsSuraj Gupta2024-03-292-5/+22
* | octeontx2-pf: remove unused variables req_hdr and rsp_hdrSu Hui2024-03-291-6/+2
* | nfc: st95hf: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* | nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* | net: wwan: mhi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* | net: microchip: encx24j600: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* | tools/net/ynl: Add extack policy attribute decodingDonald Hunter2024-03-291-0/+46
* | devlink: use kvzalloc() to allocate devlink instance resourcesJian Wen2024-03-291-3/+3
* | Merge branch 'enabled-wformat-truncation-for-clang'Jakub Kicinski2024-03-293-7/+6
|\ \
| * | mlx5: avoid truncating error messageArnd Bergmann2024-03-291-1/+1
| * | qed: avoid truncating work queue lengthArnd Bergmann2024-03-291-5/+4
| * | enetc: avoid truncating error messageArnd Bergmann2024-03-291-1/+1
|/ /
* | octeontx2-af: Increase maximum BPID channelsRadha Mohan Chintakuntla2024-03-291-4/+2
* | Merge branch 'add-ip-port-information-to-udp-drop-tracepoint'Jakub Kicinski2024-03-295-50/+69
|\ \
| * | net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2024-03-293-7/+27
| * | net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler2024-03-292-43/+42
|/ /
* | nfc: st95hf: Switch to using gpiod APIAndy Shevchenko2024-03-291-16/+11
* | Merge branch 'add-en8811h-phy-driver-and-devicetree-binding-doc'Jakub Kicinski2024-03-294-0/+1148
|\ \ | |/ |/|
| * net: phy: air_en8811h: Add the Airoha EN8811H PHY driverEric Woudstra2024-03-293-0/+1092
| * dt-bindings: net: airoha,en8811h: Add en8811hEric Woudstra2024-03-291-0/+56
|/
* Merge branch 'af_unix-rework-gc'Jakub Kicinski2024-03-298-205/+735
|\
| * selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima2024-03-293-1/+288
| * af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2024-03-293-258/+64
| * af_unix: Detect dead SCC.Kuniyuki Iwashima2024-03-291-1/+43
| * af_unix: Assign a unique index to SCC.Kuniyuki Iwashima2024-03-292-15/+16
| * af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima2024-03-291-1/+27
| * af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima2024-03-291-1/+47
| * af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima2024-03-292-12/+15
| * af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2024-03-293-2/+21