index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
r8152: fix the wake event
hayeswang
1
-1
/
+39
2016-01-08
phy: micrel: Fix finding PHY properties in MAC node for KSZ9031.
Roosen Henri
1
-2
/
+10
2016-01-08
Merge branch 'for-linus' into work.misc
Al Viro
21
-152
/
+222
2016-01-08
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
6
-25
/
+64
2016-01-08
irda: toim3232-sir: delete some dead code
Dan Carpenter
1
-10
/
+0
2016-01-08
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-23
/
+122
2016-01-08
ixgbe: Make ATR recognize IPv6 extended headers
Mark Rustad
1
-10
/
+37
2016-01-08
ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
Neerav Parikh
3
-1
/
+8
2016-01-08
ixgbe: Fix to get FDMI HBA attributes information with X550
Usha Ketineni
1
-2
/
+5
2016-01-08
ixgbe: Correct handling of any outer UDP checksum setting
Mark Rustad
1
-1
/
+1
2016-01-08
ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
Emil Tantilov
1
-5
/
+2
2016-01-08
ixgbe: fix broken PFC with X550
Vasu Dev
1
-3
/
+3
2016-01-08
ixgbe: use correct FCoE DDP max check
Vasu Dev
1
-2
/
+2
2016-01-08
ixgbe: Fill at least min credits to a TC credit refills
Vasu Dev
1
-1
/
+6
2016-01-08
i40e: remove forever unused ID
Jesse Brandeburg
5
-5
/
+0
2016-01-08
i40e: Fix Rx hash reported to the stack by our driver
Anjali Singhai Jain
2
-50
/
+58
2016-01-08
i40e: Look up MAC address in Open Firmware or IDPROM
Sowmini Varadhan
2
-0
/
+91
2016-01-08
i40e: allow zero MAC address for VFs
Mitch Williams
1
-5
/
+6
2016-01-08
i40e: change log messages and error returns
Mitch Williams
1
-9
/
+18
2016-01-08
brcmfmac: Do not handle link downs for ibss.
Hante Meuleman
1
-5
/
+7
2016-01-08
brcmfmac: use jiffies for timeout in btcoex
Arend van Spriel
1
-7
/
+5
2016-01-08
brcmfmac: use msecs_to_jiffies() in macro definitions
Arend van Spriel
9
-33
/
+31
2016-01-08
brcmfmac: change brcmf_sdio_wd_timer() prototype
Arend van Spriel
2
-22
/
+13
2016-01-08
brcmfmac: Reshuffle functions to avoid forward declarations
Hante Meuleman
1
-306
/
+290
2016-01-08
brcmfmac: Add wowl net detect support
Hante Meuleman
3
-16
/
+155
2016-01-07
net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.
[email protected]
1
-1
/
+54
2016-01-07
net: macb: Add NP4 macb config using USRIO_DISABLED
Neil Armstrong
1
-0
/
+6
2016-01-07
net: ethernet: cadence-macb: Add disabled usrio caps
Neil Armstrong
2
-12
/
+16
2016-01-07
Merge tag 'iwlwifi-next-for-kalle-2016-01-07_2' of https://git.kernel.org/pub...
Kalle Valo
24
-121
/
+505
2016-01-07
Merge ath-next from ath.git
Kalle Valo
14
-57
/
+129
2016-01-07
mdio: Abstract device_remove() and device_free()
Andrew Lunn
3
-14
/
+29
2016-01-07
mdio: Add support for mdio drivers.
Andrew Lunn
4
-13
/
+198
2016-01-07
mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()
Andrew Lunn
1
-1
/
+15
2016-01-07
mdio_bus: Generalise of_mdiobus_link_phydev()
Andrew Lunn
1
-14
/
+15
2016-01-07
phy: Move phy specific bus match into phy_device
Andrew Lunn
2
-26
/
+40
2016-01-07
phy: Centralize setting driver module owner
Andrew Lunn
26
-118
/
+8
2016-01-07
phy: Move PHY PM operations into phy_device
Andrew Lunn
2
-73
/
+120
2016-01-07
phy_device: Move phy attributes into phy_device
Andrew Lunn
2
-42
/
+44
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
13
-46
/
+86
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
31
-132
/
+141
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
50
-375
/
+43
2016-01-07
phy: mdio-octeon: Use devm_mdiobus_alloc_size()
Andrew Lunn
1
-7
/
+5
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
22
-77
/
+57
2016-01-07
phy: phy_{read|write}_mmd_indirect: get addr from phydev
Andrew Lunn
4
-32
/
+23
2016-01-07
net: dnet: Use phy_find_first() helper
Andrew Lunn
1
-7
/
+1
2016-01-07
phy: add phydev_name() wrapper
Andrew Lunn
24
-36
/
+36
2016-01-07
phy: Add phydev_err() and phydev_dbg() macros
Andrew Lunn
4
-13
/
+17
2016-01-07
phy: Use phy_read() instead of mdiobus_read()
Andrew Lunn
1
-68
/
+36
2016-01-07
iwlwifi: pcie: properly configure the debug buffer size for 8000
Emmanuel Grumbach
1
-3
/
+12
2016-01-07
iwlwifi: mvm: fix memory leaks in error paths upon fw error dump
Emmanuel Grumbach
1
-8
/
+6
[prev]
[next]