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
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
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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-2
/
+1
2021-12-14
udp: using datalen to cap max gso segments
Jianguo Wu
1
-1
/
+1
2021-12-14
seg6: fix the iif in the IPv6 socket control block
Andrea Mayer
1
-0
/
+8
2021-12-14
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
1
-2
/
+4
2021-12-08
net/tls: Fix authentication failure in CCM mode
Tianjia Zhang
1
-2
/
+2
2021-12-08
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
3
-5
/
+4
2021-12-08
net/smc: Keep smc_close_final rc during active close
Tony Lu
1
-2
/
+6
2021-12-08
net/rds: correct socket tunable error in rds_tcp_tune()
William Kucharski
1
-1
/
+1
2021-12-08
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
3
-5
/
+5
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
1
-1
/
+4
2021-12-08
rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
Eiichi Tsukata
1
-5
/
+9
2021-12-08
net: mpls: Fix notifications when deleting a device
Benjamin Poirier
1
-16
/
+52
2021-12-08
net/smc: Avoid warning of possible recursive locking
Wen Gu
1
-1
/
+1
2021-12-08
net: return correct error code
liuguoqiang
1
-1
/
+1
2021-12-08
net/smc: Transfer remaining wait queue entries during fallback
Wen Gu
1
-0
/
+14
2021-12-08
mac80211: do not access the IV when it was stripped
Xing Song
1
-1
/
+2
2021-12-08
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
1
-0
/
+6
2021-12-01
NFC: add NCI_UNREG flag to eliminate the race
Lin Ma
1
-2
/
+17
2021-12-01
net/smc: Don't call clcsock shutdown twice when smc shutdown
Tony Lu
1
-1
/
+7
2021-12-01
net: vlan: fix underflow for the real_dev refcnt
Ziyang Xuan
2
-3
/
+3
2021-12-01
tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
Eric Dumazet
1
-2
/
+3
2021-12-01
net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
Kumar Thangavel
1
-8
/
+16
2021-12-01
net/smc: Ensure the active closing peer first closes clcsock
Tony Lu
1
-0
/
+6
2021-12-01
net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
Nikolay Aleksandrov
1
-2
/
+23
2021-12-01
net: ipv6: add fib6_nh_release_dsts stub
Nikolay Aleksandrov
2
-0
/
+20
2021-12-01
ipv6: fix typos in __ip6_finish_output()
Eric Dumazet
1
-1
/
+1
2021-12-01
netfilter: ipvs: Fix reuse connection if RS weight is 0
yangxingwu
1
-4
/
+4
2021-12-01
net: nexthop: fix null pointer dereference when IPv6 is not enabled
Nikolay Aleksandrov
1
-3
/
+7
2021-11-26
batman-adv: Don't always reallocate the fragmentation skb head
Sven Eckelmann
1
-5
/
+6
2021-11-26
batman-adv: Reserve needed_*room for fragments
Sven Eckelmann
1
-5
/
+10
2021-11-26
batman-adv: Consider fragmentation for needed_headroom
Sven Eckelmann
1
-0
/
+3
2021-11-26
cfg80211: call cfg80211_stop_ap when switch from P2P_GO type
Nguyen Dinh Phi
1
-0
/
+1
2021-11-26
NFC: reorder the logic in nfc_{un,}register_device
Lin Ma
1
-14
/
+18
2021-11-26
NFC: reorganize the functions in nci_request
Lin Ma
1
-4
/
+7
2021-11-26
net: sched: act_mirred: drop dst for the direction from egress to ingress
Xin Long
1
-3
/
+8
2021-11-17
SUNRPC: Partial revert of commit 6f9f17287e78
Trond Myklebust
1
-13
/
+15
2021-11-17
9p/net: fix missing error check in p9_check_errors
Dominique Martinet
1
-0
/
+2
2021-11-17
net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
Daniel Borkmann
1
-9
/
+13
2021-11-17
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
1
-7
/
+11
2021-11-17
vsock: prevent unnecessary refcnt inc for nonblocking connect
Eiichi Tsukata
1
-0
/
+2
2021-11-17
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
1
-10
/
+17
2021-11-17
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
2
-9
/
+22
2021-11-17
net: vlan: fix a UAF in vlan_dev_real_dev()
Ziyang Xuan
2
-3
/
+3
2021-11-17
netfilter: nfnetlink_queue: fix OOB when mac header was cleared
Florian Westphal
1
-1
/
+1
2021-11-17
udp6: allow SO_MARK ctrl msg to affect routing
Jakub Kicinski
1
-1
/
+1
2021-11-17
tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()
Jon Maxwell
1
-1
/
+1
2021-11-17
net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
Jakub Kicinski
1
-3
/
+0
2021-11-17
net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
Daniel Borkmann
1
-12
/
+14
2021-11-17
netfilter: nft_dynset: relax superfluous check on set updates
Pablo Neira Ayuso
1
-10
/
+1
2021-11-17
rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
Jiasheng Jiang
1
-1
/
+1
[next]