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
2017-02-21
dpaa_eth: implement ioctl() for PHY-related ops
Michael Walle
1
-0
/
+8
2017-02-21
net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-8
/
+10
2017-02-21
bnxt_en: fix pci cleanup in bnxt_init_one() failure path
Sathya Perla
1
-37
/
+39
2017-02-21
bnxt_en: Fix NULL pointer dereference in a failure path during open.
Michael Chan
1
-1
/
+3
2017-02-21
bnxt_en: Reject driver probe against all bridge devices
Ray Jui
1
-1
/
+1
2017-02-21
qed*: Fix link indication race
Mintz, Yuval
6
-12
/
+33
2017-02-21
qed: Don't allocate SBs using main PTT
Mintz, Yuval
1
-2
/
+13
2017-02-21
qede: Prevent index problems in loopback test
Sudarsana Reddy Kalluru
1
-3
/
+3
2017-02-21
qed: Reflect PF link when initializing VF
Mintz, Yuval
1
-39
/
+51
2017-02-21
qede: Free netdevice only after stoping slowpath
Mintz, Yuval
1
-2
/
+8
2017-02-21
qede: Initialize lock and slowpath workqueue early
Mintz, Yuval
1
-2
/
+7
2017-02-21
qed: Reserve doorbell BAR space for present CPUs
Ram Amrani
1
-1
/
+1
2017-02-21
qed: Don't free a QP more than once
Ram Amrani
1
-22
/
+27
2017-02-21
qed: Read queue state before releasing buffer
Ram Amrani
1
-6
/
+6
2017-02-21
qed: Release CQ resource under lock on failure
Ram Amrani
1
-0
/
+2
2017-02-21
net: ethernet: aquantia: Copying tx buffers is not needed.
Pavel Belous
3
-95
/
+97
2017-02-21
net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...
Pavel Belous
1
-1
/
+3
2017-02-21
net: ethernet: aquantia: Fixed incorrect buff->len calculation.
Pavel Belous
2
-4
/
+4
2017-02-21
net: ethernet: aquantia: Call netdev_register after all initialized.
Pavel Belous
2
-6
/
+5
2017-02-21
net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.
Pavel Belous
1
-3
/
+4
2017-02-21
net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.
Pavel Belous
1
-1
/
+1
2017-02-21
net: ethernet: aquantia: Fixed missing rtnl_unlock.
Pavel Belous
1
-2
/
+3
2017-02-21
net: ethernet: aquantia: Superfluous initialization of "err".
Pavel Belous
1
-7
/
+1
2017-02-21
net: ethernet: aquantia: Using module_pci_driver.
Pavel Belous
1
-19
/
+1
2017-02-21
net: ethernet: aquantia: Fixes for aq_ndev_change_mtu
Pavel Belous
2
-11
/
+2
2017-02-21
net: ethernet: aquantia: Removed busy_count field.
Pavel Belous
2
-12
/
+0
2017-02-21
net: ethernet: aquantia: Removed extra assignment for skb->dev.
Pavel Belous
1
-1
/
+0
2017-02-20
net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-15
/
+21
2017-02-20
net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
3
-109
/
+123
2017-02-20
nfp: allow application firmware to limit number of SR-IOV VFs
Jakub Kicinski
2
-0
/
+27
2017-02-20
nfp: return nfp_rtsym_read_le() errors correctly
Jakub Kicinski
1
-3
/
+5
2017-02-20
nfp: add very basic access to NSP logs
Jakub Kicinski
3
-0
/
+79
2017-02-20
nfp: report NSP ABI version in ethtool FW version
Jakub Kicinski
5
-2
/
+41
2017-02-20
nfp: store NSP ABI version in state structure
Jakub Kicinski
1
-14
/
+13
2017-02-20
nfp: report manufacturing info on load
Jakub Kicinski
1
-0
/
+7
2017-02-20
nfp: refactor NSP initialization and add error message
Jakub Kicinski
1
-23
/
+36
2017-02-20
qlcnic: Fix a memory leak in error handling path
Christophe Jaillet
1
-2
/
+4
2017-02-20
net: mvpp2: Fix a memory leak in error handling path
Christophe Jaillet
1
-2
/
+4
2017-02-20
mlx4: reduce OOM risk on arches with large pages
Eric Dumazet
1
-1
/
+2
2017-02-20
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
9
-57
/
+147
2017-02-20
net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-11
/
+18
2017-02-20
fsl/fman: fix spelling mistake in variable name en_tsu_err_exeption
Colin Ian King
1
-4
/
+4
2017-02-20
net: aquantia: remove function aq_ring_tx_deinit
Lino Sanfilippo
3
-39
/
+11
2017-02-20
net: ena: remove superfluous check in ena_remove()
Lino Sanfilippo
1
-6
/
+0
2017-02-20
net: phy: Check phydev->drv
Florian Fainelli
2
-7
/
+25
2017-02-20
net: phy: Fix PHY unbind crash
Florian Fainelli
1
-0
/
+2
2017-02-20
net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support
david.wu
1
-0
/
+117
2017-02-20
virtio-net: batch stats updating
Jason Wang
1
-16
/
+31
2017-02-20
mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()
Eric Dumazet
1
-10
/
+14
2017-02-20
ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs
Thomas Falcon
2
-2
/
+15
[next]