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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
ionic: refactor skb building
Shannon Nelson
1
-53
/
+65
2024-03-08
ionic: fold adminq clean into service routine
Shannon Nelson
1
-21
/
+11
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
5
-86
/
+111
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
7
-89
/
+38
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
5
-91
/
+57
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
3
-65
/
+67
2024-03-08
ionic: drop q mapping
Shannon Nelson
3
-35
/
+10
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
4
-60
/
+45
2024-03-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
6
-42
/
+53
2024-03-08
octeontx2-pf: Add TC flower offload support for TCP flags
Sai Krishna
5
-2
/
+23
2024-03-08
net: chelsio: remove unused function calc_tx_descs
Colin Ian King
1
-14
/
+0
2024-03-07
eth: bnxt: support per-queue statistics
Jakub Kicinski
1
-0
/
+65
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
6
-0
/
+6
2024-03-07
net: usbnet: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-07
net: usbnet: Leverage core stats allocator
Breno Leitao
1
-7
/
+1
2024-03-07
net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_mode
Russell King (Oracle)
1
-1
/
+2
2024-03-07
net: pcs: rzn1-miic: update PCS driver to use neg_mode
Russell King (Oracle)
1
-2
/
+3
2024-03-07
net: phy: marvell: add comment about m88e1111_config_init_1000basex()
Russell King (Oracle)
1
-1
/
+4
2024-03-07
atm: fore200e: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-07
isdn: capi: make capi_class constant
Ricardo B. Marliere
1
-9
/
+12
2024-03-07
isdn: mISDN: make elements_class constant
Ricardo B. Marliere
1
-6
/
+10
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
116
-797
/
+1372
2024-03-07
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
32
-150
/
+257
2024-03-07
net: pds_core: Fix possible double free in error handling path
Yongzhi Liu
1
-8
/
+4
2024-03-06
mlxbf_gige: add support to display pause frame counters
David Thompson
2
-0
/
+66
2024-03-06
net: phy: qca807x: fix compilation when CONFIG_GPIOLIB is not set
Robert Marko
1
-16
/
+16
2024-03-06
net: geneve: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-06
net: geneve: Leverage core stats allocator
Breno Leitao
1
-9
/
+2
2024-03-06
net: gtp: Move net_device assigned in setup
Breno Leitao
1
-10
/
+2
2024-03-06
net: gtp: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-06
net: gtp: Leverage core stats allocator
Breno Leitao
1
-5
/
+1
2024-03-06
net: macsec: Leverage core stats allocator
Breno Leitao
1
-8
/
+2
2024-03-06
sr9800: Add check for usbnet_get_endpoints
Chen Ni
1
-1
/
+3
2024-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2024-03-06
ixgbe: pull out stats update to common routines
Maciej Fijalkowski
3
-25
/
+53
2024-03-06
i40e: remove unnecessary qv_info ptr NULL checks
Alexey Kodanev
2
-8
/
+0
2024-03-06
iavf: drop duplicate iavf_{add|del}_cloud_filter() calls
Alexey Kodanev
1
-9
/
+0
2024-03-06
Merge tag 'arm-fixes-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+4
2024-03-06
Merge tag 'v6.8-p6' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2
-19
/
+19
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
12
-201
/
+125
2024-03-06
ravb: Unify Rx ring maintenance code paths
Niklas Söderlund
2
-106
/
+33
2024-03-06
ravb: Move maximum Rx descriptor data usage to info struct
Niklas Söderlund
2
-8
/
+9
2024-03-06
ravb: Use the max frame size from hardware info for RZ/G2L
Niklas Söderlund
2
-3
/
+3
2024-03-06
ravb: Create helper to allocate skb and align it
Niklas Söderlund
2
-20
/
+24
2024-03-06
ravb: Make it clear the information relates to maximum frame size
Niklas Söderlund
2
-6
/
+7
2024-03-06
ravb: Group descriptor types used in Rx ring
Niklas Söderlund
2
-30
/
+33
2024-03-06
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
10
-1374
/
+1182
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
9
-22
/
+15
2024-03-06
Merge tag 'riscv-firmware-for-v6.9' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
1
-1
/
+2
2024-03-05
net: fec: Fixup EEE
Andrew Lunn
1
-18
/
+5
[next]