index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-10
net: mana: Add support for page sizes other than 4KB on ARM64
Haiyang Zhang
2
-2
/
+11
2024-10-04
icmp: change the order of rate limits
Eric Dumazet
1
-0
/
+2
2024-10-04
tcp: check skb is non-NULL in tcp_rto_delta_us()
Josh Hunt
1
-2
/
+19
2024-10-04
Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
Luiz Augusto von Dentz
1
-2
/
+2
2024-10-04
wifi: mac80211: don't use rate mask for offchannel TX either
Ping-Ke Shih
1
-3
/
+4
2024-09-30
netfilter: nft_set_pipapo: walk over current view on netlink dump
Pablo Neira Ayuso
1
-0
/
+13
2024-09-12
net/socket: Break down __sys_getsockopt
Breno Leitao
1
-2
/
+2
2024-09-12
net/socket: Break down __sys_setsockopt
Breno Leitao
1
-0
/
+2
2024-09-12
Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_once
Luiz Augusto von Dentz
1
-0
/
+4
2024-09-12
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
2
-4
/
+25
2024-09-12
Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
Luiz Augusto von Dentz
1
-0
/
+12
2024-09-12
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
1
-2
/
+1
2024-09-12
Bluetooth: Remove pending ACL connection attempts
Jonas Dreßler
1
-1
/
+0
2024-09-12
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
2
-0
/
+4
2024-09-12
Bluetooth: hci_event: Use HCI error defines instead of magic values
Jonas Dreßler
1
-0
/
+2
2024-09-12
net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanup
Souradeep Chakrabarti
1
-0
/
+2
2024-09-12
Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"
Luiz Augusto von Dentz
1
-5
/
+0
2024-09-08
net: remove NULL-pointer net parameter in ip_metrics_convert
Jason Xing
2
-3
/
+2
2024-09-04
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
1
-1
/
+1
2024-09-04
bonding: change ipsec_lock from spin lock to mutex
Jianbo Liu
1
-1
/
+1
2024-09-04
netfilter: nf_tables_ipv6: consider network offset in netdev/egress validation
Pablo Neira Ayuso
1
-2
/
+3
2024-09-04
netfilter: nf_tables: restore IP sanity checks for netdev/egress
Pablo Neira Ayuso
1
-4
/
+6
2024-08-29
kcm: Serialise kcm_sendmsg() for the same socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-08-29
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
2
-2
/
+2
2024-08-29
vsock: fix recursive ->recvmsg calls
Cong Wang
1
-0
/
+4
2024-08-29
net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...
Long Li
1
-0
/
+1
2024-08-14
ipv6: fix source address selection with route leak
Nicolas Dichtel
1
-6
/
+14
2024-08-03
ipv4: Fix incorrect TOS in route get reply
Ido Schimmel
1
-0
/
+1
2024-08-03
xfrm: Fix unregister netdevice hang on hardware offload.
Steffen Klassert
1
-26
/
+10
2024-08-03
tcp: add tcp_done_with_error() helper
Eric Dumazet
1
-0
/
+1
2024-07-25
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
1
-0
/
+2
2024-07-18
bpf: Fix too early release of tcx_entry
Daniel Borkmann
1
-4
/
+9
2024-07-05
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
1
-0
/
+5
2024-07-05
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
1
-1
/
+1
2024-06-27
netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core
Jianguo Wu
1
-0
/
+3
2024-06-27
net/sched: fix false lockdep warning on qdisc root lock
Davide Caratti
1
-0
/
+1
2024-06-21
Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
Luiz Augusto von Dentz
1
-4
/
+32
2024-06-21
geneve: Fix incorrect inner network header offset when innerprotoinherit is set
Gal Pressman
1
-2
/
+3
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
2
-11
/
+4
2024-06-12
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
2
-159
/
+1
2024-06-12
Bluetooth: ISO: Fix BIS cleanup
Iulia Tanasescu
1
-0
/
+2
2024-06-12
Bluetooth: compute LE flow credits based on recvbuf space
Sebastian Urban
1
-1
/
+10
2024-06-12
ax25: Use kernel universal linked list to implement ax25_dev_list
Duoming Zhou
1
-2
/
+1
2024-06-12
tcp: increase the default TCP scaling ratio
Hechao Li
1
-3
/
+2
2024-06-12
tcp: define initial scaling factor value as a macro
Paolo Abeni
1
-5
/
+7
2024-06-12
wifi: mac80211: don't use rate mask for scanning
Johannes Berg
1
-0
/
+3
2024-05-25
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
Sungwoo Kim
2
-0
/
+10
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
1
-0
/
+3
2024-05-17
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
1
-0
/
+9
2024-05-02
macsec: Enable devices to advertise whether they update sk_buff md_dst during...
Rahul Rameshbabu
1
-0
/
+1
[next]