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.12.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-08
net/smc: improved fix wait on already cleared link
Karsten Graul
5
-41
/
+85
2021-10-08
mptcp: fix possible stall on recvmsg()
Paolo Abeni
1
-40
/
+15
2021-10-08
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
4
-4
/
+8
2021-10-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-4
/
+5
2021-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-12
/
+55
2021-10-06
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-10-06
unix: Fix an issue in unix_shutdown causing the other end read/write failures
Jiang Wang
1
-4
/
+5
2021-10-05
netlink: annotate data races around nlk->bound
Eric Dumazet
1
-4
/
+10
2021-10-05
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
1
-0
/
+4
2021-10-05
net: bridge: fix under estimation in br_get_linkxstats_size()
Eric Dumazet
1
-0
/
+1
2021-10-05
net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
Eric Dumazet
1
-1
/
+1
2021-10-04
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
1
-1
/
+1
2021-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-66
/
+84
2021-10-02
netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
Pablo Neira Ayuso
2
-13
/
+36
2021-10-02
net_sched: fix NULL deref in fifo_set_limit()
Eric Dumazet
1
-0
/
+3
2021-10-01
SUNRPC: fix sign error causing rpcsec_gss drops
J. Bruce Fields
1
-1
/
+1
2021-09-30
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
2
-12
/
+54
2021-09-30
net: dev_addr_list: handle first address in __hw_addr_add_ex
Jakub Kicinski
1
-0
/
+6
2021-09-30
net: sched: flower: protect fl_walk() with rcu
Vlad Buslov
1
-0
/
+6
2021-09-30
net: introduce and use lock_sock_fast_nested()
Paolo Abeni
2
-19
/
+3
2021-09-29
net: bridge: mcast: Associate the seqcount with its protecting lock.
Thomas Gleixner
2
-5
/
+3
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+9
2021-09-28
af_unix: Return errno instead of NULL in unix_create1().
Kuniyuki Iwashima
1
-17
/
+32
2021-09-28
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
2
-6
/
+6
2021-09-28
netfilter: nf_tables: reverse order in rule replacement expansion
Pablo Neira Ayuso
1
-6
/
+4
2021-09-28
netfilter: nf_tables: add position handle in event notification
Pablo Neira Ayuso
1
-9
/
+25
2021-09-28
netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
Florian Westphal
3
-38
/
+19
2021-09-28
bpf, test, cgroup: Use sk_{alloc,free} for test cases
Daniel Borkmann
1
-5
/
+9
2021-09-27
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...
David S. Miller
6
-7
/
+26
2021-09-27
mac80211: check return value of rhashtable_init
MichelleJin
1
-1
/
+4
2021-09-27
mac80211: fix use-after-free in CCMP/GCMP RX
Johannes Berg
1
-0
/
+6
2021-09-26
net: prevent user from passing illegal stab size
王贇
1
-0
/
+6
2021-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
11
-147
/
+270
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
2
-9
/
+12
2021-09-24
mptcp: allow changing the 'backup' bit when no sockets are open
Davide Caratti
1
-3
/
+1
2021-09-24
mptcp: don't return sockets in foreign netns
Florian Westphal
6
-24
/
+20
2021-09-24
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
Xin Long
1
-1
/
+1
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
1
-5
/
+14
2021-09-23
mac80211: mesh: fix potentially unaligned access
Johannes Berg
1
-1
/
+2
2021-09-23
mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap
Lorenzo Bianconi
1
-0
/
+4
2021-09-23
mac80211: Drop frames from invalid MAC address in ad-hoc mode
YueHaibing
1
-1
/
+2
2021-09-23
mac80211: Fix ieee80211_amsdu_aggregate frag_tail bug
Chih-Kang Chang
1
-0
/
+8
2021-09-23
Revert "mac80211: do not use low data rates for data frames with no ack flag"
Felix Fietkau
1
-4
/
+0
2021-09-23
xfrm: fix rcu lock in xfrm_notify_userpolicy()
Nicolas Dichtel
1
-1
/
+6
2021-09-22
mptcp: ensure tx skbs always have the MPTCP ext
Paolo Abeni
1
-2
/
+2
2021-09-21
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
1
-3
/
+9
2021-09-21
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
1
-0
/
+1
2021-09-21
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
1
-0
/
+2
2021-09-21
net/smc: add missing error check in smc_clc_prfx_set()
Karsten Graul
1
-1
/
+2
[next]