index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: allow PHY drivers to implement their own software reset
Florian Fainelli
2014-02-17
1
-2
/
+14
*
net: phy: move PHY software reset to genphy_soft_reset
Florian Fainelli
2014-02-17
1
-5
/
+22
*
Drivers: net: hyperv: Cleanup the netvsc receive callback functio
KY Srinivasan
2014-02-17
2
-23
/
+12
*
Drivers: net: hyperv: Cleanup the receive path
KY Srinivasan
2014-02-17
1
-16
/
+13
*
Drivers: net: hyperv: Get rid of the rndis_filter_packet structure
KY Srinivasan
2014-02-17
3
-45
/
+4
*
net:cpsw: Pass unhandled ioctl's on to generic phy ioctl
Stefan Sørensen
2014-02-17
1
-7
/
+3
*
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
Joe Perches
2014-02-17
3
-25
/
+25
*
bonding: Convert c99 comments
Joe Perches
2014-02-17
1
-88
/
+87
*
bonding: Neaten pr_<level>
Joe Perches
2014-02-17
6
-122
/
+110
*
bonding: Convert pr_warning to pr_warn, neatening
Joe Perches
2014-02-17
4
-73
/
+67
*
caif: delete unnecessary field initialization
Julia Lawall
2014-02-17
2
-2
/
+0
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-10
/
+5
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-13
/
+7
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-12
/
+6
*
bonding:fix checkpatch warnings braces {}
Wang Yufen
2014-02-14
1
-12
/
+6
*
bonding:fix checkpatch errors comments and space
Wang Yufen
2014-02-14
1
-3
/
+3
*
bonding:fix checkpatch errors with foo* bar|foo * bar
Wang Yufen
2014-02-14
1
-3
/
+3
*
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-02-14
9
-74
/
+9
*
net: bcmgenet: hook into the build system
Florian Fainelli
2014-02-14
3
-0
/
+14
*
net: bcmgenet: add MDIO routines
Florian Fainelli
2014-02-14
1
-0
/
+464
*
net: bcmgenet: add main driver file
Florian Fainelli
2014-02-14
1
-0
/
+2595
*
net: bcmgenet: add driver definitions and private structure
Florian Fainelli
2014-02-14
1
-0
/
+630
*
net: phy: add Broadcom BCM7xxx internal PHY driver
Florian Fainelli
2014-02-14
3
-0
/
+350
*
net: phy: broadcom: extract register definitions
Florian Fainelli
2014-02-14
1
-52
/
+0
*
net: phy: update port type for MoCA PHYs
Florian Fainelli
2014-02-14
1
-1
/
+4
*
be2net: refactor multi-channel config code for Skyhawk-R chip
Vasundhara Volam
2014-02-14
5
-32
/
+127
*
be2net: Update copyright year
Vasundhara Volam
2014-02-14
8
-8
/
+8
*
be2net: Log a kernel message when UE is detected in BE & Skyhawk
Somnath Kotur
2014-02-14
1
-41
/
+41
*
Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can...
David S. Miller
2014-02-14
7
-296
/
+168
|
\
|
*
can: at91_can: add listen only mode
Yoann DI RUZZA
2014-02-11
1
-2
/
+7
|
*
can: sja1000: of: add reg-io-width property for 8, 16 and 32-bit register access
Florian Vaussard
2014-02-06
1
-2
/
+18
|
*
can: sja1000: fuse of_platform into platform
Florian Vaussard
2014-02-04
4
-259
/
+109
|
*
can: sja1000: platform: use devm_* APIs
Florian Vaussard
2014-02-04
1
-34
/
+12
|
*
can: sja1000: convert printk to use netdev API
Florian Vaussard
2014-02-04
1
-2
/
+1
|
*
can: add ability to allocate CANFD frame in skb data
Stephane Grosjean
2014-02-04
1
-0
/
+24
*
|
sh_eth: use ETH_ZLEN instead of home-grown #define
Sergei Shtylyov
2014-02-14
2
-4
/
+3
*
|
bonding: remove the redundant judgements for bond_option_queue_id_set()
dingtianhong
2014-02-13
1
-2
/
+1
*
|
bonding: remove the redundant judgements for bond_set_mac_address()
dingtianhong
2014-02-13
1
-8
/
+0
*
|
net: allow setting mac address of loopback device
WANG Cong
2014-02-13
1
-0
/
+2
*
|
i40evf: refactor reset handling
Mitch Williams
2014-02-13
3
-39
/
+130
*
|
i40evf: change type of flags variable
Mitch Williams
2014-02-13
1
-1
/
+1
*
|
i40evf: don't store unnecessary array of strings
Mitch Williams
2014-02-13
2
-4
/
+5
*
|
i40evf: fix bogus comment
Mitch Williams
2014-02-13
1
-2
/
+1
*
|
i40evf: clean up adapter struct
Mitch Williams
2014-02-13
1
-28
/
+1
*
|
i40e: don't handle VF reset on unload
Mitch Williams
2014-02-13
2
-6
/
+7
*
|
i40e: enable extant VFs
Mitch Williams
2014-02-13
3
-8
/
+21
*
|
i40e: reset VFs after PF reset
Mitch Williams
2014-02-13
1
-0
/
+5
*
|
i40e: set VF state to active when reset is complete
Mitch Williams
2014-02-13
1
-0
/
+1
*
|
i40e: remove dead code
Mitch Williams
2014-02-13
1
-9
/
+1
*
|
i40e: Setting i40e_down bit for tx_timeout
Akeem G Abodunrin
2014-02-13
1
-0
/
+1
[next]