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
2022-05-09
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-0
/
+1
2022-05-09
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
1
-0
/
+6
2022-04-27
tcp: fix race condition when creating child sockets from syncookies
Ricardo Dias
1
-2
/
+3
2022-04-20
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
1
-3
/
+5
2022-04-20
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
1
-0
/
+10
2022-04-20
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
1
-0
/
+2
2022-04-15
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
1
-0
/
+1
2022-04-15
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
2
-2
/
+2
2022-03-28
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
2
-0
/
+5
2022-03-19
xfrm: Check if_id in xfrm_migrate
Yan Yan
1
-2
/
+3
2022-03-08
Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"
Jiri Bohac
1
-1
/
+0
2022-03-08
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
1
-1
/
+1
2022-03-02
net: Force inlining of checksum functions in net/checksum.h
Christophe Leroy
1
-20
/
+21
2022-03-02
openvswitch: Fix setting ipv6 fields causing hw csum failure
Paul Blakey
1
-0
/
+5
2022-03-02
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
2
-3
/
+1
2022-02-23
bonding: fix data-races around agg_select_timer
Eric Dumazet
1
-1
/
+1
2022-02-16
net: fix a memleak when uncloning an skb dst and its metadata
Antoine Tenart
1
-1
/
+0
2022-02-16
net: do not keep the dst cache when uncloning an skb dst and its metadata
Antoine Tenart
1
-0
/
+13
2022-02-01
ipv4: remove sparse error in ip_neigh_gw4()
Eric Dumazet
1
-1
/
+1
2022-02-01
ipv6: annotate accesses to fn->fn_sernum
Eric Dumazet
1
-1
/
+1
2022-02-01
ipv4: avoid using shared IP generator for connected sockets
Eric Dumazet
1
-11
/
+10
2022-01-27
net_sched: restore "mpu xxx" handling
Kevin Bracey
1
-0
/
+5
2022-01-27
inet: frags: annotate races around fqdir->dead and fqdir->high_thresh
Eric Dumazet
2
-3
/
+11
2022-01-05
sctp: use call_rcu to free endpoint
Xin Long
2
-4
/
+5
2021-12-22
net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
Leon Romanovsky
1
-1
/
+4
2021-12-22
net: sched: lock action when translating it to flow_action infra
Vlad Buslov
1
-1
/
+1
2021-12-14
bonding: make tx_rebalance_counter an atomic
Eric Dumazet
1
-1
/
+1
2021-12-08
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
1
-1
/
+1
2021-12-08
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
2
-2
/
+2
2021-12-01
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-0
/
+1
2021-12-01
net: ipv6: add fib6_nh_release_dsts stub
Nikolay Aleksandrov
2
-0
/
+2
2021-12-01
net: ieee802154: handle iftypes as u32
Alexander Aring
1
-3
/
+4
2021-11-17
net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
Daniel Borkmann
1
-0
/
+1
2021-11-17
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
1
-1
/
+15
2021-11-17
llc: fix out-of-bound array index in llc_sk_dev_hash()
Eric Dumazet
1
-1
/
+3
2021-11-17
net: annotate data-race in neigh_output()
Eric Dumazet
1
-3
/
+8
2021-11-17
net: sched: update default qdisc visibility after Tx queue cnt changes
Jakub Kicinski
1
-0
/
+4
2021-11-17
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
1
-2
/
+3
2021-11-02
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-7
/
+2
2021-10-17
net: prevent user from passing illegal stab size
王贇
1
-0
/
+1
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-0
/
+2
2021-10-06
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
2
-2
/
+2
2021-08-18
psample: Add a fwd declaration for skbuff
Roi Dayan
1
-0
/
+2
2021-08-12
Bluetooth: defer cleanup of resources in hci_unregister_dev()
Tetsuo Handa
1
-0
/
+1
2021-08-12
net: ipv6: fix returned variable type in ip6_skb_dst_mtu
Antoine Tenart
1
-1
/
+1
2021-08-04
net: llc: fix skb_over_panic
Pavel Skripkin
1
-8
/
+23
2021-07-31
sctp: move 198 addresses from unusable to private scope
Xin Long
1
-3
/
+1
2021-07-31
net: annotate data race around sk_ll_usec
Eric Dumazet
1
-1
/
+1
2021-07-25
net: validate lwtstate->data before returning from skb_tunnel_info()
Taehee Yoo
1
-1
/
+3
2021-07-25
net: ipv6: fix return value of ip6_skb_dst_mtu
Vadim Fedorenko
1
-1
/
+1
[next]