index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
mptcp: fix corrupt receiver key in MPC + data + checksum
Davide Caratti
1
-15
/
+24
2021-10-28
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
1
-1
/
+1
2021-10-28
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-4
/
+13
2021-10-28
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
1
-1
/
+1
2021-10-28
net/smc: Fix smc_link->llc_testlink_time overflow
Tony Lu
1
-1
/
+1
2021-10-27
Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
4
-20
/
+24
2021-10-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
10
-22
/
+42
2021-10-26
net: Implement ->sock_is_readable() for UDP and AF_UNIX
Cong Wang
4
-0
/
+10
2021-10-26
skmsg: Extract and reuse sk_msg_is_readable()
Cong Wang
2
-14
/
+15
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
4
-9
/
+6
2021-10-26
tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
Liu Jian
1
-0
/
+12
2021-10-26
net: batman-adv: fix error handling
Pavel Skripkin
4
-20
/
+52
2021-10-26
tipc: fix size validations for the MSG_CRYPTO type
Max VA
1
-11
/
+21
2021-10-26
net: multicast: calculate csum of looped-back and forwarded packets
Cyril Strejc
1
-1
/
+2
2021-10-25
net-sysfs: initialize uid and gid before calling net_ns_get_ownership
Xin Long
1
-2
/
+2
2021-10-25
net: Prevent infinite while loop in skb_tx_hash()
Michael Chan
1
-0
/
+6
2021-10-25
cfg80211: correct bridge/4addr mode check
Janusz Dziedzic
1
-7
/
+7
2021-10-25
cfg80211: fix management registrations locking
Johannes Berg
3
-13
/
+17
2021-10-23
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+1
2021-10-22
sctp: add vtag check in sctp_sf_ootb
Xin Long
1
-0
/
+3
2021-10-22
sctp: add vtag check in sctp_sf_do_8_5_1_E_sa
Xin Long
1
-6
/
+3
2021-10-22
sctp: add vtag check in sctp_sf_violation
Xin Long
1
-0
/
+3
2021-10-22
sctp: fix the processing for COOKIE_ECHO chunk
Xin Long
1
-4
/
+10
2021-10-22
sctp: fix the processing for INIT_ACK chunk
Xin Long
1
-18
/
+19
2021-10-22
sctp: fix the processing for INIT chunk
Xin Long
1
-26
/
+46
2021-10-22
sctp: use init_tag from inithdr for ABORT chunk
Xin Long
1
-0
/
+1
2021-10-22
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
2
-13
/
+35
2021-10-22
Merge tag 'mac80211-for-net-2021-10-21' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
2
-6
/
+10
2021-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-51
/
+19
2021-10-20
net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'
Christophe JAILLET
1
-2
/
+7
2021-10-19
can: isotp: isotp_sendmsg(): fix return error on FC timeout on TX path
Marc Kleine-Budde
1
-0
/
+3
2021-10-18
net/sched: act_ct: Fix byte count on fragmented packets
Paul Blakey
1
-1
/
+1
2021-10-18
netfilter: ebtables: allocate chainstack on CPU local nodes
Davidlohr Bueso
1
-1
/
+3
2021-10-17
can: isotp: isotp_sendmsg(): fix TX buffer concurrent access in isotp_sendmsg()
Ziyang Xuan
1
-15
/
+31
2021-10-17
can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible()
Ziyang Xuan
1
-1
/
+3
2021-10-17
can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
Zhang Changzhong
2
-0
/
+3
2021-10-17
can: j1939: j1939_xtp_rx_dat_one(): cancel session if receive TP.DT with erro...
Zhang Changzhong
1
-2
/
+5
2021-10-17
can: j1939: j1939_netdev_start(): fix UAF for rx_kref of j1939_priv
Ziyang Xuan
1
-2
/
+5
2021-10-17
can: j1939: j1939_tp_rxtimer(): fix errant alert in j1939_tp_rxtimer
Ziyang Xuan
1
-3
/
+2
2021-10-16
net: bridge: mcast: use multicast_membership_interval for IGMPv3
Nikolay Aleksandrov
1
-3
/
+1
2021-10-16
ipv6: When forwarding count rx stats on the orig netdev
Stephen Suryaputra
1
-1
/
+2
2021-10-15
tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
Leonard Crestez
2
-16
/
+25
2021-10-15
tcp: md5: Fix overlap between vrf and non-vrf keys
Leonard Crestez
1
-3
/
+16
2021-10-15
netfilter: ipvs: make global sysctl readonly in non-init netns
Antoine Tenart
1
-0
/
+5
2021-10-15
netfilter: ip6t_rt: fix rt0_hdr parsing in rt_mt6
Xin Long
1
-42
/
+6
2021-10-14
icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
Xin Long
1
-12
/
+11
2021-10-14
sctp: account stream padding length for reconf chunk
Eiichi Tsukata
1
-1
/
+1
2021-10-14
NFC: digital: fix possible memory leak in digital_in_send_sdd_req()
Ziyang Xuan
1
-2
/
+6
2021-10-14
NFC: digital: fix possible memory leak in digital_tg_listen_mdaa()
Ziyang Xuan
1
-2
/
+7
2021-10-14
nfc: fix error handling of nfc_proto_register()
Ziyang Xuan
1
-0
/
+3
[next]