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
*
ethernet: Add new driver for Marvell Armada 375 network unit
Marcin Wojtas
2014-07-11
3
-0
/
+6402
*
net: cpmac: fix in debug messages
Varka Bhadram
2014-07-11
1
-12
/
+12
*
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
2014-07-10
3
-5
/
+8
*
r8152: support jumbo frame for RTL8153
hayeswang
2014-07-10
1
-4
/
+32
*
net: cpmac: fix in releasing resources
Varka Bhadram
2014-07-10
1
-2
/
+3
*
net: cpmac: fix proper spacing before return statement
Varka Bhadram
2014-07-10
1
-0
/
+8
*
net: cpmac: fix missing a blank line after declarations
Varka Bhadram
2014-07-10
1
-0
/
+8
*
net: cpmac: fix cpmac driver structure
Varka Bhadram
2014-07-10
1
-3
/
+5
*
net: cpmac: dynamic debug fixes
Varka Bhadram
2014-07-10
1
-74
/
+62
*
net: cpmac: fix comments
Varka Bhadram
2014-07-10
1
-19
/
+21
*
net: cpmac: remove space in macro defination
Varka Bhadram
2014-07-10
1
-41
/
+41
*
net: systemport: use kcalloc instead of kzalloc
Florian Fainelli
2014-07-10
1
-3
/
+3
*
net: systemport: align multiple lines correctly
Florian Fainelli
2014-07-10
1
-59
/
+58
*
hyperv: Add netpoll support
Richard Weinberger
2014-07-10
1
-0
/
+11
*
arc_emac: Remove unused pointer to net_device from arc_emac_priv
Tobias Klauser
2014-07-10
2
-3
/
+0
*
arc_emac: Use net_device_stats from struct net_device
Tobias Klauser
2014-07-10
2
-7
/
+5
*
net: phy: export phy_suspend and phy_resume
Florian Fainelli
2014-07-09
1
-0
/
+2
*
net: fec: consolidate hwtstamp implementation
Russell King
2014-07-09
1
-18
/
+19
*
net: fec: remove useless status check in tx reap path
Russell King
2014-07-09
1
-3
/
+0
*
net: fec: add support for dumping transmit ring on timeout
Russell King
2014-07-09
1
-0
/
+23
*
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
2014-07-09
1
-7
/
+5
*
net: fec: clear receive interrupts before processing a packet
Russell King
2014-07-09
1
-0
/
+2
*
net: fec: replace delayed work with standard work
Russell King
2014-07-09
2
-26
/
+16
*
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2014-07-09
2
-27
/
+4
*
xen-netback: Adding debugfs "io_ring_qX" files
Zoltan Kiss
2014-07-09
4
-2
/
+200
*
net: fec: clean up duplex mode handling
Russell King
2014-07-09
1
-12
/
+12
*
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
2014-07-09
1
-0
/
+4
*
net: fec: quiesce packet processing before changing features
Russell King
2014-07-09
1
-9
/
+16
*
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
2014-07-09
1
-1
/
+1
*
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
2014-07-09
1
-7
/
+9
*
net: fec: remove inappropriate calls around fec_restart()
Russell King
2014-07-09
1
-20
/
+6
*
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
2014-07-09
1
-19
/
+45
*
net: fec: only restart or stop the device if it is present and running
Russell King
2014-07-09
1
-5
/
+14
*
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
2014-07-09
1
-2
/
+2
*
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
2014-07-09
1
-0
/
+7
*
net/mlx4_en: Fix mac_hash database inconsistency
Noa Osherovich
2014-07-09
2
-10
/
+15
*
net/mlx4_en: Do not count LLC/SNAP in MTU calculation
Yishai Hadas
2014-07-09
2
-3
/
+1
*
net/mlx4_en: Do not disable vlan filter during promiscuous mode
Eugenia Emantayev
2014-07-09
1
-10
/
+0
*
net/mlx4: Verify port number in __mlx4_unregister_mac
Eugenia Emantayev
2014-07-09
1
-2
/
+8
*
net/mlx4_en: Run loopback test only when port is up
Eugenia Emantayev
2014-07-09
1
-1
/
+2
*
net/mlx4_en: Fix set port ratelimit for 40GE
Eugenia Emantayev
2014-07-09
2
-10
/
+17
*
defxx: Fix issues with debug printk calls
Maciej W. Rozycki
2014-07-09
2
-12
/
+11
*
defxx: Add missing DMA synchronisation calls
Maciej W. Rozycki
2014-07-09
1
-4
/
+16
*
defxx: Handle DMA mapping errors
Maciej W. Rozycki
2014-07-09
1
-26
/
+58
*
defxx: Use netdev_alloc_skb consistently
Maciej W. Rozycki
2014-07-09
1
-2
/
+6
*
defxx: Discard DMA maps on buffer deallocation
Maciej W. Rozycki
2014-07-09
1
-1
/
+6
*
defxx: Correct the receive DMA map size
Maciej W. Rozycki
2014-07-09
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
2014-07-08
212
-2277
/
+9476
|
\
|
*
bcma: add driver for PCIe Gen 2 core
Rafał Miłecki
2014-07-07
3
-0
/
+184
|
*
b43: fix reading info about radio for new devices (cores 40 & 42)
Rafał Miłecki
2014-07-07
1
-1
/
+10
[next]