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
2013-05-31
net: Add EMAC ethernet driver found on Allwinner A10 SoC's
Stefan Roese
6
-0
/
+1111
2013-05-31
tulip: remove redundant D0 power state set
Yijing Wang
1
-6
/
+0
2013-05-31
qlcnic: remove redundant D0 power state set
Yijing Wang
1
-1
/
+0
2013-05-31
net, jme: remove redundant D0 power state set
Yijing Wang
1
-1
/
+0
2013-05-31
phy: Add Marvell 88E1510 phy ID
Michal Simek
1
-0
/
+25
2013-05-31
phy: Add Marvell 88E1116R phy ID
Michal Simek
1
-0
/
+65
2013-05-31
phy: Use macros instead of hardcoded values in marvell phy driver
Michal Simek
1
-9
/
+9
2013-05-31
phy: Add Vitesse 8211 phy ID
Michal Simek
1
-0
/
+15
2013-05-31
phy: Clean coding style in vitesse phy
Michal Simek
1
-12
/
+11
2013-05-30
net: mv643xx_eth: add DT parsing support
Sebastian Hesselbarth
1
-4
/
+149
2013-05-30
net: mv643xx_eth: proper initialization for Kirkwood SoCs
Sebastian Hesselbarth
1
-0
/
+11
2013-05-30
net: mv643xx_eth: use of_phy_connect if phy_node present
Sebastian Hesselbarth
1
-7
/
+18
2013-05-30
net: mv643xx_eth: use managed devm_ioremap for port registers
Sebastian Hesselbarth
1
-2
/
+1
2013-05-30
net: mv643xx_eth: use phy_disconnect instead of phy_detach
Sebastian Hesselbarth
1
-1
/
+1
2013-05-30
net: emaclite: Update driver header
Michal Simek
1
-2
/
+2
2013-05-30
net: emaclite: Enable emaclite for Xilinx Arm Zynq platform
Michal Simek
1
-2
/
+2
2013-05-30
net: emaclite: Do not use microblaze and ppc IO functions
Michal Simek
1
-69
/
+69
2013-05-30
net: emaclite: Let's make xemaclite_adjust_link static
Michal Simek
1
-1
/
+1
2013-05-30
net: emaclite: Support multiple phys connected to one MDIO bus
Michal Simek
1
-1
/
+12
2013-05-30
net: emaclite: Report failures in mdio setup
Michal Simek
1
-3
/
+9
2013-05-30
netxen_nic: Update version to 4.0.81
Manish Chopra
1
-2
/
+2
2013-05-30
netxen_nic: Avoid mixed mode interrupts
Manish Chopra
2
-7
/
+46
2013-05-30
netxen_nic: netxen_setup_intr() function code cleanup
Manish Chopra
1
-31
/
+46
2013-05-30
netxen_nic: Log proper error message in case of mismatched adapter type
Manish Chopra
2
-4
/
+10
2013-05-30
netxen_nic: Log driver version with firmware version
Manish Chopra
1
-3
/
+3
2013-05-29
net/usb/kalmia: use %*phC to dump small buffers
Andy Shevchenko
1
-30
/
+15
2013-05-28
bonding: trivial: update the comments to reflect the reality
Veaceslav Falico
1
-3
/
+1
2013-05-28
bonding: trivial: remove unused parameter from alb_swap_mac_addr()
Veaceslav Falico
1
-4
/
+4
2013-05-28
vxlan: defer vxlan init as late as possible
Cong Wang
1
-1
/
+1
2013-05-28
vxlan: use unsigned int instead of unsigned
Cong Wang
1
-4
/
+4
2013-05-28
vxlan: remove the unused rcu head from struct vxlan_rdst
Cong Wang
1
-1
/
+0
2013-05-28
cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...
Simon Horman
1
-6
/
+5
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
17
-22
/
+22
2013-05-27
bonding: allow xmit hash policy change while bond dev is up
Nikolay Aleksandrov
1
-9
/
+1
2013-05-27
net/phy: Use module_spi_driver in spi_ks8995.c
Sachin Kamat
1
-13
/
+1
2013-05-27
net: micrel : ks8851-ml: add dt support
Jean-Christophe PLAGNIOL-VILLARD
1
-7
/
+26
2013-05-27
phy: bcm63xx: report Broadcom BCM63xx PHYs as internal
Florian Fainelli
1
-2
/
+2
2013-05-27
phy: allow drivers to flag a PHY device as internal
Florian Fainelli
2
-1
/
+5
2013-05-27
net: wan: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-27
net: wireless: remove unnecessary platform_set_drvdata()
Jingoo Han
2
-4
/
+0
2013-05-27
net: irda: remove unnecessary platform_set_drvdata()
Jingoo Han
3
-3
/
+0
2013-05-27
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
37
-61
/
+0
2013-05-27
fec: Handle the regulator in suspend/resume
Fabio Estevam
1
-0
/
+10
2013-05-27
fec: Remove irqs first
Fabio Estevam
1
-5
/
+5
2013-05-27
fec: Disable the PHY regulator on error and removal
Fabio Estevam
1
-0
/
+6
2013-05-27
fec: Invert the order of error path sequence
Fabio Estevam
1
-2
/
+2
2013-05-27
fec: Place the phy regulator in the private structure
Fabio Estevam
2
-4
/
+4
2013-05-27
be2net: Trim padded packets for Lancer
Somnath Kotur
1
-1
/
+3
2013-05-27
be2net: Pad skb to meet min Tx pkt size in lancer
Somnath Kotur
1
-0
/
+10
2013-05-27
be2net: cleanup be_get_drvinfo()
Somnath Kotur
3
-7
/
+8
[next]