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-07-02
net: Optimize xdp_do_flush() with bpf_net_context infos.
Sebastian Andrzej Siewior
2
-20
/
+26
2024-07-02
page_pool: export page_pool_disable_direct_recycling()
David Wei
1
-1
/
+2
2024-07-02
net: allow skb_datagram_iter to be called from any context
Sagi Grimberg
1
-6
/
+13
2024-07-02
net: limit scope of a skb_zerocopy_iter_stream var
Pavel Begunkov
1
-1
/
+2
2024-07-02
io_uring/net: move charging socket out of zc io_uring
Pavel Begunkov
1
-5
/
+5
2024-07-02
net: batch zerocopy_fill_skb_from_iter accounting
Pavel Begunkov
1
-13
/
+18
2024-07-02
net: split __zerocopy_sg_from_iter()
Pavel Begunkov
1
-9
/
+13
2024-07-02
net: always try to set ubuf in skb_zerocopy_iter_stream
Pavel Begunkov
1
-2
/
+1
2024-07-01
netfilter: Add bpf_xdp_flow_lookup kfunc
Lorenzo Bianconi
3
-1
/
+127
2024-07-01
netfilter: nf_tables: Add flowtable map for xdp offload
Florian Westphal
3
-2
/
+149
2024-07-01
net: ethtool: Fix the panic caused by dev being null when dumping coalesce
Heng Qi
1
-2
/
+3
2024-07-01
Merge tag 'for-net-2024-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
David S. Miller
7
-65
/
+92
2024-07-01
xfrm: Export symbol xfrm_dev_state_delete.
Steffen Klassert
1
-0
/
+1
2024-07-01
Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
7
-201
/
+275
2024-07-01
tcp_metrics: validate source addr length
Jakub Kicinski
1
-0
/
+1
2024-06-29
Merge tag 'nfs-for-6.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+4
2024-06-28
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
2
-2
/
+2
2024-06-28
net: ethtool: use the tracking array for get_rxfh on custom RSS contexts
Edward Cree
1
-5
/
+21
2024-06-28
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
2
-0
/
+12
2024-06-28
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
2
-4
/
+7
2024-06-28
net: ethtool: let the core choose RSS context IDs
Edward Cree
2
-13
/
+39
2024-06-28
net: ethtool: record custom RSS contexts in the XArray
Edward Cree
1
-1
/
+73
2024-06-28
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
1
-0
/
+27
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
3
-2
/
+6
2024-06-28
udp: Allow GSO transmit from devices with no checksum offload
Jakub Sitnicki
3
-4
/
+10
2024-06-28
Bluetooth: L2CAP: Fix deadlock
Luiz Augusto von Dentz
4
-66
/
+35
2024-06-28
bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX
Pavel Skripkin
1
-3
/
+12
2024-06-28
Bluetooth: ISO: Check socket flag instead of hcon
Iulia Tanasescu
1
-2
/
+1
2024-06-28
bluetooth/l2cap: sync sock recv cb and release
Edward Adam Davis
1
-3
/
+22
2024-06-28
Bluetooth: Ignore too large handle values in BIG
Edward Adam Davis
1
-0
/
+4
2024-06-28
Bluetooth: hci_core: cancel all works upon hci_unregister_dev()
Tetsuo Handa
1
-0
/
+4
2024-06-28
Bluetooth: hci_event: Fix setting of unicast qos interval
Luiz Augusto von Dentz
1
-3
/
+19
2024-06-28
Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv Report
Sven Peter
1
-0
/
+7
2024-06-28
Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-5
/
+3
2024-06-28
netfilter: xt_recent: Lift restrictions on max hitcount value
Phil Sutter
1
-4
/
+4
2024-06-28
Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-10
/
+12
2024-06-28
ethtool: Add ability to flash transceiver modules' firmware
Danielle Ratson
4
-0
/
+334
2024-06-28
ethtool: cmis_fw_update: add a layer for supporting firmware update using CDB
Danielle Ratson
4
-1
/
+438
2024-06-28
ethtool: cmis_cdb: Add a layer for supporting CDB commands
Danielle Ratson
4
-1
/
+730
2024-06-28
ethtool: Veto some operations during firmware flashing process
Danielle Ratson
3
-0
/
+30
2024-06-28
ethtool: Add flashing transceiver modules' firmware notifications ability
Danielle Ratson
4
-0
/
+154
2024-06-28
UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()
Neal Cardwell
1
-1
/
+1
2024-06-28
wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREP
Johannes Berg
3
-27
/
+3
2024-06-28
wifi: mac80211: Use the link BSS configuration for beacon processing
Ilan Peer
1
-12
/
+12
2024-06-28
wifi: mac80211: remove key data from get_key callback
Johannes Berg
1
-3
/
+0
2024-06-28
wifi: nl80211: don't give key data to userspace
Johannes Berg
1
-8
/
+2
2024-06-27
Revert "net: micro-optimize skb_datagram_iter"
Sagi Grimberg
1
-2
/
+2
2024-06-27
Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
31
-340
/
+621
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-55
/
+213
2024-06-27
Merge tag 'wireless-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
3
-1
/
+8
[prev]
[next]