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
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
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-24
unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-127
/
+7
2023-05-24
af_unix: Support MSG_SPLICE_PAGES
David Howells
1
-16
/
+33
2023-05-24
ip: Remove ip_append_page()
David Howells
1
-144
/
+4
2023-05-24
udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-45
/
+6
2023-05-24
ip6, udp6: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+17
2023-05-24
ip, udp: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+17
2023-05-24
tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
David Howells
1
-14
/
+7
2023-05-24
tls: Inline do_tcp_sendpages()
David Howells
1
-9
/
+15
2023-05-24
espintcp: Inline do_tcp_sendpages()
David Howells
1
-3
/
+7
2023-05-24
tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
David Howells
1
-8
/
+12
2023-05-24
tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
David Howells
1
-151
/
+7
2023-05-24
tcp: Support MSG_SPLICE_PAGES
David Howells
1
-7
/
+36
2023-05-24
net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
David Howells
1
-0
/
+88
2023-05-24
net: Pass max frags into skb_append_pagefrags()
David Howells
3
-4
/
+5
2023-05-24
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
1
-0
/
+2
2023-05-22
net/tcp: refactor tcp_inet6_sk()
Pavel Begunkov
1
-7
/
+3
2023-05-22
net: ipconfig: move ic_nameservers_fallback into #ifdef block
Arnd Bergmann
1
-3
/
+3
2023-05-19
mptcp: introduces more address related mibs
Paolo Abeni
4
-3
/
+32
2023-05-19
mptcp: refactor mptcp_stream_accept()
Paolo Abeni
1
-9
/
+12
2023-05-19
inet: factor out locked section of inet_accept() in a new helper
Paolo Abeni
1
-15
/
+17
2023-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
38
-216
/
+245
2023-05-18
Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
32
-170
/
+179
2023-05-18
netfilter: flowtable: split IPv6 datapath in helper functions
Pablo Neira Ayuso
1
-41
/
+71
2023-05-18
netfilter: flowtable: split IPv4 datapath in helper functions
Pablo Neira Ayuso
1
-42
/
+77
2023-05-18
netfilter: flowtable: simplify route logic
Pablo Neira Ayuso
2
-25
/
+11
2023-05-18
netfilter: conntrack: allow insertion clash of gre protocol
Faicker Mo
1
-0
/
+1
2023-05-18
netfilter: nft_set_pipapo: Use struct_size()
Christophe JAILLET
1
-4
/
+2
2023-05-18
netfilter: nft_exthdr: add boolean DCCP option matching
Jeremy Sowden
1
-0
/
+106
2023-05-18
netfilter: nf_tables: always increment set element count
Florian Westphal
1
-4
/
+7
2023-05-18
netfilter: nf_tables: relax set/map validation checks
Florian Westphal
1
-8
/
+15
2023-05-18
Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
3
-10
/
+18
2023-05-18
Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-37
/
+63
2023-05-18
bridge: always declare tunnel functions
Arnd Bergmann
1
-4
/
+4
2023-05-18
atm: hide unused procfs functions
Arnd Bergmann
1
-0
/
+2
2023-05-18
net: openvswitch: Use struct_size()
Christophe JAILLET
1
-3
/
+1
2023-05-17
Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
6
-46
/
+66
2023-05-17
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-05-17
netfilter: nf_tables: fix nft_trans type confusion
Florian Westphal
1
-3
/
+1
2023-05-17
netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...
Tom Rix
1
-0
/
+4
2023-05-17
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
1
-2
/
+2
2023-05-17
seg6: Cleanup duplicates of skb_dst_drop calls
Yuya Tajima
2
-5
/
+1
2023-05-17
net/tcp: optimise io_uring zc ubuf refcounting
Pavel Begunkov
1
-3
/
+6
2023-05-17
net/tcp: don't peek at tail for io_uring zc
Pavel Begunkov
1
-2
/
+1
2023-05-17
Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-74
/
+29
2023-05-17
Merge tag 'linux-can-fixes-for-6.4-20230515' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2
-2
/
+2
[next]