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-06-10
Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
Luiz Augusto von Dentz
1
-7
/
+1
2024-06-10
Bluetooth: hci_sync: Fix not using correct handle
Luiz Augusto von Dentz
1
-1
/
+1
2024-06-10
net: dsa: update the unicast MAC address when changing conduit
Marek BehĂșn
3
-8
/
+44
2024-06-10
net: dsa: deduplicate code adding / deleting the port address to fdb
Marek BehĂșn
1
-44
/
+47
2024-06-10
net: netlink: remove the cb_mutex "injection" from netlink core
Jakub Kicinski
1
-15
/
+3
2024-06-10
rtnetlink: move rtnl_lock handling out of af_netlink
Jakub Kicinski
2
-4
/
+7
2024-06-10
tcp: fix race in tcp_v6_syn_recv_sock()
Eric Dumazet
1
-1
/
+2
2024-06-10
tcp: move inet_twsk_schedule helper out of header
Florian Westphal
1
-0
/
+5
2024-06-10
net: tcp: un-pin the tw_timer
Florian Westphal
3
-14
/
+4
2024-06-10
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
4
-12
/
+48
2024-06-09
page_pool: remove WARN_ON() with OR
David Wei
1
-2
/
+2
2024-06-07
Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
44
-209
/
+321
2024-06-06
tcp: move reqsk_alloc() to inet_connection_sock.c
Eric Dumazet
1
-0
/
+33
2024-06-06
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
Eric Dumazet
2
-25
/
+25
2024-06-06
mptcp: refer to 'MPTCP' socket in comments
Davide Caratti
2
-3
/
+3
2024-06-06
mptcp: add mptcp_space_from_win helper
Geliang Tang
3
-2
/
+7
2024-06-06
mptcp: use mptcp_win_from_space helper
Geliang Tang
1
-1
/
+1
2024-06-06
net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()
Su Hui
1
-1
/
+1
2024-06-06
net: allow rps/rfs related configs to be switched
Jason Xing
1
-3
/
+9
2024-06-06
ipv6: fix possible race in __fib6_drop_pcpu_from()
Eric Dumazet
2
-1
/
+6
2024-06-06
af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use skb_queue_empty_lockless() in unix_release_sock().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+2
2024-06-06
af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_sndbuf.
Kuniyuki Iwashima
1
-3
/
+3
2024-06-06
af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().
Kuniyuki Iwashima
1
-4
/
+4
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_accept().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().
Kuniyuki Iwashima
1
-5
/
+2
2024-06-06
af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...
Kuniyuki Iwashima
1
-13
/
+12
2024-06-06
af_unix: Annotate data-race of sk->sk_state in unix_inq_len().
Kuniyuki Iwashima
1
-1
/
+1
2024-06-06
af_unix: Annodate data-races around sk->sk_state for writers.
Kuniyuki Iwashima
1
-6
/
+8
2024-06-06
af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.
Kuniyuki Iwashima
1
-2
/
+8
2024-06-06
inet: remove (struct uncached_list)->quarantine
Eric Dumazet
2
-7
/
+2
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
11
-20
/
+18
2024-06-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-4
/
+7
2024-06-05
net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP
Eric Dumazet
1
-9
/
+6
2024-06-05
tcp: add sysctl_tcp_rto_min_us
Kevin Yang
3
-1
/
+12
2024-06-05
tcp: derive delack_max with tcp_rto_min helper
Kevin Yang
1
-9
/
+2
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
3
-9
/
+44
2024-06-05
mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTAB
Jason Xing
1
-2
/
+7
2024-06-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-05
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
3
-16
/
+24
2024-06-05
net: sched: sch_multiq: fix possible OOB write in multiq_tune()
Hangyu Hua
1
-1
/
+1
2024-06-05
devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()
Christophe JAILLET
1
-1
/
+1
2024-06-05
net: ethtool: remove unused struct 'cable_test_tdr_req_info'
Dr. David Alan Gilbert
1
-4
/
+0
2024-06-05
net: caif: remove unused structs
Dr. David Alan Gilbert
1
-7
/
+0
[prev]
[next]