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
2022-10-26
Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...
David S. Miller
9
-152
/
+444
2022-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
David S. Miller
1
-1
/
+1
2022-10-25
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
3
-7
/
+7
2022-10-25
mptcp: sockopt: use new helper for TCP_DEFER_ACCEPT
Matthieu Baerts
1
-13
/
+3
2022-10-25
mptcp: add TCP_FASTOPEN_NO_COOKIE support
Matthieu Baerts
1
-2
/
+5
2022-10-25
mptcp: sockopt: make 'tcp_fastopen_connect' generic
Matthieu Baerts
1
-5
/
+6
2022-10-25
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
2
-6
/
+90
2022-10-25
act_skbedit: skbedit queue mapping for receive queue
Amritha Nambiar
2
-2
/
+19
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-15
/
+42
2022-10-24
Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
6
-15
/
+40
2022-10-24
tcp: fix indefinite deferral of RTO with SACK reneging
Neal Cardwell
1
-1
/
+2
2022-10-24
tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
Lu Wei
1
-1
/
+3
2022-10-24
net: skb: move skb_pp_recycle() to skbuff.c
Yunsheng Lin
1
-0
/
+7
2022-10-24
net: remove useless parameter of __sock_cmsg_send
xu xin
3
-4
/
+4
2022-10-24
net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
Zhengchao Shao
1
-0
/
+7
2022-10-24
net: add a refcount tracker for kernel sockets
Eric Dumazet
4
-0
/
+33
2022-10-24
kcm: annotate data-races around kcm->rx_wait
Eric Dumazet
1
-6
/
+11
2022-10-24
kcm: annotate data-races around kcm->rx_psock
Eric Dumazet
1
-3
/
+5
2022-10-24
udp: track the forward memory release threshold in an hot cacheline
Paolo Abeni
2
-5
/
+17
2022-10-24
net: introduce and use custom sockopt socket flag
Paolo Abeni
2
-7
/
+5
2022-10-24
ethtool: Add support for 800Gbps link modes
Amit Cohen
1
-0
/
+14
2022-10-24
inet6: Clean up failure path in do_ipv6_setsockopt().
Kuniyuki Iwashima
1
-4
/
+2
2022-10-24
inet6: Remove inet6_destroy_sock().
Kuniyuki Iwashima
1
-7
/
+1
2022-10-24
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2022-10-24
dccp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
4
-8
/
+17
2022-10-24
inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().
Kuniyuki Iwashima
6
-26
/
+1
2022-10-24
mac802154: Ensure proper scan-level filtering
Miquel Raynal
1
-4
/
+12
2022-10-23
Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linux
Linus Torvalds
2
-0
/
+2
2022-10-22
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
2
-0
/
+2
2022-10-21
ethtool: pse-pd: fix null-deref on genl_info in dump
Jakub Kicinski
1
-1
/
+1
2022-10-20
sctp: remove unnecessary NULL checks in sctp_enqueue_event()
Alexey Kodanev
1
-9
/
+3
2022-10-20
sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()
Alexey Kodanev
1
-4
/
+1
2022-10-20
sctp: remove unnecessary NULL check in sctp_association_init()
Alexey Kodanev
2
-7
/
+2
2022-10-20
tipc: fix a null-ptr-deref in tipc_topsrv_accept
Xin Long
1
-4
/
+12
2022-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
64
-132
/
+220
2022-10-20
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
24
-36
/
+105
2022-10-19
net: sched: fix race condition in qdisc_graft()
Eric Dumazet
1
-2
/
+3
2022-10-19
openvswitch: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-1
/
+1
2022-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
5
-2
/
+8
2022-10-19
can: j1939: j1939_session_tx_eoma(): fix debug info
Zhang Changzhong
1
-1
/
+1
2022-10-19
net: Fix return value of qdisc ingress handling on success
Paul Blakey
1
-0
/
+4
2022-10-19
bridge: mcast: Simplify MDB entry creation
Ido Schimmel
1
-8
/
+3
2022-10-19
bridge: mcast: Use spin_lock() instead of spin_lock_bh()
Ido Schimmel
1
-4
/
+4
2022-10-19
net: sched: sfb: fix null pointer access issue when sfb_init() fails
Zhengchao Shao
1
-1
/
+2
2022-10-19
Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...
Zhengchao Shao
1
-8
/
+17
2022-10-19
net: sched: cake: fix null pointer access issue when cake_init() fails
Zhengchao Shao
1
-0
/
+4
2022-10-19
netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
Pablo Neira Ayuso
1
-2
/
+3
2022-10-19
netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
Guillaume Nault
4
-0
/
+5
2022-10-18
net: hsr: avoid possible NULL deref in skb_clone()
Eric Dumazet
1
-6
/
+6
2022-10-18
net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()
Jiapeng Chong
1
-20
/
+0
[next]