index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
mlxsw: spectrum_cnt: Reorder counter pools
Petr Machata
1
-1
/
+1
2022-06-13
amd-xgbe: Use platform_irq_count()
Jean-Philippe Brucker
1
-2
/
+2
2022-06-13
net/mlx5: Remove not used MLX5_CAP_BITS_RW_MASK
Shay Drory
1
-7
/
+0
2022-06-13
net/mlx5: group fdb cleanup to single function
Shay Drory
1
-8
/
+10
2022-06-13
net/mlx5: Add support EXECUTE_ASO action for flow entry
Jianbo Liu
1
-0
/
+33
2022-06-13
net/mlx5: Manage ICM of type modify-header pattern
Yevgeny Kliteynik
1
-0
/
+42
2022-06-13
octeontx2-vf: Add support for adaptive interrupt coalescing
Suman Ghosh
1
-1
/
+2
2022-06-13
nfp: support 48-bit DMA addressing for NFP3800
Yinjun Zhang
10
-33
/
+52
2022-06-13
xilinx: Fix build on x86.
David S. Miller
1
-4
/
+4
2022-06-13
net: axienet: Use iowrite64 to write all 64b descriptor pointers
Andy Chiu
1
-3
/
+18
2022-06-13
net: axienet: make the 64b addresable DMA depends on 64b archectures
Andy Chiu
2
-24
/
+40
2022-06-13
net: hns3: fix tm port shapping of fibre port is incorrect after driver initialization
Guangbin Huang
3
-4
/
+10
2022-06-13
net: hns3: fix PF rss size initialization bug
Jie Wang
1
-1
/
+3
2022-06-13
net: hns3: restore tm priority/qset to default settings when tc disabled
Guangbin Huang
2
-31
/
+65
2022-06-13
net: hns3: modify the ring param print info
Jie Wang
1
-1
/
+1
2022-06-13
net: hns3: don't push link state to VF if unalive
Jian Shen
1
-0
/
+6
2022-06-13
net: hns3: set port base vlan tbl_sta to false before removing old vlan
Guangbin Huang
1
-0
/
+1
2022-06-10
nfp: flower: support to offload pedit of IPv6 flowinto fields
Yinjun Zhang
2
-5
/
+3
2022-06-10
ethernet: Remove vf rate limit check for drivers
Bin Chen
4
-21
/
+3
2022-06-10
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
4
-10
/
+24
2022-06-10
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
12
-13
/
+136
2022-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-82
/
+113
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULE
Thomas Gleixner
14
-143
/
+14
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 1)
Thomas Gleixner
32
-475
/
+41
2022-06-09
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
4
-74
/
+65
2022-06-09
Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Jakub Kicinski
9
-45
/
+74
2022-06-09
nfp: flower: restructure flow-key for gre+vlan combination
Etienne van der Linde
2
-24
/
+24
2022-06-09
nfp: avoid unnecessary check warnings in nfp_app_get_vf_config
Fei Qin
1
-13
/
+15
2022-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-82
/
+70
2022-06-09
Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-25
/
+45
2022-06-09
drivers/net/ethernet/intel: fix typos in comments
Julia Lawall
3
-3
/
+3
2022-06-09
ixgbe: Fix typos in comments
Jiaqing Zhao
2
-2
/
+2
2022-06-09
ixgb: Fix typos in comments
Jiaqing Zhao
1
-2
/
+2
2022-06-09
e1000: Fix typos in comments
Jiaqing Zhao
1
-2
/
+2
2022-06-09
igb: Remove duplicate defines
Kai-Heng Feng
2
-4
/
+0
2022-06-09
mellanox: mlx5: avoid uninitialized variable warning with gcc-12
Linus Torvalds
1
-1
/
+1
2022-06-09
drivers, ixgbe: export vf statistics
Maximilian Heyne
3
-0
/
+127
2022-06-09
iavf: Fix issue with MAC address of VF shown as zero
Michal Wilczynski
1
-1
/
+1
2022-06-09
i40e: Fix call trace in setup_tx_descriptors
Aleksandr Loktionov
1
-8
/
+17
2022-06-09
i40e: Fix calculating the number of queue pairs
Grzegorz Szczurek
1
-1
/
+1
2022-06-09
i40e: Fix adding ADQ filter to TC0
Grzegorz Szczurek
1
-0
/
+5
2022-06-09
net: macb: change return type for gem_ptp_set_one_step_sync()
Claudiu Beznea
1
-5
/
+2
2022-06-08
net: amd-xgbe: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-06-08
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
1
-4
/
+4
2022-06-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
7
-27
/
+321
2022-06-08
net: altera: Fix refcount leak in altera_tse_mdio_create
Miaoqian Lin
1
-1
/
+5
2022-06-08
net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag
Chen Lin
1
-2
/
+19
2022-06-08
net/mlx5: fs, fail conflicting actions
Mark Bloch
1
-3
/
+32
2022-06-08
net/mlx5: Rearm the FW tracer after each tracer event
Feras Daoud
1
-2
/
+5
2022-06-08
net/mlx5: E-Switch, pair only capable devices
Mark Bloch
4
-22
/
+16
[prev]
[next]