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-08-03
l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.
Kuniyuki Iwashima
1
-3
/
+0
2024-08-02
rxrpc: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2024-08-02
net: core: annotate socks of struct sock_reuseport with __counted_by
Dmitry Antipov
1
-3
/
+2
2024-08-02
tipc: guard against string buffer overrun
Simon Horman
1
-2
/
+6
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
3
-1
/
+44
2024-08-02
vsock: add support for SIOCOUTQ ioctl
Luigi Leonardi
1
-3
/
+55
2024-08-01
net: mctp: Consistent peer address handling in ioctl tag allocation
John Wang
1
-0
/
+3
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
32
-95
/
+263
2024-08-01
Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
30
-93
/
+261
2024-08-01
ethtool: Don't check for NULL info in prepare_data callbacks
Simon Horman
3
-4
/
+3
2024-08-01
RDS: IB: Remove unused declarations
Yue Haibing
1
-4
/
+0
2024-08-01
mptcp: fix duplicate data handling
Paolo Abeni
1
-4
/
+12
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
1
-4
/
+4
2024-08-01
Merge tag 'nf-24-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-13
/
+19
2024-08-01
ipv6: fix ndisc_is_useropt() handling for PIO
Maciej Żenczykowski
1
-16
/
+18
2024-07-31
netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().
Kuniyuki Iwashima
1
-5
/
+9
2024-07-31
netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
Kuniyuki Iwashima
1
-8
/
+10
2024-07-31
Add support for PIO p flag
Patrick Rohr
1
-1
/
+14
2024-07-31
net/smc: remove unused input parameters in smcr_new_buf_create
Zhengchao Shao
1
-2
/
+2
2024-07-31
net/smc: remove redundant code in smc_connect_check_aclc
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove the fallback in __smc_connect
Zhengchao Shao
1
-4
/
+0
2024-07-31
net/smc: remove unreferenced header in smc_loopback.h file
Zhengchao Shao
1
-1
/
+0
2024-07-31
l2tp: use pre_exit pernet hook to avoid rcu_barrier
James Chapman
1
-2
/
+7
2024-07-31
l2tp: cleanup eth/ppp pseudowire setup code
James Chapman
2
-4
/
+6
2024-07-31
l2tp: add idr consistency check in session_register
James Chapman
1
-2
/
+9
2024-07-31
l2tp: use rcu list add/del when updating lists
James Chapman
1
-6
/
+6
2024-07-31
l2tp: prevent possible tunnel refcount underflow
James Chapman
4
-10
/
+24
2024-07-31
l2tp: refactor ppp socket/session relationship
James Chapman
1
-55
/
+39
2024-07-31
l2tp: free sessions using rcu
James Chapman
2
-3
/
+2
2024-07-31
l2tp: delete sessions using work queue
James Chapman
2
-16
/
+21
2024-07-31
l2tp: simplify tunnel and socket cleanup
James Chapman
2
-62
/
+21
2024-07-31
l2tp: remove unused tunnel magic field
James Chapman
2
-4
/
+0
2024-07-31
l2tp: don't set sk_user_data in tunnel socket
James Chapman
1
-4
/
+6
2024-07-31
l2tp: don't use tunnel socket sk_user_data in ppp procfs output
James Chapman
1
-1
/
+1
2024-07-31
l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames
James Chapman
1
-3
/
+3
2024-07-31
ipv4: export ip_flush_pending_frames
James Chapman
1
-0
/
+1
2024-07-31
l2tp: lookup tunnel from socket without using sk_user_data
James Chapman
4
-17
/
+54
2024-07-30
net/tcp: Expand goo.gl link
Dr. David Alan Gilbert
1
-1
/
+2
2024-07-30
net: drop bad gso csum_start and offset in virtio_net_hdr
Willem de Bruijn
2
-0
/
+7
2024-07-30
net/iucv: fix use after free in iucv_sock_close()
Alexandra Winter
1
-2
/
+2
2024-07-30
net/smc: prevent UAF in inet_create()
D. Wythe
1
-3
/
+4
2024-07-30
mptcp: pm: fix backup support in signal endpoints
Matthieu Baerts (NGI0)
5
-0
/
+54
2024-07-30
mptcp: mib: count MPJ with backup flag
Matthieu Baerts (NGI0)
3
-0
/
+10
2024-07-30
mptcp: pm: only set request_bkup flag when sending MP_PRIO
Matthieu Baerts (NGI0)
1
-1
/
+0
2024-07-30
mptcp: distinguish rcv vs sent backup flag in requests
Matthieu Baerts (NGI0)
3
-1
/
+3
2024-07-30
mptcp: sched: check both directions for backup
Matthieu Baerts (NGI0)
1
-4
/
+6
2024-07-29
mptcp: fix NL PM announced address accounting
Paolo Abeni
1
-4
/
+6
2024-07-29
mptcp: fix user-space PM announced address accounting
Paolo Abeni
1
-4
/
+13
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
1
-1
/
+1
2024-07-29
tcp: Adjust clamping window for applications specifying SO_RCVBUF
Subash Abhinov Kasiviswanathan
1
-7
/
+16
[next]