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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
14
-100
/
+244
2019-11-27
net: usb: aqc111: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-2
/
+2
2019-11-27
net: phy: Use the correct style for SPDX License Identifier
Nishad Kamdar
5
-6
/
+6
2019-11-27
net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
Alexander Lobakin
1
-2
/
+11
2019-11-27
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2019-11-27
net: mscc: ocelot: use skb queue instead of skbs list
Yangbo Lu
1
-36
/
+18
2019-11-27
net: mscc: ocelot: avoid incorrect consuming in skbs list
Yangbo Lu
1
-0
/
+1
2019-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-31
/
+1
2019-11-27
Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
5
-29
/
+43
2019-11-26
gve: Fix the queue page list allocated pages count
Jeroen de Borst
1
-1
/
+2
2019-11-26
net: phy: dp83869: Fix return paths to return proper values
Dan Murphy
1
-23
/
+26
2019-11-26
net: usbnet: Fix -Wcast-function-type
Phong Tran
1
-1
/
+8
2019-11-26
net: hso: Fix -Wcast-function-type
Phong Tran
1
-2
/
+3
2019-11-26
ibmvnic: Serialize device queries
Thomas Falcon
2
-5
/
+51
2019-11-26
ibmvnic: Bound waits for device queries
Thomas Falcon
1
-15
/
+97
2019-11-26
ibmvnic: Terminate waiting device threads after loss of service
Thomas Falcon
1
-0
/
+9
2019-11-26
ibmvnic: Fix completion structure initialization
Thomas Falcon
1
-8
/
+11
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
842
-25198
/
+66880
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-8
/
+12
2019-11-25
slip: Fix use-after-free Read in slip_open
Jouni Hogander
1
-0
/
+1
2019-11-25
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
Oleksij Rempel
1
-5
/
+5
2019-11-25
macvlan: schedule bc_work even if error
Menglong Dong
1
-1
/
+2
2019-11-25
enetc: add support Credit Based Shaper(CBS) for hardware offload
Po Liu
5
-2
/
+138
2019-11-25
net: phy: add helpers phy_(un)lock_mdio_bus
Heiner Kallweit
1
-14
/
+14
2019-11-25
mdio_bus: don't use managed reset-controller
David Bauer
1
-2
/
+4
2019-11-25
Merge branch 'ib-guids' into rdma.git for-next
Jason Gunthorpe
6
-420
/
+666
2019-11-24
ax88179_178a: add ethtool_op_get_ts_info()
Andreas K. Besslein
1
-0
/
+1
2019-11-24
mlxsw: spectrum_router: Fix use of uninitialized adjacency index
Amit Cohen
1
-3
/
+2
2019-11-24
mlxsw: spectrum_router: After underlay moves, demote conflicting tunnels
Petr Machata
1
-1
/
+38
2019-11-24
bnxt_en: Add support for flashing the device via devlink
Vasundhara Volam
3
-2
/
+24
2019-11-24
bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.
Michael Chan
3
-5
/
+12
2019-11-24
bnxt_en: Add async. event logic for PHY configuration changes.
Michael Chan
2
-0
/
+11
2019-11-24
bnxt_en: Refactor the initialization of the ethtool link settings.
Michael Chan
1
-20
/
+26
2019-11-24
bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.
Michael Chan
3
-3
/
+10
2019-11-24
bnxt_en: Assign more RSS context resources to the VFs.
Michael Chan
1
-2
/
+6
2019-11-24
bnxt_en: Initialize context memory to the value specified by firmware.
Michael Chan
2
-9
/
+19
2019-11-24
bnxt_en: Fix suspend/resume path on 57500 chips
Vasundhara Volam
1
-0
/
+14
2019-11-24
bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()
Vasundhara Volam
1
-2
/
+10
2019-11-24
bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.
Vasundhara Volam
3
-47
/
+35
2019-11-24
bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.
Vasundhara Volam
2
-3
/
+11
2019-11-24
bnxt_en: Disable/enable Bus master during suspend/resume.
Michael Chan
1
-0
/
+8
2019-11-24
bnxt_en: Add chip IDs for 57452 and 57454 chips.
Michael Chan
1
-1
/
+6
2019-11-24
sfc: fix build without CONFIG_RFS_ACCEL
Jakub Kicinski
1
-0
/
+2
2019-11-23
hv_netvsc: make recording RSS hash depend on feature flag
Stephen Hemminger
3
-2
/
+4
2019-11-23
Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
7
-93
/
+186
2019-11-23
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
7
-43
/
+33
2019-11-23
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Taehee Yoo
2
-3
/
+3
2019-11-23
Merge tag 'wireless-drivers-next-2019-11-22' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
96
-562
/
+2252
2019-11-23
net: phy: initialise phydev speed and duplex sanely
Russell King
1
-2
/
+2
[next]