index
:
linux.git
cached
cdir_v2
cfid-fixes
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-11-18
net/smc: Fix smc_link->llc_testlink_time overflow
Tony Lu
1
-1
/
+1
2021-11-18
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
1
-1
/
+2
2021-11-18
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+1
2021-11-02
sctp: add vtag check in sctp_sf_ootb
Xin Long
1
-0
/
+3
2021-11-02
sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
Xin Long
1
-6
/
+3
2021-11-02
sctp: add vtag check in sctp_sf_violation
Xin Long
1
-0
/
+3
2021-11-02
sctp: fix the processing for COOKIE_ECHO chunk
Xin Long
1
-4
/
+10
2021-11-02
sctp: fix the processing for INIT_ACK chunk
Xin Long
1
-18
/
+19
2021-11-02
sctp: use init_tag from inithdr for ABORT chunk
Xin Long
1
-0
/
+1
2021-11-02
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
1
-1
/
+1
2021-11-02
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
1
-0
/
+6
2021-11-02
cfg80211: correct bridge/4addr mode check
Janusz Dziedzic
1
-7
/
+7
2021-11-02
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
1
-2
/
+2
2021-11-02
net: batman-adv: fix error handling
Pavel Skripkin
4
-20
/
+52
2021-11-02
tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
Liu Jian
1
-0
/
+12
2021-11-02
cfg80211: fix management registrations locking
Johannes Berg
3
-13
/
+17
2021-11-02
cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()
Johannes Berg
1
-2
/
+5
2021-11-02
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-4
/
+13
2021-11-02
tipc: fix size validations for the MSG_CRYPTO type
Max VA
1
-11
/
+21
2021-10-27
bpf, test, cgroup: Use sk_{alloc,free} for test cases
Daniel Borkmann
1
-5
/
+9
2021-10-27
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-13
/
+27
2021-10-27
net: bridge: mcast: use multicast_membership_interval for IGMPv3
Nikolay Aleksandrov
1
-3
/
+1
2021-10-27
netfilter: Kconfig: use 'default y' instead of 'm' for bool config option
Vegard Nossum
1
-1
/
+1
2021-10-27
nfc: nci: fix the UAF of rf_conn_info object
Lin Ma
1
-0
/
+2
2021-10-27
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2
-0
/
+3
2021-10-27
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
1
-2
/
+5
2021-10-27
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
1
-2
/
+5
2021-10-27
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
1
-3
/
+2
2021-10-27
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
1
-1
/
+3
2021-10-27
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
1
-0
/
+3
2021-10-27
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
1
-1
/
+2
2021-10-27
tcp: md5: Fix overlap between vrf and non-vrf keys
Leonard Crestez
1
-3
/
+16
2021-10-27
netfilter: ipvs: make global sysctl readonly in non-init netns
Antoine Tenart
1
-0
/
+5
2021-10-27
netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
Xin Long
1
-42
/
+6
2021-10-27
netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value
Juhee Kang
1
-1
/
+1
2021-10-20
mqprio: Correct stats in mqprio_dump_class_stats().
Sebastian Andrzej Siewior
1
-12
/
+18
2021-10-20
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
1
-2
/
+6
2021-10-20
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
1
-2
/
+7
2021-10-20
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
1
-0
/
+3
2021-10-20
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
1
-1
/
+1
2021-10-17
mac80211: check return value of rhashtable_init
MichelleJin
1
-1
/
+4
2021-10-17
net: prevent user from passing illegal stab size
王贇
1
-0
/
+6
2021-10-17
mac80211: Drop frames from invalid MAC address in ad-hoc mode
YueHaibing
1
-1
/
+2
2021-10-17
netfilter: nf_nat_masquerade: defer conntrack walk to work queue
Florian Westphal
1
-26
/
+24
2021-10-17
netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
Florian Westphal
1
-47
/
+75
2021-10-17
netfilter: ip6_tables: zero-initialize fragment offset
Jeremy Sowden
1
-0
/
+1
2021-10-13
net: prefer socket bound to interface when not in VRF
Mike Manning
4
-4
/
+8
2021-10-13
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-10-13
netlink: annotate data races around nlk->bound
Eric Dumazet
1
-4
/
+10
2021-10-13
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
1
-0
/
+4
[prev]
[next]