index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-138
/
+35
2023-06-08
tls/sw: Support MSG_SPLICE_PAGES
David Howells
1
-0
/
+41
2023-06-08
kcm: Use splice_eof() to flush
David Howells
1
-0
/
+15
2023-06-08
ipv4, ipv6: Use splice_eof() to flush
David Howells
7
-0
/
+68
2023-06-08
tls/device: Use splice_eof() to flush
David Howells
3
-0
/
+26
2023-06-08
tls/sw: Use splice_eof() to flush
David Howells
3
-0
/
+77
2023-06-08
splice, net: Add a splice_eof op to file-ops and socket-ops
David Howells
1
-0
/
+10
2023-06-08
splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
David Howells
1
-24
/
+2
2023-06-08
tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
David Howells
2
-2
/
+3
2023-06-08
tcp: let tcp_mtu_probe() build headless packets
Eric Dumazet
1
-2
/
+58
2023-06-08
ethtool: ioctl: improve error checking for set_wol
Justin Chen
1
-2
/
+12
2023-06-08
ping6: Fix send to link-local addresses with VRF.
Guillaume Nault
1
-1
/
+2
2023-06-08
netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
Pablo Neira Ayuso
1
-1
/
+2
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
45
-195
/
+351
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
44
-177
/
+344
2023-06-07
Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...
Jakub Kicinski
1
-1
/
+1
2023-06-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+2
2023-06-08
netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
Pablo Neira Ayuso
1
-1
/
+2
2023-06-08
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
2
-15
/
+96
2023-06-07
wifi: cfg80211: move scan done work to wiphy work
Johannes Berg
3
-14
/
+7
2023-06-07
wifi: cfg80211: move sched scan stop to wiphy work
Johannes Berg
3
-7
/
+6
2023-06-07
wifi: mac80211: mlme: move disconnects to wiphy work
Johannes Berg
4
-26
/
+32
2023-06-07
wifi: mac80211: ibss: move disconnect to wiphy work
Johannes Berg
2
-7
/
+9
2023-06-07
wifi: mac80211: use wiphy work for channel switch
Johannes Berg
3
-27
/
+20
2023-06-07
wifi: mac80211: use wiphy work for SMPS
Johannes Berg
4
-9
/
+12
2023-06-07
wifi: mac80211: unregister netdevs through cfg80211
Johannes Berg
1
-13
/
+7
2023-06-07
wifi: mac80211: use wiphy work for sdata->work
Johannes Berg
11
-30
/
+30
2023-06-07
wifi: cfg80211: add a work abstraction with special semantics
Johannes Berg
3
-1
/
+136
2023-06-07
wifi: cfg80211: hold wiphy lock when sending wiphy
Johannes Berg
2
-0
/
+11
2023-06-07
wifi: cfg80211: wext: hold wiphy lock in siwgenie
Johannes Berg
1
-1
/
+3
2023-06-07
wifi: cfg80211: move wowlan disable under locks
Johannes Berg
1
-4
/
+4
2023-06-07
wifi: cfg80211: hold wiphy lock in pmsr work
Johannes Berg
2
-3
/
+4
2023-06-07
wifi: cfg80211: hold wiphy lock in auto-disconnect
Johannes Berg
2
-5
/
+5
2023-06-07
Merge wireless into wireless-next
Johannes Berg
13
-47
/
+88
2023-06-07
net: sched: fix possible refcount leak in tc_chain_tmplt_add()
Hangyu Hua
1
-0
/
+1
2023-06-07
net: sched: act_police: fix sparse errors in tcf_police_dump()
Eric Dumazet
1
-5
/
+5
2023-06-07
net: openvswitch: fix upcall counter access before allocation
Eelco Chaudron
2
-21
/
+16
2023-06-07
net: sched: move rtm_tca_policy declaration to include file
Eric Dumazet
1
-2
/
+0
2023-06-07
tcp: fix formatting in sysctl_net_ipv4.c
David Morley
1
-7
/
+7
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
11
-41
/
+58
2023-06-07
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
1
-2
/
+4
2023-06-07
xfrm: add missed call to delete offloaded policies
Leon Romanovsky
1
-0
/
+2
2023-06-06
tipc: replace open-code bearer rcu_dereference access in bearer.c
Xin Long
1
-8
/
+6
2023-06-06
Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
5
-37
/
+75
2023-06-06
Merge tag 'nf-23-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
4
-2
/
+15
2023-06-06
Merge tag 'wireless-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
7
-12
/
+27
2023-06-06
tcp: Set route scope properly in cookie_v4_check().
Guillaume Nault
1
-2
/
+2
2023-06-06
ipv4: Set correct scope in inet_csk_route_*().
Guillaume Nault
1
-2
/
+2
2023-06-06
tcp: gso: really support BIG TCP
Eric Dumazet
1
-10
/
+9
2023-06-06
ipv6: rpl: Fix Route of Death.
Kuniyuki Iwashima
1
-18
/
+11
[prev]
[next]