index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-12
phy: sfp: add netlink SFP support to generic SFP code
Andrew Lunn
4
-0
/
+58
2021-04-12
ethtool: Add fallback to get_module_eeprom from netlink command
Vladyslav Tarasiuk
1
-1
/
+61
2021-04-12
net: ethtool: Export helpers for getting EEPROM info
Andrew Lunn
2
-7
/
+12
2021-04-12
net/mlx5: Add support for DSFP module EEPROM dumps
Vladyslav Tarasiuk
2
-0
/
+3
2021-04-12
net/mlx5: Implement get_module_eeprom_by_page()
Vladyslav Tarasiuk
3
-0
/
+87
2021-04-12
net/mlx5: Refactor module EEPROM query
Vladyslav Tarasiuk
2
-34
/
+54
2021-04-12
ethtool: Allow network drivers to dump arbitrary EEPROM data
Vladyslav Tarasiuk
7
-4
/
+270
2021-04-10
net: ipa: three small fixes
Alex Elder
2
-5
/
+3
2021-04-10
net: ipa: get rid of empty GSI functions
Alex Elder
1
-48
/
+6
2021-04-10
net: ipa: get rid of empty IPA functions
Alex Elder
7
-77
/
+24
2021-04-10
net: ipa: ipa_stop() does not return an error
Alex Elder
1
-14
/
+4
2021-04-10
net: ipa: only set endpoint netdev pointer when in use
Alex Elder
1
-7
/
+9
2021-04-10
net: ipa: update sequence type for modem TX endpoint
Alex Elder
1
-0
/
+1
2021-04-10
net: ipa: relax pool entry size requirement
Alex Elder
1
-2
/
+2
2021-04-10
enetc: Use generic rule to map Tx rings to interrupt vectors
Claudiu Manoil
1
-5
/
+1
2021-04-10
net: enetc: fix TX ring interrupt storm
Vladimir Oltean
1
-1
/
+2
2021-04-10
net: enetc: fix array underflow in error handling code
Dan Carpenter
1
-1
/
+1
2021-04-10
cxgb4: remove unneeded if-null-free check
Qiheng Lin
3
-10
/
+4
2021-04-10
r8169: use mac-managed PHY PM
Heiner Kallweit
1
-0
/
+3
2021-04-10
net: fec: use mac-managed PHY PM
Heiner Kallweit
1
-0
/
+3
2021-04-10
net: phy: make PHY PM ops a no-op if MAC driver manages PHY PM
Heiner Kallweit
2
-0
/
+8
2021-04-10
Revert "tcp: Reset tcp connections in SYN-SENT state"
Eric Dumazet
1
-2
/
+3
2021-04-10
net: dccp: use net_generic storage
Florian Westphal
4
-24
/
+40
2021-04-09
net: fix hangup on napi_disable for threaded napi
Paolo Abeni
1
-1
/
+2
2021-04-09
net: hns3: Trivial spell fix in hns3 driver
Salil Mehta
2
-3
/
+3
2021-04-09
lan743x: fix ethernet frame cutoff issue
Sven Van Asbroeck
1
-4
/
+4
2021-04-09
of: property: fw_devlink: do not link ".*,nr-gpios"
Ilya Lipnitskiy
1
-1
/
+10
2021-04-09
dt-bindings:iio:adc: update motorola,cpcap-adc.yaml reference
Mauro Carvalho Chehab
1
-1
/
+1
2021-04-09
dt-bindings: fix references for iio-bindings.txt
Mauro Carvalho Chehab
5
-6
/
+14
2021-04-09
dt-bindings: don't use ../dir for doc references
Mauro Carvalho Chehab
2
-9
/
+9
2021-04-09
vdpa/mlx5: Fix suspend/resume index restoration
Eli Cohen
1
-13
/
+8
2021-04-09
vdpa/mlx5: Fix wrong use of bit numbers
Eli Cohen
1
-2
/
+2
2021-04-09
vdpa/mlx5: Retrieve BAR address suitable any function
Eli Cohen
1
-1
/
+2
2021-04-09
vdpa/mlx5: Use the correct dma device when registering memory
Eli Cohen
1
-2
/
+7
2021-04-09
vdpa/mlx5: should exclude header length and fcs from mtu
Si-Wei Liu
2
-1
/
+18
2021-04-09
Bluetooth: btusb: Revert Fix the autosuspend enable and disable
Hans de Goede
1
-5
/
+2
2021-04-09
net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh
Muhammad Usama Anjum
1
-3
/
+5
2021-04-09
net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits
Martin Blumenstingl
1
-3
/
+16
2021-04-09
net: dsa: lantiq_gswip: Don't use PHY auto polling
Martin Blumenstingl
1
-26
/
+159
2021-04-08
of: unittest: overlay: ensure proper alignment of copied FDT
Frank Rowand
3
-10
/
+23
2021-04-08
net: sched: sch_teql: fix null-pointer dereference
Pavel Tikhomirov
1
-0
/
+3
2021-04-08
ipv6: report errors for iftoken via netlink extack
Stephen Hemminger
4
-10
/
+31
2021-04-08
tc-testing: add simple action test to verify batch change cleanup
Vlad Buslov
1
-0
/
+29
2021-04-08
tc-testing: add simple action test to verify batch add cleanup
Vlad Buslov
1
-0
/
+30
2021-04-08
net: sched: fix err handler in tcf_action_init()
Vlad Buslov
3
-19
/
+19
2021-04-08
net: sched: fix action overwrite reference counting
Vlad Buslov
3
-13
/
+23
2021-04-08
Revert "net: sched: bump refcount for new action in ACT replace mode"
Vlad Buslov
1
-3
/
+0
2021-04-08
net: qed: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2021-04-08
net: hns3: add suspend and resume pm_ops
Jiaran Zhang
2
-0
/
+31
2021-04-08
net: hns3: change flr_prepare/flr_done function names
Jiaran Zhang
4
-30
/
+37
[next]