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.13.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
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
49
-330
/
+8
2023-06-25
smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
David Howells
5
-52
/
+1
2023-06-25
rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-11
/
+12
2023-06-25
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
David Howells
1
-72
/
+19
2023-06-25
ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
David Howells
1
-40
/
+20
2023-06-25
net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
David Howells
1
-22
/
+28
2023-06-25
tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage
David Howells
4
-10
/
+15
2023-06-25
Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...
Jakub Kicinski
6
-8
/
+202
2023-06-25
net/tcp: optimise locking for blocking splice
Pavel Begunkov
1
-1
/
+1
2023-06-25
af_unix: Call scm_recv() only after scm_set_cred().
Kuniyuki Iwashima
1
-1
/
+1
2023-06-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-47
/
+121
2023-06-23
Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
31
-866
/
+2193
2023-06-23
net: fix net device address assign type
Piotr Gardocki
1
-5
/
+5
2023-06-23
net/tls: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2023-06-23
tcp: fix comment typo
Yueh-Shun Li
1
-1
/
+1
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
26
-223
/
+603
2023-06-22
Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
9
-96
/
+417
2023-06-22
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
1
-6
/
+0
2023-06-22
sch_netem: acquire qdisc lock in netem_change()
Eric Dumazet
1
-2
/
+6
2023-06-22
wifi: mac80211: report all unusable beacon frames
Benjamin Berg
1
-1
/
+1
2023-06-22
mptcp: pass addr to mptcp_pm_alloc_anno_list
Geliang Tang
3
-6
/
+6
2023-06-22
mptcp: consolidate transition to TCP_CLOSE in mptcp_do_fastclose()
Paolo Abeni
1
-5
/
+3
2023-06-22
mptcp: introduce MPTCP_FULL_INFO getsockopt
Paolo Abeni
1
-2
/
+125
2023-06-22
mptcp: add subflow unique id
Paolo Abeni
3
-1
/
+12
2023-06-22
mptcp: track some aggregate data counters
Paolo Abeni
4
-8
/
+42
2023-06-22
mptcp: move snd_una update earlier for fallback socket
Paolo Abeni
2
-6
/
+6
2023-06-22
mptcp: ensure listener is unhashed before updating the sk status
Paolo Abeni
2
-12
/
+20
2023-06-22
mptcp: drop legacy code around RX EOF
Paolo Abeni
2
-53
/
+1
2023-06-22
mptcp: consolidate fallback and non fallback state machine
Paolo Abeni
2
-33
/
+25
2023-06-22
mptcp: fix possible list corruption on passive MPJ
Paolo Abeni
1
-3
/
+9
2023-06-22
mptcp: fix possible divide by zero in recvmsg()
Paolo Abeni
1
-0
/
+7
2023-06-22
mptcp: handle correctly disconnect() failures
Paolo Abeni
1
-6
/
+14
2023-06-22
inet: Cleanup on charging memory for newly accepted sockets
Abel Wu
1
-7
/
+10
2023-06-22
net: hsr: Disable promiscuous mode in offload mode
Ravi Gunasekaran
3
-4
/
+17
2023-06-22
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
1
-30
/
+39
2023-06-22
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
1
-6
/
+18
2023-06-22
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
1
-3
/
+60
2023-06-21
wifi: mac80211: mark keys as uploaded when added by the driver
Yedidya Benshimol
1
-2
/
+6
2023-06-21
wifi: nl80211/reg: add no-EHT regulatory flag
Johannes Berg
1
-1
/
+3
2023-06-21
wifi: cfg80211: Retrieve PSD information from RNR AP information
Ilan Peer
1
-0
/
+13
2023-06-21
wifi: mac80211: fix CRC calculation for extended elems
Johannes Berg
1
-14
/
+11
2023-06-21
wifi: mac80211: avoid lockdep checking when removing deflink
Benjamin Berg
1
-2
/
+3
2023-06-21
wifi: mac80211: always hold sdata lock in chanctx assign/unassign
Johannes Berg
2
-5
/
+18
2023-06-21
wifi: mac80211: store BSS param change count from assoc response
Johannes Berg
2
-1
/
+17
2023-06-21
wifi: mac80211: drop some unprotected action frames
Johannes Berg
1
-2
/
+13
2023-06-21
wifi: mac80211: move action length check up
Johannes Berg
1
-4
/
+5
2023-06-21
wifi: mac80211: drop unprotected robust mgmt before 4-way-HS
Alon Giladi
1
-3
/
+10
2023-06-21
net: remove sk_is_ipmr() and sk_is_icmpv6() helpers
Eric Dumazet
1
-2
/
+2
2023-06-21
netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
Christophe JAILLET
1
-1
/
+1
2023-06-21
mptcp: Reorder fields in 'struct mptcp_pm_add_entry'
Christophe JAILLET
1
-1
/
+1
[next]