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
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpers
Vladimir Oltean
10
-32
/
+39
2021-12-08
net: dsa: mv88e6xxx: compute port vlan membership based on dp->bridge_dev com...
Vladimir Oltean
1
-13
/
+8
2021-12-08
net: dsa: mv88e6xxx: iterate using dsa_switch_for_each_user_port in mv88e6xxx...
Vladimir Oltean
1
-15
/
+9
2021-12-08
net: dsa: mt7530: iterate using dsa_switch_for_each_user_port in bridging ops
Vladimir Oltean
1
-22
/
+30
2021-12-08
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
2
-3
/
+3
2021-12-08
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
1
-6
/
+6
2021-12-07
s390/qeth: remove check for packing mode in qeth_check_outbound_queue()
Julian Wiedmann
1
-4
/
+1
2021-12-07
s390/qeth: fine-tune .ndo_select_queue()
Julian Wiedmann
4
-30
/
+22
2021-12-07
s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
Julian Wiedmann
1
-2
/
+0
2021-12-07
s390/qeth: split up L2 netdev_ops
Julian Wiedmann
1
-4
/
+28
2021-12-07
s390/qeth: simplify qeth_receive_skb()
Julian Wiedmann
1
-22
/
+12
2021-12-07
net: dsa: felix: use kmemdup() to replace kmalloc + memcpy
Yihao Han
1
-5
/
+2
2021-12-07
net: mscc: ocelot: split register definitions to a separate file
Colin Foster
3
-510
/
+536
2021-12-07
net: dsa: ocelot: felix: add interface for custom regmaps
Colin Foster
4
-2
/
+6
2021-12-07
net: dsa: ocelot: felix: Remove requirement for PCS in felix devices
Colin Foster
1
-1
/
+1
2021-12-07
net: dsa: ocelot: remove unnecessary pci_bar variables
Colin Foster
2
-8
/
+4
2021-12-07
net: hns3: Fix spelling mistake "faile" -> "failed"
Colin Ian King
1
-1
/
+1
2021-12-07
Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
102
-5930
/
+13377
2021-12-07
net: eql: add net device refcount tracker
Eric Dumazet
1
-2
/
+2
2021-12-07
vrf: use dev_replace_track() for better tracking
Eric Dumazet
1
-4
/
+4
2021-12-06
Revert "net: hns3: add void before function which don't receive ret"
Guangbin Huang
2
-2
/
+2
2021-12-06
net: prestera: replace zero-length array with flexible-array member
José Expósito
1
-2
/
+2
2021-12-06
net: wwan: iosm: select CONFIG_RELAY
Arnd Bergmann
1
-0
/
+1
2021-12-06
netpoll: add net device refcount tracker to struct netpoll
Eric Dumazet
1
-1
/
+1
2021-12-05
iwlwifi: mei: fix linking when tracing is not enabled
Emmanuel Grumbach
2
-0
/
+27
2021-12-03
qed*: esl priv flag support through ethtool
Manish Chopra
5
-1
/
+80
2021-12-03
qed*: enhance tx timeout debug info
Manish Chopra
6
-15
/
+162
2021-12-03
net: lan966x: fix a IS_ERR() vs NULL check in lan966x_create_targets()
Dan Carpenter
1
-2
/
+2
2021-12-03
net: prestera: acl: fix return value check in prestera_acl_rule_entry_find()
Yang Yingliang
1
-5
/
+2
2021-12-03
net: dsa: vsc73xxx: Get rid of duplicate of_node assignment
Andy Shevchenko
1
-3
/
+0
2021-12-03
net: hns3: fix hns3 driver header file not self-contained issue
Jie Wang
5
-0
/
+18
2021-12-03
net: hns3: replace one tab with space in for statement
Hao Chen
1
-1
/
+1
2021-12-03
net: hns3: remove rebundant line for hclge_dbg_dump_tm_pg()
Hao Chen
1
-1
/
+0
2021-12-03
net: hns3: add comments for hclge_dbg_fill_content()
Hao Chen
1
-0
/
+4
2021-12-03
net: hns3: add void before function which don't receive ret
Hao Chen
2
-2
/
+2
2021-12-03
net: hns3: align return value type of atomic_read() with its output
Hao Chen
1
-1
/
+1
2021-12-03
net: hns3: modify one argument type of function hclge_ncl_config_data_print
Guangbin Huang
1
-3
/
+3
2021-12-03
net: hns3: Align type of some variables with their print type
Hao Chen
3
-4
/
+4
2021-12-03
net: hns3: add print vport id for failed message of vlan
Guangbin Huang
1
-4
/
+4
2021-12-03
net: hns3: refactor function hclge_set_vlan_filter_hw
Guangbin Huang
1
-18
/
+27
2021-12-03
net: hns3: optimize function hclge_cfg_common_loopback()
Yufeng Mo
1
-20
/
+42
2021-12-02
net/mlx5: Dynamically resize flow counters query buffer
Avihai Horon
1
-14
/
+60
2021-12-02
net/mlx5e: TC, Set flow attr ip_version earlier
Roi Dayan
1
-3
/
+3
2021-12-02
net/mlx5e: TC, Move common flow_action checks into function
Roi Dayan
1
-20
/
+24
2021-12-02
net/mlx5e: Remove redundant actions arg from vlan push/pop funcs
Roi Dayan
1
-10
/
+6
2021-12-02
net/mlx5e: Remove redundant actions arg from validate_goto_chain()
Roi Dayan
1
-9
/
+5
2021-12-02
net/mlx5e: TC, Remove redundant action stack var
Roi Dayan
1
-47
/
+42
2021-12-02
net/mlx5e: Hide function mlx5e_num_channels_changed
Tariq Toukan
2
-2
/
+1
2021-12-02
net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macro
Ben Ben-Ishay
3
-3
/
+3
2021-12-02
net/mlx5: Print more info on pci error handlers
Saeed Mahameed
1
-14
/
+37
[next]