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
2024-02-12
netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_list
Eric Dumazet
1
-1
/
+1
2024-02-12
net: use synchronize_rcu_expedited in cleanup_net()
Eric Dumazet
1
-1
/
+1
2024-02-12
ipv4/fib: use synchronize_net() when holding RTNL
Eric Dumazet
1
-1
/
+1
2024-02-12
bridge: vlan: use synchronize_net() when holding RTNL
Eric Dumazet
1
-2
/
+2
2024-02-12
net: use synchronize_net() in dev_change_name()
Eric Dumazet
1
-1
/
+1
2024-02-12
ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()
Eric Dumazet
1
-1
/
+0
2024-02-12
net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.
Kui-Feng Lee
1
-1
/
+1
2024-02-12
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
4
-15
/
+109
2024-02-12
net/ipv6: Remove unnecessary clean.
Kui-Feng Lee
1
-2
/
+0
2024-02-12
net/ipv6: set expires in rt6_add_dflt_router().
Kui-Feng Lee
2
-2
/
+5
2024-02-12
mptcp: really cope with fastopen race
Paolo Abeni
1
-1
/
+2
2024-02-12
mptcp: check addrs list in userspace_pm_get_local_id
Geliang Tang
1
-1
/
+12
2024-02-12
mptcp: corner case locking for rx path fields initialization
Paolo Abeni
5
-39
/
+50
2024-02-12
mptcp: fix more tx path fields initialization
Paolo Abeni
2
-6
/
+13
2024-02-12
mptcp: fix rcv space initialization
Paolo Abeni
3
-7
/
+10
2024-02-12
mptcp: drop the push_pending field
Paolo Abeni
2
-7
/
+6
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
1
-1
/
+2
2024-02-12
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
1
-1
/
+2
2024-02-10
net: tls: fix returned read length with async decrypt
Jakub Kicinski
1
-1
/
+0
2024-02-10
net: tls: fix use-after-free with partial reads and async decrypt
Sabrina Dubroca
1
-2
/
+3
2024-02-10
net: tls: handle backlogging of crypto requests
Jakub Kicinski
1
-0
/
+22
2024-02-10
tls: fix race between tx work scheduling and socket close
Jakub Kicinski
1
-10
/
+6
2024-02-10
tls: fix race between async notify and socket close
Jakub Kicinski
1
-33
/
+10
2024-02-10
net: tls: factor out tls_*crypt_async_wait()
Jakub Kicinski
1
-51
/
+45
2024-02-09
Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-27
/
+37
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-1
/
+1
2024-02-09
net: fill in MODULE_DESCRIPTION()s for net/sched
Breno Leitao
6
-0
/
+6
2024-02-09
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
9
-0
/
+9
2024-02-09
net: fill in MODULE_DESCRIPTION()s for ipv6 modules
Breno Leitao
7
-0
/
+7
2024-02-09
net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
Breno Leitao
1
-0
/
+1
2024-02-09
net: fill in MODULE_DESCRIPTION()s for af_key
Breno Leitao
1
-0
/
+1
2024-02-09
net: fill in MODULE_DESCRIPTION()s for mpoa
Breno Leitao
1
-0
/
+1
2024-02-09
net: fill in MODULE_DESCRIPTION()s for xfrm
Breno Leitao
2
-0
/
+2
2024-02-09
net/sched: act_mirred: Don't zero blockid when net device is being deleted
Victor Nogueira
1
-2
/
+0
2024-02-09
net: openvswitch: limit the number of recursions from action sets
Aaron Conole
1
-16
/
+33
2024-02-09
Merge branch 'for-io_uring-add-napi-busy-polling-support'
Jakub Kicinski
1
-14
/
+43
2024-02-09
net: add napi_busy_loop_rcu()
Stefan Roesch
1
-0
/
+15
2024-02-09
net: split off __napi_busy_poll from napi_busy_poll
Stefan Roesch
1
-14
/
+28
2024-02-09
xfrm: Simplify the allocation of slab caches in xfrm_policy_init
Kunwu Chan
1
-4
/
+1
2024-02-08
ethtool: do not use rtnl in ethnl_default_dumpit()
Eric Dumazet
1
-9
/
+5
2024-02-08
net-procfs: use xarray iterator to implement /proc/net/dev
Eric Dumazet
1
-41
/
+7
2024-02-08
net: dsa: tag_sja1105: remove "inline" keyword
Vladimir Oltean
1
-2
/
+2
2024-02-08
net: dsa: remove "inline" from dsa_user_netpoll_send_skb()
Vladimir Oltean
1
-2
/
+2
2024-02-08
net/handshake: Fix handshake_req_destroy_test1
Chuck Lever
1
-1
/
+4
2024-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
36
-216
/
+497
2024-02-08
wifi: mac80211: add support to call csa_finish on a link
Aditya Kumar Singh
1
-2
/
+13
2024-02-08
wifi: mac80211: start and finalize channel switch on link basis
Aditya Kumar Singh
2
-24
/
+37
2024-02-08
wifi: mac80211: handle set csa/after_csa beacon on per link basis
Aditya Kumar Singh
1
-13
/
+15
2024-02-08
wifi: mac80211: update beacon counters per link basis
Aditya Kumar Singh
1
-3
/
+11
2024-02-08
wifi: cfg80211: send link id in channel_switch ops
Aditya Kumar Singh
2
-2
/
+6
[prev]
[next]