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-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-29
/
+148
2023-03-30
Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-24
/
+143
2023-03-30
netfilter: ctnetlink: Support offloaded conntrack entry deletion
Paul Blakey
1
-8
/
+0
2023-03-30
netfilter: nfnetlink_queue: enable classid socket info retrieval
Eric Sage
1
-0
/
+20
2023-03-30
netfilter: nfnetlink_log: remove rcu_bh usage
Florian Westphal
1
-13
/
+23
2023-03-30
net: dsa: sync unicast and multicast addresses for VLAN filters too
Vladimir Oltean
1
-5
/
+116
2023-03-30
net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQ
Eric Dumazet
1
-4
/
+18
2023-03-30
net: optimize napi_schedule_rps()
Eric Dumazet
1
-3
/
+5
2023-03-30
net: add softnet_data.in_net_rx_action
Eric Dumazet
1
-0
/
+4
2023-03-30
net: napi_schedule_rps() cleanup
Eric Dumazet
1
-6
/
+12
2023-03-30
wifi: nl80211: support advertising S1G capabilities
Kieran Frewen
1
-0
/
+10
2023-03-30
wifi: mac80211: S1G capabilities information element in probe request
Kieran Frewen
2
-0
/
+24
2023-03-30
mac80211: minstrel_ht: remove unused n_supported variable
Tom Rix
1
-6
/
+0
2023-03-30
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
Felix Fietkau
1
-1
/
+2
2023-03-30
wifi: mac80211: fix flow dissection for forwarded packets
Felix Fietkau
1
-1
/
+1
2023-03-30
wifi: mac80211: fix mesh forwarding
Felix Fietkau
1
-0
/
+3
2023-03-30
wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
Felix Fietkau
1
-8
/
+8
2023-03-30
wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
Ryder Lee
1
-1
/
+1
2023-03-30
wifi: mac80211: fix potential null pointer dereference
Felix Fietkau
1
-2
/
+2
2023-03-30
wifi: mac80211: drop bogus static keywords in A-MSDU rx
Felix Fietkau
1
-2
/
+2
2023-03-30
virtio/vsock: WARN_ONCE() for invalid state of socket
Arseniy Krasnov
1
-0
/
+7
2023-03-30
virtio/vsock: fix header length on skb merging
Arseniy Krasnov
1
-1
/
+1
2023-03-29
Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...
Jakub Kicinski
1
-2
/
+1
2023-03-29
bpf: allow a TCP CC to write app_limited
Yixin Shen
1
-0
/
+3
2023-03-29
mptcp: do not fill info not used by the PM in used
Matthieu Baerts
1
-7
/
+13
2023-03-29
mptcp: simplify subflow_syn_recv_sock()
Paolo Abeni
1
-28
/
+13
2023-03-29
mptcp: avoid unneeded address copy
Paolo Abeni
1
-2
/
+0
2023-03-29
6lowpan: Remove redundant initialisation.
Kuniyuki Iwashima
1
-1
/
+1
2023-03-29
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
2
-12
/
+9
2023-03-29
vsock: support sockmap
Bobby Eshleman
6
-6
/
+262
2023-03-28
net: dst: Switch to rcuref_t reference counting
Thomas Gleixner
5
-28
/
+12
2023-03-28
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
4
-27
/
+27
2023-03-28
virtio/vsock: check argument to avoid no effect call
Arseniy Krasnov
1
-0
/
+6
2023-03-28
virtio/vsock: allocate multiple skbuffs on tx
Arseniy Krasnov
1
-14
/
+43
2023-03-28
bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
Martin KaFai Lau
1
-2
/
+2
2023-03-28
can: isotp: add module parameter for maximum pdu size
Oliver Hartkopp
1
-9
/
+56
2023-03-27
ethtool: Add support for configuring tx_push_buf_len
Shay Agroskin
2
-3
/
+33
2023-03-27
net: introduce a config option to tweak MAX_SKB_FRAGS
Eric Dumazet
2
-2
/
+14
2023-03-27
can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write
Ivan Orlov
1
-6
/
+10
2023-03-27
can: j1939: prevent deadlock by moving j1939_sk_errqueue()
Oleksij Rempel
1
-2
/
+6
2023-03-27
dev_ioctl: fix a W=1 warning
Heiner Kallweit
1
-0
/
+1
2023-03-27
vsock/loopback: use only sk_buff_head.lock to protect the packet queue
Stefano Garzarella
1
-8
/
+2
2023-03-27
9p: Add additional debug flags and open modes
Eric Van Hensbergen
1
-4
/
+4
2023-03-25
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
1
-3
/
+6
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
1
-1
/
+1
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
1
-0
/
+6
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2
-5
/
+0
2023-03-25
Merge tag 'nfsd-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+5
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-99
/
+206
2023-03-24
net: ieee802154: Handle limited devices with only datagram support
Miquel Raynal
1
-0
/
+10
[prev]
[next]