index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-05
net: usb: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
5
-5
/
+5
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
76
-93
/
+90
2021-10-05
mlx4: constify args for const dev_addr
Jakub Kicinski
2
-4
/
+6
2021-10-05
mlx4: remove custom dev_addr clearing
Jakub Kicinski
1
-8
/
+6
2021-10-05
mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()
Jakub Kicinski
1
-1
/
+1
2021-10-05
mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()
Jakub Kicinski
3
-10
/
+10
2021-10-05
Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
17
-148
/
+585
2021-10-05
net: bgmac: support MDIO described in DT
Rafał Miłecki
1
-1
/
+5
2021-10-05
net: bgmac: improve handling PHY
Rafał Miłecki
1
-12
/
+21
2021-10-05
ethernet: ehea: add missing cast
Jakub Kicinski
1
-1
/
+1
2021-10-05
net/mlx5: Enable single IRQ for PCI Function
Shay Drory
1
-7
/
+19
2021-10-05
net/mlx5: Shift control IRQ to the last index
Shay Drory
3
-11
/
+10
2021-10-05
net/mlx5: Bridge, pop VLAN on egress table miss
Vlad Buslov
1
-2
/
+126
2021-10-05
net/mlx5: Bridge, mark reg_c1 when pushing VLAN
Vlad Buslov
2
-1
/
+40
2021-10-05
net/mlx5: Bridge, extract VLAN pop code to dedicated functions
Vlad Buslov
1
-12
/
+22
2021-10-05
net/mlx5: Bridge, refactor eswitch instance usage
Vlad Buslov
1
-11
/
+14
2021-10-05
net/mlx5e: Support accept action
Vlad Buslov
4
-4
/
+17
2021-10-05
net/mlx5e: Specify out ifindex when looking up encap route
Chris Mi
3
-0
/
+18
2021-10-05
net/mlx5e: Reserve a value from TC tunnel options mapping
Vlad Buslov
1
-2
/
+4
2021-10-05
net/mlx5e: Move parse fdb check into actions_match_supported_fdb()
Roi Dayan
1
-9
/
+11
2021-10-05
net/mlx5e: Split actions_match_supported() into a sub function
Roi Dayan
1
-26
/
+39
2021-10-05
net/mlx5e: Move mod hdr allocation to a single place
Roi Dayan
1
-36
/
+51
2021-10-05
net/mlx5e: TC, Refactor sample offload error flow
Roi Dayan
1
-16
/
+5
2021-10-05
net/mlx5e: Add TX max rate support for MQPRIO channel mode
Tariq Toukan
4
-6
/
+203
2021-10-05
net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()
Tariq Toukan
3
-8
/
+9
2021-10-04
net: ethernet: use phylink_set_10g_modes()
Russell King (Oracle)
3
-18
/
+3
2021-10-04
net: phylink: add phylink_set_10g_modes() helper
Russell King (Oracle)
1
-0
/
+11
2021-10-04
qed: fix ll2 establishment during load of RDMA driver
Manish Chopra
1
-5
/
+44
2021-10-04
qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")
Prabhakar Kushwaha
1
-0
/
+1
2021-10-04
qed: Update TCP silly-window-syndrome timeout for iwarp, scsi
Nikolay Assa
1
-0
/
+1
2021-10-04
qed: Update debug related changes
Prabhakar Kushwaha
8
-505
/
+1031
2021-10-04
qed: Add '_GTT' suffix to the IRO RAM macros
Prabhakar Kushwaha
10
-111
/
+143
2021-10-04
qed: Update FW init functions to support FW 8.59.1.0
Omkar Kulkarni
6
-200
/
+372
2021-10-04
qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h
Prabhakar Kushwaha
1
-257
/
+390
2021-10-04
qed: Update qed_hsi.h for fw 8.59.1.0
Prabhakar Kushwaha
10
-308
/
+1588
2021-10-04
qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0
Prabhakar Kushwaha
3
-263
/
+800
2021-10-04
qed: Update common_hsi for FW ver 8.59.1.0
Prabhakar Kushwaha
1
-1
/
+1
2021-10-04
qed: Split huge qed_hsi.h header file
Omkar Kulkarni
23
-3747
/
+3794
2021-10-04
qed: Remove e4_ and _e4 from FW HSI
Shai Malin
14
-3451
/
+3444
2021-10-04
qed: Fix kernel-doc warnings
Prabhakar Kushwaha
16
-1734
/
+1956
2021-10-04
net/mlx4_en: avoid one cache line miss to ring doorbell
Eric Dumazet
2
-2
/
+3
2021-10-02
net: wwan: iosm: correct devlink extra params
M Chetan Kumar
3
-98
/
+69
2021-10-02
ethernet: use eth_hw_addr_set() - casts
Jakub Kicinski
3
-3
/
+3
2021-10-02
fddi: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+3
2021-10-02
ethernet: s2io: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: chelsio: use eth_hw_addr_set()
Jakub Kicinski
5
-6
/
+7
2021-10-02
net: usb: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
5
-6
/
+6
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
56
-78
/
+76
2021-10-02
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
3
-3
/
+3
2021-10-02
net: usb: use eth_hw_addr_set()
Jakub Kicinski
8
-9
/
+9
[next]