index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-02
inet: preserve const qualifier in inet_csk()
Eric Dumazet
7
-11
/
+8
2024-04-02
doc: netlink: Update tc spec with missing definitions
Donald Hunter
1
-0
/
+51
2024-04-02
doc: netlink: Add hyperlinks to generated Netlink docs
Donald Hunter
1
-18
/
+42
2024-04-02
doc: netlink: Change generated docs to limit TOC to depth 3
Donald Hunter
1
-1
/
+1
2024-04-01
net: rps: move received_rps field to a better location
Eric Dumazet
1
-1
/
+1
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
2
-7
/
+15
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
3
-23
/
+35
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
1
-13
/
+11
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
3
-6
/
+13
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
1
-4
/
+5
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
2
-17
/
+17
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
2
-4
/
+3
2024-04-01
ice: Add support for PFCP hardware offload in switchdev
Marcin Szycik
7
-7
/
+169
2024-04-01
ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
Marcin Szycik
2
-6
/
+6
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
7
-6
/
+282
2024-04-01
pfcp: add PFCP module
Wojciech Drewek
4
-0
/
+254
2024-04-01
net: net_test: add tests for IP tunnel flags conversion helpers
Alexander Lobakin
2
-9
/
+125
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
40
-415
/
+715
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
13
-75
/
+137
2024-04-01
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
1
-8
/
+10
2024-04-01
bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
Alexander Lobakin
1
-33
/
+5
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
6
-15
/
+11
2024-04-01
tools: move alignment-related macros to new <linux/align.h>
Alexander Lobakin
3
-5
/
+14
2024-04-01
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
Alexander Lobakin
1
-4
/
+4
2024-04-01
fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
Alexander Lobakin
5
-11
/
+12
2024-04-01
s390/cio: rename bitmap_size() -> idset_bitmap_size()
Alexander Lobakin
1
-4
/
+6
2024-04-01
linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
Alexander Lobakin
1
-23
/
+4
2024-04-01
bitops: let the compiler optimize {__,}assign_bit()
Alexander Lobakin
1
-16
/
+4
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
4
-5
/
+5
2024-04-01
bitops: add missing prototype check
Alexander Lobakin
1
-0
/
+1
2024-04-01
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
1
-5
/
+5
2024-04-01
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
1
-7
/
+172
2024-04-01
lib/bitmap: add bitmap_{read,write}()
Syed Nayyar Waris
1
-0
/
+77
2024-03-29
dt-bindings: net: dwmac: Document STM32 property st,ext-phyclk
Christophe Roullier
1
-0
/
+7
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
14
-79
/
+65
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
11
-15
/
+21
2024-03-29
udp: avoid calling sock_def_readable() if possible
Eric Dumazet
1
-3
/
+11
2024-03-29
udp: relax atomic operation on sk->sk_rmem_alloc
Eric Dumazet
1
-6
/
+1
2024-03-29
udp: annotate data-race in __udp_enqueue_schedule_skb()
Eric Dumazet
1
-5
/
+6
2024-03-29
mlx5: stop warning for 64KB pages
Arnd Bergmann
1
-2
/
+4
2024-03-29
net: axienet: Fix kernel doc warnings
Suraj Gupta
2
-5
/
+22
2024-03-29
octeontx2-pf: remove unused variables req_hdr and rsp_hdr
Su Hui
1
-6
/
+2
2024-03-29
nfc: st95hf: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-29
nfc: mrvl: spi: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-29
net: wwan: mhi: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-29
net: microchip: encx24j600: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-03-29
tools/net/ynl: Add extack policy attribute decoding
Donald Hunter
1
-0
/
+46
2024-03-29
devlink: use kvzalloc() to allocate devlink instance resources
Jian Wen
1
-3
/
+3
2024-03-29
mlx5: avoid truncating error message
Arnd Bergmann
1
-1
/
+1
2024-03-29
qed: avoid truncating work queue length
Arnd Bergmann
1
-5
/
+4
[next]