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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
wifi: iwlwifi: fix opmode start/stop race
Johannes Berg
1
-7
/
+9
2023-10-23
wifi: iwlwifi: skip opmode start retries on dead transport
Johannes Berg
1
-0
/
+3
2023-10-23
wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error
Johannes Berg
1
-1
/
+4
2023-10-23
wifi: iwlwifi: mvm: update station's MFP flag after association
Avraham Stern
1
-0
/
+6
2023-10-23
net: lan966x: remove useless code in lan966x_xtr_irq_handler
Su Hui
1
-1
/
+0
2023-10-23
chtls: fix tp->rcv_tstamp initialization
Eric Dumazet
1
-1
/
+1
2023-10-23
vxlan: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-106
/
+30
2023-10-23
geneve: use generic function for tunnel IPv6 route lookup
Beniamino Galvani
1
-65
/
+31
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+7
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+2
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
1
-5
/
+5
2023-10-22
net: fec: use dma_alloc_noncoherent for data cache enabled coldfire
Christoph Hellwig
1
-10
/
+76
2023-10-22
r8152: Block future register access if register access fails
Douglas Anderson
1
-31
/
+176
2023-10-22
r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE
Douglas Anderson
1
-48
/
+48
2023-10-22
r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()
Douglas Anderson
1
-0
/
+4
2023-10-22
r8152: Check for unplug in rtl_phy_patch_request()
Douglas Anderson
1
-0
/
+3
2023-10-22
r8152: Release firmware if we have an error in probe
Douglas Anderson
1
-0
/
+1
2023-10-22
r8152: Cancel hw_phy_work if we have an error in probe
Douglas Anderson
1
-0
/
+1
2023-10-22
r8152: Run the unload routine if we have errors during probe
Douglas Anderson
1
-0
/
+2
2023-10-22
r8152: Increase USB control msg timeout to 5000ms as per spec
Douglas Anderson
1
-3
/
+4
2023-10-22
bnxt_en: extend media types to supported and autoneg modes
Edwin Peer
1
-120
/
+153
2023-10-22
bnxt_en: convert to linkmode_set_bit() API
Edwin Peer
1
-24
/
+24
2023-10-22
bnxt_en: Refactor NRZ/PAM4 link speed related logic
Michael Chan
1
-31
/
+67
2023-10-22
bnxt_en: refactor speed independent ethtool modes
Edwin Peer
1
-38
/
+40
2023-10-22
bnxt_en: support lane configuration via ethtool
Edwin Peer
1
-7
/
+25
2023-10-22
bnxt_en: add infrastructure to lookup ethtool link mode
Edwin Peer
2
-20
/
+258
2023-10-22
bnxt_en: Fix invoking hwmon_notify_event
Kalesh AP
1
-5
/
+11
2023-10-22
bnxt_en: Do not call sleeping hwmon_notify_event() from NAPI
Kalesh AP
4
-9
/
+18
2023-10-22
net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_reg
Shigeru Yoshida
1
-1
/
+3
2023-10-22
net: chelsio: cxgb4: add an error code check in t4_load_phy_fw
Su Hui
1
-0
/
+2
2023-10-22
net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...
Christophe JAILLET
1
-2
/
+3
2023-10-21
octeon_ep: assert hardware structure sizes
Shinas Rasheed
2
-0
/
+7
2023-10-21
net: ethernet: adi: adin1110: Fix uninitialized variable
Dell Jin
1
-1
/
+1
2023-10-21
net: stmmac: update MAC capabilities when tx queues are updated
Michael Sit Wei Hong
1
-4
/
+13
2023-10-21
net: dsa: mv88e6xxx: add an error code check in mv88e6352_tai_event_work
Su Hui
1
-0
/
+4
2023-10-21
net: xgene: Fix unused xgene_enet_of_match warning for !CONFIG_OF
Rob Herring
1
-1
/
+1
2023-10-20
i40e: sync next_to_clean and next_to_process for programming status desc
Tirthendu Sarkar
1
-1
/
+8
2023-10-20
igc: Fix ambiguity in the ethtool advertising
Sasha Neftin
1
-10
/
+25
2023-10-20
net: wwan: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-20
pds_core: add an error code check in pdsc_dl_info_get
Su Hui
1
-0
/
+2
2023-10-20
igb: Fix potential memory leak in igb_add_ethtool_nfc_entry
Mateusz Palczewski
1
-1
/
+5
2023-10-20
treewide: Spelling fix in comment
Kunwu Chan
1
-1
/
+1
2023-10-20
ixgbe: fix end of loop test in ixgbe_set_vf_macvlan()
Dan Carpenter
1
-9
/
+10
2023-10-20
igb: Fix an end of loop test
Dan Carpenter
1
-3
/
+6
2023-10-20
ice: cleanup ice_find_netlist_node
Jacob Keller
1
-15
/
+15
2023-10-20
ice: make ice_get_pf_c827_idx static
Jacob Keller
2
-2
/
+1
2023-10-20
ice: manage VFs MSI-X using resource tracking
Michal Swiatkowski
1
-19
/
+151
2023-10-20
ice: set MSI-X vector count on VF
Michal Swiatkowski
3
-0
/
+84
2023-10-20
ice: add bitmap to track VF MSI-X usage
Michal Swiatkowski
2
-0
/
+11
2023-10-20
ice: implement num_msix field per VF
Michal Swiatkowski
4
-7
/
+14
[prev]
[next]