index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-palmas.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-17
selftests: Fix get_ifidx and callers in nettest.c
David Ahern
1
-12
/
+13
2019-08-16
net: dsa: mv88e6xxx: check for mode change in port_setup_mac
Marek BehĂșn
3
-1
/
+42
2019-08-16
dt-bindings: net: add bindings for ADIN PHY driver
Alexandru Ardelean
2
-0
/
+74
2019-08-16
net: phy: adin: add ethtool get_stats support
Alexandru Ardelean
1
-0
/
+128
2019-08-16
net: phy: adin: implement downshift configuration via phy-tunable
Alexandru Ardelean
1
-0
/
+86
2019-08-16
net: phy: adin: implement PHY subsystem software reset
Alexandru Ardelean
1
-0
/
+26
2019-08-16
net: phy: adin: add EEE translation layer from Clause 45 to Clause 22
Alexandru Ardelean
1
-2
/
+66
2019-08-16
net: phy: adin: add support MDI/MDIX/Auto-MDI selection
Alexandru Ardelean
1
-4
/
+113
2019-08-16
net: phy: adin: make RMII fifo depth configurable
Alexandru Ardelean
1
-0
/
+29
2019-08-16
net: phy: adin: make RGMII internal delays configurable
Alexandru Ardelean
1
-0
/
+82
2019-08-16
net: phy: adin: configure RGMII/RMII/MII modes on config
Alexandru Ardelean
1
-1
/
+78
2019-08-16
net: phy: adin: add {write,read}_mmd hooks
Alexandru Ardelean
1
-0
/
+34
2019-08-16
net: phy: adin: add support for interrupts
Alexandru Ardelean
1
-0
/
+36
2019-08-16
net: phy: adin: hook genphy_{suspend, resume} into the driver
Alexandru Ardelean
1
-0
/
+4
2019-08-16
net: phy: adin: add support for Analog Devices PHYs
Alexandru Ardelean
4
-0
/
+66
2019-08-16
net: mscc: PTP Hardware Clock (PHC) support
Antoine Tenart
3
-13
/
+539
2019-08-16
net: mscc: remove the frame_info cpuq member
Antoine Tenart
2
-2
/
+0
2019-08-16
net: mscc: improve the frame header parsing readability
Antoine Tenart
1
-11
/
+13
2019-08-16
net: mscc: describe the PTP register range
Antoine Tenart
4
-1
/
+70
2019-08-16
Documentation/bindings: net: ocelot: document the PTP ready IRQ
Antoine Tenart
1
-5
/
+6
2019-08-16
Documentation/bindings: net: ocelot: document the PTP bank
Antoine Tenart
1
-3
/
+6
2019-08-15
qed: Add driver API for flashing the config attributes.
Sudarsana Reddy Kalluru
2
-0
/
+69
2019-08-15
qed: Add API for configuring NVM attributes.
Sudarsana Reddy Kalluru
3
-0
/
+69
2019-08-15
page_pool: fix logic in __page_pool_get_cached
Jonathan Lemon
1
-23
/
+16
2019-08-15
rds: check for excessive looping in rds_send_xmit
Andy Grover
3
-1
/
+14
2019-08-15
net/rds: Add a few missing rds_stat_names entries
Gerd Rausch
1
-0
/
+2
2019-08-15
RDS: don't use GFP_ATOMIC for sk_alloc in rds_create
Chris Mason
1
-1
/
+1
2019-08-15
RDS: limit the number of times we loop in rds_send_xmit
Chris Mason
1
-1
/
+11
2019-08-15
selftests: netdevsim: add devlink regions tests
Jiri Pirko
1
-1
/
+53
2019-08-15
netdevsim: implement support for devlink region and snapshots
Jiri Pirko
2
-1
/
+63
2019-08-15
selftests: netdevsim: add devlink params tests
Jiri Pirko
1
-1
/
+61
2019-08-15
selftests: net: push jq workaround into separate helper
Jiri Pirko
2
-13
/
+23
2019-08-15
page_pool: remove unnecessary variable init
Yunsheng Lin
1
-1
/
+1
2019-08-15
r8169: sync EEE handling for RTL8168h with vendor driver
Heiner Kallweit
1
-1
/
+11
2019-08-15
r8169: use the generic EEE management functions
Heiner Kallweit
1
-148
/
+24
2019-08-15
net: phy: realtek: add support for EEE registers on integrated PHY's
Heiner Kallweit
1
-0
/
+43
2019-08-15
net: phy: swphy: emulate register MII_ESTATUS
Heiner Kallweit
1
-0
/
+8
2019-08-15
net: phy: read MII_CTRL1000 in genphy_read_status only if needed
Heiner Kallweit
1
-5
/
+6
2019-08-15
net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES options
Ka-Cheong Poon
1
-3
/
+90
2019-08-15
net/mvpp2: Replace tasklet with softirq hrtimer
Thomas Gleixner
2
-38
/
+23
2019-08-14
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
1
-2
/
+2
2019-08-14
netfilter: remove deprecation warnings from uapi headers.
Jeremy Sowden
2
-4
/
+0
2019-08-14
net: phy: realtek: add NBase-T PHY auto-detection
Heiner Kallweit
1
-5
/
+43
2019-08-14
r8169: fix sporadic transmit timeout issue
Heiner Kallweit
1
-0
/
+1
2019-08-14
r8152: change rx_copybreak and rx_pending through ethtool
Hayes Wang
1
-5
/
+86
2019-08-14
r8152: support skb_add_rx_frag
Hayes Wang
1
-15
/
+105
2019-08-14
r8152: use alloc_pages for rx buffer
Hayes Wang
1
-20
/
+11
2019-08-14
r8152: replace array with linking list for rx information
Hayes Wang
1
-57
/
+125
2019-08-14
r8152: separate the rx buffer size
Hayes Wang
1
-4
/
+8
2019-08-14
net: phy: let phy_speed_down/up support speeds >1Gbps
Heiner Kallweit
2
-44
/
+18
[next]