index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
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-12-28
net/mlx5e: IPoIB, Don't allow CQE compression to be turned on by default
Dragos Tatulea
1
-0
/
+4
2022-12-28
net/mlx5: Fix RoCE setting at HCA level
Shay Drory
2
-2
/
+2
2022-12-28
net/mlx5: Avoid recovery in probe flows
Shay Drory
1
-0
/
+6
2022-12-28
net/mlx5: Fix io_eq_size and event_eq_size params validation
Shay Drory
1
-1
/
+1
2022-12-28
net/mlx5: Add forgotten cleanup calls into mlx5_init_once() error path
Jiri Pirko
1
-0
/
+2
2022-12-28
net/mlx5: E-Switch, properly handle ingress tagged packets on VST
Moshe Shemesh
4
-15
/
+61
2022-12-28
r8169: fix dmar pte write access is not set error
Chunhao Lin
1
-7
/
+7
2022-12-28
r8169: move rtl_wol_enable_rx() and rtl_prepare_power_down()
Chunhao Lin
1
-22
/
+22
2022-12-28
bnxt_en: Fix HDS and jumbo thresholds for RX packets
Michael Chan
1
-4
/
+5
2022-12-28
bnxt_en: Fix first buffer size calculations for XDP multi-buffer
Michael Chan
3
-14
/
+17
2022-12-28
bnxt_en: Fix XDP RX path
Michael Chan
3
-5
/
+8
2022-12-28
bnxt_en: Simplify bnxt_xdp_buff_init()
Michael Chan
3
-5
/
+5
2022-12-28
bnxt_en: fix devlink port registration to netdev
Vikas Gupta
1
-1
/
+4
2022-12-28
net: ethernet: renesas: rswitch: Fix getting mac address from device tree
Yoshihiro Shimoda
1
-1
/
+4
2022-12-28
net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()
Yoshihiro Shimoda
1
-0
/
+5
2022-12-26
net: ethernet: marvell: octeontx2: Fix uninitialized variable warning
Anuradha Weeraman
1
-1
/
+1
2022-12-26
qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure
Daniil Tatianin
3
-10
/
+16
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
3
-5
/
+5
2022-12-23
net: hns3: fix VF promisc mode not update when mac table full
Jian Shen
1
-32
/
+43
2022-12-23
net: hns3: fix miss L3E checking for rx packet
Jian Shen
1
-6
/
+4
2022-12-23
net: hns3: add interrupts re-initialization while doing VF FLR
Jie Wang
1
-1
/
+2
2022-12-22
net: lan966x: Fix configuration of the PCS
Horatiu Vultur
1
-1
/
+1
2022-12-21
nfp: fix schedule in atomic context when sync mc address
Yinjun Zhang
2
-4
/
+64
2022-12-21
ice: xsk: do not use xdp_return_frame() on tx_buf->raw_buf
Maciej Fijalkowski
1
-1
/
+1
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
14
-74
/
+216
2022-12-20
net: fec: check the return value of build_skb()
Wei Fang
1
-0
/
+8
2022-12-19
nfp: fix unaligned io read of capabilities word
Huanhuan Wang
1
-1
/
+1
2022-12-19
myri10ge: Fix an error handling path in myri10ge_probe()
Christophe JAILLET
1
-0
/
+1
2022-12-19
net: microchip: vcap: Fix initialization of value and mask
Horatiu Vultur
1
-0
/
+2
2022-12-18
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
4
-40
/
+188
2022-12-16
net: ethernet: ti: am65-cpsw: fix CONFIG_PM #ifdef
Arnd Bergmann
1
-3
/
+1
2022-12-15
igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
Tan Tee Min
1
-1
/
+13
2022-12-15
igc: recalculate Qbv end_time by considering cycle time
Tan Tee Min
1
-0
/
+15
2022-12-15
igc: allow BaseTime 0 enrollment for Qbv
Tan Tee Min
3
-1
/
+4
2022-12-15
igc: Add checking for basetime less than zero
Muhammad Husaini Zulkifli
1
-0
/
+3
2022-12-15
igc: Use strict cycles for Qbv scheduling
Vinicius Costa Gomes
1
-9
/
+2
2022-12-15
igc: Enhance Qbv scheduling by using first flag bit
Vinicius Costa Gomes
3
-29
/
+151
2022-12-15
ravb: Fix "failed to switch device to config mode" message during unbind
Biju Das
1
-1
/
+1
2022-12-15
net: stmmac: fix errno when create_singlethread_workqueue() fails
Gaosheng Cui
1
-0
/
+1
2022-12-15
r6040: Fix kmemleak in probe and remove
Li Zetao
1
-1
/
+4
2022-12-14
net: enetc: avoid buffer leaks on xdp_do_redirect() failure
Vladimir Oltean
1
-27
/
+8
2022-12-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-2
/
+1
2022-12-13
igb: Initialize mailbox message for VF reset
Tony Nguyen
1
-1
/
+1
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
545
-12984
/
+47522
2022-12-13
Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-4
/
+2
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
15
-41
/
+58
2022-12-12
net: lan966x: Remove a useless test in lan966x_ptp_add_trap()
Christophe JAILLET
1
-2
/
+0
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+3
2022-12-12
bnxt: Use generic HBH removal helper in tx path
Coco Li
1
-1
/
+25
2022-12-12
qlcnic: Clean up some inconsistent indenting
Jiapeng Chong
1
-1
/
+1
[prev]
[next]