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-01-23
Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-client
Linus Torvalds
6
-71
/
+90
2021-01-21
libceph: fix "Boolean result is used in bitwise operation" warning
Ilya Dryomov
1
-1
/
+1
2021-01-20
Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-103
/
+135
2021-01-20
tcp: Fix potential use-after-free due to double kfree()
Kuniyuki Iwashima
1
-2
/
+2
2021-01-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+2
2021-01-20
tcp: fix TCP socket rehash stats mis-accounting
Yuchung Cheng
2
-17
/
+10
2021-01-20
tcp: do not mess with cloned skbs in tcp_add_backlog()
Eric Dumazet
1
-12
/
+13
2021-01-20
net: nfc: nci: fix the wrong NCI_CORE_INIT parameters
Bongsu Jeon
1
-1
/
+1
2021-01-20
net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
Tariq Toukan
1
-0
/
+5
2021-01-20
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
1
-1
/
+1
2021-01-20
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2021-01-20
xsk: Clear pool even for inactive queues
Maxim Mikityanskiy
1
-2
/
+2
2021-01-20
Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-2
/
+2
2021-01-19
net: core: devlink: use right genl user_ptr when handling port param get/set
Oleksandr Mazur
1
-2
/
+2
2021-01-19
tcp: fix TCP_USER_TIMEOUT with zero window
Enke Chen
5
-7
/
+11
2021-01-19
ipv6: set multicast flag on the multicast route
Matteo Croce
1
-1
/
+1
2021-01-19
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
1
-0
/
+1
2021-01-19
Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
4
-39
/
+49
2021-01-17
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-16
net_sched: avoid shift-out-of-bounds in tcindex_set_parms()
Eric Dumazet
1
-2
/
+6
2021-01-16
net_sched: gen_estimator: support large ewma log
Eric Dumazet
1
-4
/
+7
2021-01-16
net_sched: reject silly cell_log in qdisc_get_rtab()
Eric Dumazet
1
-1
/
+2
2021-01-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+2
2021-01-16
cls_flower: call nla_ok() before nla_next()
Cong Wang
1
-9
/
+13
2021-01-15
Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-121
/
+202
2021-01-15
mac80211: check if atf has been disabled in __ieee80211_schedule_txq
Lorenzo Bianconi
1
-1
/
+1
2021-01-15
mac80211: do not drop tx nulldata packets on encrypted links
Felix Fietkau
1
-1
/
+1
2021-01-15
mac80211: fix encryption key selection for 802.3 xmit
Felix Fietkau
1
-12
/
+15
2021-01-15
mac80211: fix fast-rx encryption check
Felix Fietkau
1
-0
/
+2
2021-01-15
mac80211: fix incorrect strlen of .write in debugfs
Shayne Chen
1
-24
/
+20
2021-01-14
mptcp: fix locking in mptcp_disconnect()
Paolo Abeni
1
-2
/
+7
2021-01-14
net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM
Tariq Toukan
1
-3
/
+9
2021-01-14
net: avoid 32 x truesize under-estimation for tiny skbs
Eric Dumazet
1
-2
/
+7
2021-01-14
net: tip: fix a couple kernel-doc markups
Mauro Carvalho Chehab
2
-2
/
+2
2021-01-14
net: sit: unregister_netdevice on newlink's error path
Jakub Kicinski
1
-1
/
+4
2021-01-14
bpf: Reject too big ctx_size_in for raw_tp test run
Song Liu
1
-1
/
+2
2021-01-14
can: isotp: isotp_getname(): fix kernel information leak
Oliver Hartkopp
1
-0
/
+1
2021-01-13
rxrpc: Call state should be read with READ_ONCE() under some circumstances
Baptiste Lepers
1
-1
/
+1
2021-01-13
rxrpc: Fix handling of an unsupported token type in rxrpc_read()
David Howells
1
-2
/
+4
2021-01-13
SUNRPC: Move the svc_xdr_recvfrom tracepoint again
Chuck Lever
1
-2
/
+2
2021-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2
-0
/
+4
2021-01-13
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Guvenc Gulce
3
-10
/
+16
2021-01-13
smc: fix out of bound access in smc_nl_get_sys_info()
Jakub Kicinski
1
-1
/
+2
2021-01-13
mptcp: better msk-level shutdown.
Paolo Abeni
1
-45
/
+17
2021-01-13
mptcp: more strict state checking for acks
Paolo Abeni
1
-1
/
+1
2021-01-13
net: dsa: clear devlink port type before unregistering slave netdevs
Vladimir Oltean
1
-0
/
+4
2021-01-13
net: dsa: unbind all switches from tree when DSA master unbinds
Vladimir Oltean
1
-0
/
+10
2021-01-13
net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
Petr Machata
1
-1
/
+1
2021-01-12
Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2021-01-12
esp: avoid unneeded kmap_atomic call
Willem de Bruijn
2
-12
/
+2
[next]