index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: introduce port ops placeholder
Jiri Pirko
1
-11
/
+19
2023-05-30
net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
Wen Gu
1
-2
/
+2
2023-05-30
net/smc: Scan from current RMB list when no position specified
Wen Gu
1
-1
/
+4
2023-05-30
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
3
-1
/
+12
2023-05-29
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
3
-0
/
+9
2023-05-29
af_packet: do not use READ_ONCE() in packet_bind()
Eric Dumazet
1
-3
/
+5
2023-05-29
devlink: Spelling corrections
Simon Horman
1
-2
/
+2
2023-05-29
net: fix signedness bug in skb_splice_from_iter()
Dan Carpenter
1
-2
/
+2
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-258
/
+313
2023-05-26
net: dsa: add support for mac_prepare() and mac_finish() calls
Russell King (Oracle)
1
-0
/
+32
2023-05-26
tls: improve lockless access safety of tls_err_abort()
Jakub Kicinski
2
-2
/
+6
2023-05-26
net: ynl: prefix uAPI header include with uapi/
Jakub Kicinski
6
-6
/
+6
2023-05-26
net/core: Enable socket busy polling on -RT
Kurt Kanzenbach
2
-4
/
+7
2023-05-25
af_packet: Fix data-races of pkt_sk(sk)->num.
Kuniyuki Iwashima
2
-3
/
+3
2023-05-25
netrom: fix info-leak in nr_write_internal()
Eric Dumazet
1
-3
/
+4
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+2
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-182
/
+427
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
28
-189
/
+445
2023-05-25
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2
-6
/
+12
2023-05-25
net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too
Antoine Tenart
1
-1
/
+1
2023-05-25
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
2
-0
/
+4
2023-05-24
net/handshake: Enable the SNI extension to work properly
Chuck Lever
1
-0
/
+8
2023-05-24
net/handshake: Unpin sock->file if a handshake is cancelled
Chuck Lever
2
-0
/
+5
2023-05-24
net/handshake: handshake_genl_notify() shouldn't ignore @flags
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix uninitialized local variable
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix handshake_dup() ref counting
Chuck Lever
1
-2
/
+3
2023-05-24
net/handshake: Remove unneeded check from handshake_dup()
Chuck Lever
1
-3
/
+0
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-69
/
+124
2023-05-24
devlink: pass devlink_port pointer to ops->port_del() instead of index
Jiri Pirko
1
-8
/
+3
2023-05-24
devlink: remove duplicate port notification
Jiri Pirko
1
-44
/
+1
2023-05-24
ipv6: Fix out-of-bounds access in ipv6_find_tlv()
Gavrilov Ilia
1
-0
/
+2
2023-05-24
udp: Stop using RTO_ONLINK.
Guillaume Nault
1
-11
/
+6
2023-05-24
raw: Stop using RTO_ONLINK.
Guillaume Nault
1
-6
/
+4
2023-05-24
ping: Stop using RTO_ONLINK.
Guillaume Nault
1
-10
/
+5
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
2023-05-23
unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-127
/
+7
2023-05-23
af_unix: Support MSG_SPLICE_PAGES
David Howells
1
-16
/
+33
2023-05-23
ip: Remove ip_append_page()
David Howells
1
-144
/
+4
2023-05-23
udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-45
/
+6
2023-05-23
ip6, udp6: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+17
2023-05-23
ip, udp: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+17
2023-05-23
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
1
-14
/
+7
2023-05-23
tls: Inline do_tcp_sendpages()
David Howells
1
-9
/
+15
2023-05-23
espintcp: Inline do_tcp_sendpages()
David Howells
1
-3
/
+7
2023-05-23
tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
David Howells
1
-8
/
+12
2023-05-23
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-23
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-23
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
1
-0
/
+88
[prev]
[next]