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
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-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-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
dev_ioctl: fix a W=1 warning
Heiner Kallweit
1
-0
/
+1
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-99
/
+206
2023-03-24
fix typos in net/sched/* files
Taichi Nishimura
3
-3
/
+3
2023-03-24
ipv6: prevent router_solicitations for team port
Xin Long
1
-1
/
+2
2023-03-23
Merge branch 'main' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/net...
Jakub Kicinski
13
-286
/
+225
2023-03-23
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-8
/
+15
2023-03-23
Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
5
-71
/
+155
2023-03-23
Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
5
-13
/
+23
2023-03-23
Bluetooth: HCI: Fix global-out-of-bounds
Sungwoo Kim
1
-0
/
+2
2023-03-23
Bluetooth: mgmt: Fix MGMT add advmon with RSSI command
Howard Chung
1
-1
/
+2
2023-03-23
Bluetooth: L2CAP: Fix responding with wrong PDU type
Luiz Augusto von Dentz
1
-38
/
+79
2023-03-23
net/sched: act_api: use the correct TCA_ACT attributes in dump
Pedro Tammela
1
-4
/
+4
2023-03-23
net: ipv4: Allow changing IPv4 address protocol
Petr Machata
1
-0
/
+3
2023-03-22
net/sched: remove two skb_mac_header() uses
Eric Dumazet
2
-2
/
+2
2023-03-22
sch_cake: do not use skb_mac_header() in cake_overhead()
Eric Dumazet
1
-3
/
+3
2023-03-22
net: do not use skb_mac_header() in qdisc_pkt_len_init()
Eric Dumazet
1
-4
/
+4
2023-03-22
net: Catch invalid index in XPS mapping
Nick Child
1
-0
/
+2
2023-03-22
Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...
Jakub Kicinski
2
-0
/
+3
2023-03-22
Bluetooth: Remove "Power-on" check from Mesh feature
Brian Gix
1
-6
/
+0
2023-03-22
Bluetooth: Fix race condition in hci_cmd_sync_clear
Min Li
1
-0
/
+2
2023-03-22
Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
Pauli Virtanen
1
-2
/
+7
2023-03-22
Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
Luiz Augusto von Dentz
1
-4
/
+19
2023-03-22
Bluetooth: hci_sync: Resume adv with no RPA when active scan
Zhengping Jiang
1
-20
/
+44
2023-03-22
netfilter: keep conntrack reference until IPsecv6 policy checks are done
Madhu Koriginja
5
-11
/
+13
2023-03-22
xtables: move icmp/icmpv6 logic to xt_tcpudp
Florian Westphal
3
-134
/
+112
2023-03-22
netfilter: xtables: disable 32bit compat interface by default
Florian Westphal
1
-1
/
+0
2023-03-22
netfilter: nft_masq: deduplicate eval call-backs
Jeremy Sowden
1
-46
/
+29
2023-03-22
netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...
Jeremy Sowden
3
-94
/
+71
2023-03-22
xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
Jesper Dangaard Brouer
1
-2
/
+8
2023-03-22
net-zerocopy: Reduce compound page head access
Xiaoyan Li
1
-3
/
+11
2023-03-22
wifi: mac80211: fix mesh path discovery based on unicast packets
Felix Fietkau
1
-11
/
+11
2023-03-22
wifi: mac80211: fix qos on mesh interfaces
Felix Fietkau
1
-2
/
+4
2023-03-22
net-sysfs: display two backlog queue len separately
Jason Xing
1
-5
/
+13
2023-03-22
virtio/vsock: check transport before skb allocation
Arseniy Krasnov
1
-5
/
+3
[next]