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-09-01
Bluetooth: fix use-after-free error in lock_sock_nested()
Wang ShaoBo
1
-1
/
+9
2021-08-31
Bluetooth: Fix using RPA when address has been resolved
Luiz Augusto von Dentz
3
-28
/
+40
2021-08-31
Bluetooth: Fix using address type from events
Luiz Augusto von Dentz
2
-40
/
+22
2021-08-30
Bluetooth: Fix enabling advertising for central role
Luiz Augusto von Dentz
1
-2
/
+2
2021-08-30
Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
Takashi Iwai
1
-8
/
+16
2021-08-30
Bluetooth: Support the quality report events
Joseph Hwang
1
-1
/
+108
2021-08-30
Bluetooth: refactor set_exp_feature with a feature table
Joseph Hwang
1
-106
/
+142
2021-08-30
Bluetooth: mgmt: Disallow legacy MGMT_OP_READ_LOCAL_OOB_EXT_DATA
Brian Gix
1
-0
/
+5
2021-08-30
Bluetooth: reorganize functions from hci_sock_sendmsg()
Tetsuo Handa
1
-29
/
+21
2021-08-30
net: ipv4: Fix the warning for dereference
Yajun Deng
1
-1
/
+3
2021-08-30
net: qrtr: make checks in qrtr_endpoint_post() stricter
Dan Carpenter
1
-2
/
+6
2021-08-30
fix array-index-out-of-bounds in taprio_change
Haimin Zhang
1
-1
/
+3
2021-08-30
net: fix NULL pointer reference in cipso_v4_doi_free
王贇
1
-2
/
+2
2021-08-30
ipv4: make exception cache less predictible
Eric Dumazet
1
-16
/
+30
2021-08-30
ipv6: make exception cache less predictible
Eric Dumazet
1
-1
/
+4
2021-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-212
/
+317
2021-08-30
netfilter: add netfilter hooks to SRv6 data plane
Ryoga Saito
6
-36
/
+224
2021-08-28
ipv6: add IFLA_INET6_RA_MTU to expose mtu value
Rocco Yue
2
-6
/
+21
2021-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
3
-3
/
+74
2021-08-27
mptcp: make the locking tx schema more readable
Paolo Abeni
1
-3
/
+7
2021-08-27
mptcp: optimize the input options processing
Paolo Abeni
1
-34
/
+37
2021-08-27
mptcp: consolidate in_opt sub-options fields in a bitmask
Paolo Abeni
4
-73
/
+63
2021-08-27
mptcp: better binary layout for mptcp_options_received
Paolo Abeni
2
-15
/
+13
2021-08-27
mptcp: do not set unconditionally csum_reqd on incoming opt
Paolo Abeni
1
-3
/
+1
2021-08-27
tcp: enable mid stream window clamp
Neil Spring
1
-0
/
+1
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-39
/
+48
2021-08-26
Merge tag 'nfsd-5.14-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+2
2021-08-26
Revert "net: really fix the build..."
Kalle Valo
1
-15
/
+1
2021-08-26
net: fix NULL pointer reference in cipso_v4_doi_free
王贇
1
-8
/
+10
2021-08-26
rtnetlink: Return correct error on changing device netns
Andrey Ignatov
1
-1
/
+2
2021-08-26
Merge tag 'mac80211-next-for-net-next-2021-08-26' of git://git.kernel.org/pub...
David S. Miller
9
-3
/
+441
2021-08-26
sock: remove one redundant SKB_FRAG_PAGE_ORDER macro
Yunsheng Lin
1
-1
/
+0
2021-08-26
ipv4: use siphash instead of Jenkins in fnhe_hashfun()
Eric Dumazet
1
-6
/
+6
2021-08-26
ipv6: use siphash in rt6_exception_hash()
Eric Dumazet
1
-6
/
+14
2021-08-26
cfg80211: use wiphy DFS domain if it is self-managed
Sriram R
1
-1
/
+8
2021-08-26
mac80211: parse transmit power envelope element
Wen Gong
2
-0
/
+15
2021-08-25
SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...
Trond Myklebust
1
-1
/
+2
2021-08-25
netfilter: x_tables: handle xt_register_template() returning an error value
Lukas Bulwahn
1
-0
/
+2
2021-08-25
netfilter: ctnetlink: missing counters and timestamp in nfnetlink_{log,queue}
Pablo Neira Ayuso
1
-0
/
+6
2021-08-25
netfilter: ecache: remove nf_exp_event_notifier structure
Florian Westphal
2
-67
/
+6
2021-08-25
netfilter: ecache: prepare for event notifier merge
Florian Westphal
2
-36
/
+12
2021-08-25
netfilter: ecache: add common helper for nf_conntrack_eventmask_report
Florian Westphal
1
-68
/
+56
2021-08-25
netfilter: ecache: remove another indent level
Florian Westphal
1
-16
/
+18
2021-08-25
netfilter: ecache: remove one indent level
Florian Westphal
2
-31
/
+35
2021-08-25
net/sched: ets: fix crash when flipping from 'strict' to 'quantum'
Davide Caratti
1
-0
/
+7
2021-08-25
net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpid
Vladimir Oltean
1
-4
/
+34
2021-08-25
net: dsa: sja1105: drop untagged packets on the CPU and DSA ports
Vladimir Oltean
1
-1
/
+40
2021-08-25
mptcp: add the mibs for MP_FAIL
Geliang Tang
4
-0
/
+6
2021-08-25
mptcp: send out MP_FAIL when data checksum fails
Geliang Tang
2
-0
/
+28
2021-08-25
mptcp: MP_FAIL suboption receiving
Geliang Tang
3
-0
/
+24
[next]