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-04-05
ice: Do not skip not enabled queues in ice_vc_dis_qs_msg
Anatolii Gerasymenko
1
-2
/
+2
2022-04-05
ice: Set txq_teid to ICE_INVAL_TEID on ring creation
Anatolii Gerasymenko
1
-0
/
+1
2022-04-05
dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe
Miaoqian Lin
1
-1
/
+3
2022-04-04
Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into asm-generic
Arnd Bergmann
2
-13
/
+2
2022-04-04
sfc: Do not free an empty page_ring
Martin Habets
1
-0
/
+3
2022-04-04
stmmac: dwmac-loongson: change loongson_dwmac_driver from global to static
Tom Rix
1
-1
/
+1
2022-04-04
bnxt_en: Prevent XDP redirect from running when stopping TX queue
Ray Jui
1
-2
/
+4
2022-04-04
bnxt_en: reserve space inside receive page for skb_shared_info
Andy Gospodarek
1
-1
/
+2
2022-04-04
bnxt_en: Synchronize tx when xdp redirects happen on same ring
Pavan Chebbi
4
-0
/
+19
2022-04-04
qed: fix ethtool register dump
Manish Chopra
1
-1
/
+1
2022-04-01
net: stmmac: Fix unset max_speed difference between DT and non-DT platforms
Chen-Yu Tsai
1
-2
/
+1
2022-04-01
net/fungible: Fix reference to __udivdi3 on 32b builds
Dimitris Michailidis
1
-2
/
+2
2022-04-01
net: micrel: fix KS8851_MLL Kconfig
Randy Dunlap
1
-0
/
+1
2022-04-01
ice: Fix broken IFF_ALLMULTI handling
Ivan Vecera
3
-38
/
+121
2022-04-01
ice: Fix MAC address setting
Ivan Vecera
1
-2
/
+5
2022-04-01
ice: Clear default forwarding VSI during VSI release
Ivan Vecera
1
-0
/
+2
2022-04-01
net: sfc: add missing xdp queue reinitialization
Taehee Yoo
1
-65
/
+81
2022-03-31
net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardware
Guangbin Huang
1
-3
/
+3
2022-03-31
net: hns3: fix the concurrency between functions reading debugfs
Yufeng Mo
3
-5
/
+12
2022-03-30
net: sparx5: uses, depends on BRIDGE or !BRIDGE
Randy Dunlap
1
-0
/
+1
2022-03-30
sfc: Avoid NULL pointer dereference on systems without numa awareness
Martin Habets
1
-7
/
+4
2022-03-29
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-2
/
+5
2022-03-29
net: lan966x: fix kernel oops on ioctl when I/F is down
Michael Walle
1
-0
/
+3
2022-03-28
ice: xsk: Fix indexing in ice_tx_xsk_pool()
Maciej Fijalkowski
1
-1
/
+1
2022-03-28
ice: xsk: Stop Rx processing when ntc catches ntu
Maciej Fijalkowski
1
-0
/
+3
2022-03-28
ice: xsk: Eliminate unnecessary loop iteration
Magnus Karlsson
1
-1
/
+1
2022-03-28
net: bnxt_ptp: fix compilation error
Damien Le Moal
2
-2
/
+6
2022-03-26
octeontx2-af: initialize action variable
Tom Rix
1
-8
/
+7
2022-03-26
net: sparx5: switchdev: fix possible NULL pointer dereference
Zheng Yongjun
1
-0
/
+2
2022-03-26
qlcnic: dcb: default to returning -EOPNOTSUPP
Tom Rix
1
-5
/
+5
2022-03-26
net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
Randy Dunlap
1
-0
/
+1
2022-03-26
net: hns3: fix phy can not link up when autoneg off and reset
Guangbin Huang
1
-2
/
+2
2022-03-26
net: hns3: add NULL pointer check for hns3_set/get_ringparam()
Hao Chen
1
-3
/
+9
2022-03-26
net: hns3: add netdev reset check for hns3_set_tunable()
Hao Chen
1
-3
/
+5
2022-03-26
net: hns3: clean residual vf config after disable sriov
Peng Li
3
-0
/
+71
2022-03-26
net: hns3: add max order judgement for tx spare buffer
Hao Chen
1
-0
/
+6
2022-03-26
net: hns3: fix ethtool tx copybreak buf size indicating not aligned issue
Hao Chen
2
-9
/
+14
2022-03-25
net: hns3: refine the process when PF set VF VLAN
Jian Shen
2
-5
/
+18
2022-03-25
net: hns3: add vlan list lock to protect vlan list
Jian Shen
2
-4
/
+35
2022-03-25
net: hns3: fix port base vlan add fail when concurrent with reset
Jian Shen
2
-19
/
+46
2022-03-25
net: hns3: fix bug when PF set the duplicate MAC address for VFs
Jian Shen
1
-3
/
+2
2022-03-25
net: sparx5: Refactor mdb handling according to feedback
Casper Andersson
5
-26
/
+24
2022-03-25
net: sparx5: Remove unused GLAG handling in PGID
Casper Andersson
2
-21
/
+0
2022-03-25
net: enetc: report software timestamping via SO_TIMESTAMPING
Vladimir Oltean
1
-1
/
+4
2022-03-24
net: stmmac: dwmac-qcom-ethqos: Enable RGMII functional clock on resume
Bjorn Andersson
1
-0
/
+7
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
545
-11968
/
+44137
2022-03-24
Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
4
-14
/
+59
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
5
-7
/
+7
2022-03-23
Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-69
/
+21
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
1
-7
/
+5
[prev]
[next]