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
2024-08-16
wifi: mwifiex: keep mwifiex_cfg80211_ops constant
Sascha Hauer
1
-11
/
+15
2024-08-16
wifi: mwifiex: duplicate static structs used in driver instances
Sascha Hauer
1
-6
/
+26
2024-08-16
net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
Vladimir Oltean
2
-11
/
+178
2024-08-16
net: dsa: felix: fix VLAN tag loss on CPU reception with ocelot-8021q
Vladimir Oltean
1
-6
/
+109
2024-08-16
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
3
-0
/
+67
2024-08-16
net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
Vladimir Oltean
2
-2
/
+9
2024-08-16
net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...
Vladimir Oltean
2
-7
/
+24
2024-08-15
virtio-net: synchronize probe with ndo_set_features
Jason Wang
1
-5
/
+5
2024-08-15
virtio-net: synchronize operstate with admin state on up/down
Jason Wang
1
-28
/
+50
2024-08-15
bnxt_en: Don't clear ntuple filters and rss contexts during ethtool ops
Pavan Chebbi
3
-8
/
+2
2024-08-15
virtio_net: move netdev_tx_reset_queue() call before RX napi enable
Jiri Pirko
1
-1
/
+1
2024-08-15
net/mlx5: Use cpumask_local_spread() instead of custom code
Erwan Velu
1
-23
/
+4
2024-08-15
ipv4: Remove redundant !ifa->ifa_dev check.
Kuniyuki Iwashima
2
-4
/
+3
2024-08-15
net: macb: increase max_mtu for oversized frames
Pieter Van Trappen
1
-2
/
+2
2024-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
41
-154
/
+446
2024-08-15
wifi: ath12k: fix the stack frame size warning in ath12k_mac_op_hw_scan
Miaoqing Pan
1
-24
/
+30
2024-08-15
net: hns3: use correct release function during uninitialization
Peiyang Wang
1
-1
/
+1
2024-08-15
net: hns3: void array out of bound when loop tnl_num
Peiyang Wang
1
-3
/
+3
2024-08-15
net: hns3: fix a deadlock problem when config TC during resetting
Jie Wang
1
-0
/
+3
2024-08-15
net: hns3: use the user's cfg after reset
Peiyang Wang
2
-6
/
+21
2024-08-15
net: hns3: fix wrong use of semaphore up
Jie Wang
2
-4
/
+4
2024-08-15
pse-core: Conditionally set current limit during PI regulator registration
Oleksij Rempel
1
-3
/
+8
2024-08-15
net: thunder_bgx: Fix netdev structure allocation
Marc Zyngier
1
-9
/
+21
2024-08-14
Merge tag 'wireless-2024-08-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
10
-17
/
+123
2024-08-14
cxgb4: Avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-1
/
+1
2024-08-14
bnxt_en: avoid truncation of per rx run debugfs filename
Simon Horman
1
-2
/
+2
2024-08-14
bnxt_en: Extend maximum length of version string by 1 byte
Simon Horman
1
-1
/
+1
2024-08-14
net: ethernet: dlink: replace deprecated macro
Moon Yeounsu
1
-1
/
+1
2024-08-14
6pack: propagage new tty types
Jiri Slaby (SUSE)
1
-16
/
+16
2024-08-14
6pack: remove global strings
Jiri Slaby (SUSE)
1
-10
/
+1
2024-08-14
6pack: drop sixpack::buffsize
Jiri Slaby (SUSE)
1
-3
/
+0
2024-08-14
6pack: drop sixpack::mtu
Jiri Slaby (SUSE)
1
-3
/
+1
2024-08-14
6pack: remove sixpack::rbuff
Jiri Slaby (SUSE)
1
-8
/
+2
2024-08-14
mctp: serial: propagage new tty types
Jiri Slaby (SUSE)
1
-11
/
+12
2024-08-13
net: dsa: microchip: ksz9477: unwrap URL in comment
Enguerrand de Ribaucourt
1
-2
/
+1
2024-08-13
net: mvneta: Use __be16 for l3_proto parameter of mvneta_txq_desc_csum()
Simon Horman
1
-1
/
+1
2024-08-13
net: fec: Remove duplicated code
Csókás, Bence
1
-7
/
+1
2024-08-13
net: fec: Move `fec_ptp_read()` to the top of the file
Csókás, Bence
1
-25
/
+25
2024-08-13
net: netconsole: Constify struct config_item_type
Christophe JAILLET
1
-1
/
+1
2024-08-13
gve: Add RSS adminq commands and ethtool support
Jeroen de Borst
4
-1
/
+235
2024-08-13
gve: Add RSS device option
Ziwei Xiao
3
-3
/
+51
2024-08-13
iavf: add support for offloading tc U32 cls filters
Ahmed Zaki
7
-27
/
+237
2024-08-13
iavf: refactor add/del FDIR filters
Ahmed Zaki
4
-57
/
+83
2024-08-13
ice: enable FDIR filters from raw binary patterns for VFs
Junfeng Guo
6
-8
/
+566
2024-08-13
ice: add method to disable FDIR SWAP option
Junfeng Guo
3
-4
/
+53
2024-08-13
ice: add API for parser profile initialization
Junfeng Guo
2
-2
/
+154
2024-08-13
ice: add UDP tunnels support to the parser
Junfeng Guo
2
-0
/
+111
2024-08-13
ice: support turning on/off the parser's double vlan mode
Junfeng Guo
2
-3
/
+93
2024-08-13
ice: add parser execution main loop
Junfeng Guo
4
-0
/
+994
2024-08-13
ice: add parser internal helper functions
Junfeng Guo
2
-15
/
+244
[prev]
[next]