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
2022-02-14
ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()
Ignat Korchagin
2
-3
/
+3
2022-02-14
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
Pablo Neira Ayuso
1
-0
/
+2
2022-02-13
tipc: fix a bit overflow in tipc_crypto_key_rcv()
Hangyu Hua
1
-1
/
+1
2022-02-11
Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2
-21
/
+25
2022-02-11
bpf: Do not try bpf_msg_push_data with len 0
Felix Maurer
1
-0
/
+3
2022-02-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2
-2
/
+4
2022-02-11
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
Eric Dumazet
1
-2
/
+9
2022-02-11
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
1
-3
/
+7
2022-02-11
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-82
/
+144
2022-02-10
netfilter: nft_synproxy: unregister hooks on init error path
Pablo Neira Ayuso
1
-1
/
+3
2022-02-10
net: mpls: Fix GCC 12 warning
Victor Erminpour
1
-1
/
+1
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
1
-1
/
+1
2022-02-10
tipc: improve size validations for received domain records
Jon Maloy
2
-2
/
+9
2022-02-10
mptcp: netlink: process IPv6 addrs in creating listening sockets
Kishen Maloor
1
-2
/
+6
2022-02-09
vlan: move dev_put into vlan_dev_uninit
Xin Long
1
-3
/
+5
2022-02-09
vlan: introduce vlan_dev_free_egress_priority
Xin Long
3
-5
/
+11
2022-02-09
ax25: fix UAF bugs of net_device caused by rebinding operation
Duoming Zhou
1
-1
/
+4
2022-02-09
net: dsa: fix panic when DSA master device unbinds on shutdown
Vladimir Oltean
1
-19
/
+6
2022-02-09
tipc: rate limit warning for received illegal binding update
Jon Maloy
1
-1
/
+1
2022-02-09
Merge tag 'linux-can-fixes-for-5.17-20220209' of git://git.kernel.org/pub/scm...
David S. Miller
1
-7
/
+22
2022-02-09
ax25: fix NPD bug in ax25_disconnect
Duoming Zhou
1
-1
/
+1
2022-02-09
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
1
-1
/
+1
2022-02-09
can: isotp: fix error path in isotp_sendmsg() to unlock wait queue
Oliver Hartkopp
1
-6
/
+9
2022-02-09
can: isotp: fix potential CAN frame reception race in isotp_rcv()
Oliver Hartkopp
1
-1
/
+13
2022-02-09
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2
-0
/
+4
2022-02-08
Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-2
/
+13
2022-02-08
SUNRPC: lock against ->sock changing during sysfs read
NeilBrown
2
-2
/
+10
2022-02-08
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
Dan Aloni
1
-0
/
+3
2022-02-07
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
1
-1
/
+1
2022-02-06
net/smc: fix ref_tracker issue in smc_pnet_add()
Eric Dumazet
1
-3
/
+5
2022-02-05
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
1
-14
/
+19
2022-02-04
Merge tag 'ceph-for-5.17-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
4
-70
/
+245
2022-02-04
cfg80211: fix race in netlink owner interface destruction
Johannes Berg
1
-13
/
+4
2022-02-04
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
1
-1
/
+2
2022-02-04
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
1
-0
/
+12
2022-02-04
netfilter: conntrack: move synack init code to helper
Florian Westphal
1
-18
/
+29
2022-02-04
netfilter: nft_payload: don't allow th access for fragments
Florian Westphal
2
-5
/
+6
2022-02-04
netfilter: conntrack: don't refresh sctp entries in closed state
Florian Westphal
1
-0
/
+9
2022-02-04
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-69
/
+247
2022-02-04
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
3
-16
/
+36
2022-02-03
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
1
-6
/
+12
2022-02-03
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
1
-0
/
+2
2022-02-02
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
4
-20
/
+103
2022-02-02
libceph: make recv path in secure mode work the same as send path
Ilya Dryomov
1
-62
/
+154
2022-02-02
Partially revert "net/smc: Add netlink net namespace support"
Dmitry V. Levin
1
-2
/
+0
2022-02-02
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
1
-2
/
+5
2022-02-02
af_packet: fix data-race in packet_setsockopt / packet_setsockopt
Eric Dumazet
1
-2
/
+6
2022-02-02
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
1
-2
/
+4
2022-02-02
net: sched: fix use-after-free in tc_new_tfilter()
Eric Dumazet
1
-4
/
+7
2022-01-31
mac80211: mlme: check for null after calling kmemdup
Jiasheng Jiang
1
-8
/
+21
[prev]
[next]