index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
2
-6
/
+13
2024-04-05
netlink: specs: ethtool: define header-flags as an enum
Jakub Kicinski
1
-6
/
+5
2024-04-05
ethtool: add interface to read Tx hardware timestamping statistics
Rahul Rameshbabu
2
-1
/
+40
2024-04-05
trace: events: cleanup deprecated strncpy uses
Justin Stitt
3
-3
/
+3
2024-04-05
net/mlx5e: Support FEC settings for 100G/lane modes
Cosmin Ratiu
1
-2
/
+18
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-20
/
+100
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-2
/
+52
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+15
2024-04-03
net/mlx5: Skip pages EQ creation for non-page supplier function
Jianbo Liu
1
-1
/
+3
2024-04-03
net/mlx5: Support matching on l4_type for ttc_table
Jianbo Liu
2
-5
/
+33
2024-04-03
net/mlx5: Convert uintX_t to uX
Gal Pressman
1
-1
/
+1
2024-04-03
Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
5
-129
/
+150
2024-04-03
net: ethtool: Add impedance mismatch result code to cable test
Pawel Dembicki
1
-0
/
+4
2024-04-03
net: phy: marvell: add basic support of 88E308X/88E609X family
Pawel Dembicki
1
-0
/
+1
2024-04-03
net: mana: Fix Rx DMA datasize and skb_over_panic
Haiyang Zhang
1
-1
/
+0
2024-04-03
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
1
-1
/
+0
2024-04-03
trace: tcp: fully support trace_tcp_send_reset
Jason Xing
1
-2
/
+38
2024-04-03
trace: adjust TP_STORE_ADDR_PORTS_SKB() parameters
Jason Xing
3
-11
/
+13
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2024-04-03
netdevice: add DEFINE_FREE() for dev_put
Johannes Berg
1
-0
/
+2
2024-04-03
rtnetlink: add guard for RTNL
Johannes Berg
1
-0
/
+3
2024-04-02
uapi: team: use header file generated from YAML spec
Hangbin Liu
1
-73
/
+43
2024-04-02
tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
Jason Xing
1
-1
/
+1
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
1
-6
/
+6
2024-04-02
rhashtable: Improve grammar
Jonathan Neuschäfer
1
-5
/
+5
2024-04-01
genetlink: remove linux/genetlink.h
Jakub Kicinski
3
-16
/
+10
2024-04-01
netlink: create a new header for internal genetlink symbols
Jakub Kicinski
1
-5
/
+0
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
2
-2
/
+2
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
4
-7
/
+4
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
1
-2
/
+7
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2
-15
/
+23
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
1
-1
/
+2
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
1
-17
/
+0
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
1
-1
/
+0
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
4
-0
/
+93
2024-04-01
pfcp: add PFCP module
Wojciech Drewek
1
-0
/
+17
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
7
-65
/
+177
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2
-8
/
+24
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
2
-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
1
-0
/
+2
2024-04-01
bitops: add missing prototype check
Alexander Lobakin
1
-0
/
+1
2024-04-01
lib/bitmap: add bitmap_{read,write}()
Syed Nayyar Waris
1
-0
/
+77
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+0
2024-03-31
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2024-03-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-1
/
+5
2024-03-29
Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+14
[next]