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
2015-08-07
net: netcp: fix unused interface rx buffer size configuration
WingMan Kwok
2
-23
/
+13
2015-08-07
net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=y
Ian Campbell
1
-3
/
+0
2015-08-07
r8169: enforce RX_MULTI_EN on rtl8168ep/8111ep chips
Ivan Vecera
1
-1
/
+3
2015-08-06
Merge tag 'wireless-drivers-for-davem-2015-08-04' of git://git.kernel.org/pub...
David S. Miller
8
-10
/
+51
2015-08-06
xen/netback: Wake dealloc thread after completing zerocopy work
Ross Lagerwall
2
-1
/
+6
2015-08-06
net: fec: fix initial runtime PM refcount
Lucas Stach
1
-0
/
+1
2015-08-03
xen-netback: Allocate fraglist early to avoid complex rollback
Ross Lagerwall
1
-28
/
+33
2015-08-03
3c59x: Fix resource leaks in vortex_open
Jia-Ju Bai
1
-9
/
+8
2015-08-03
rtlwifi: rtl8723be: Add module parameter for MSI interrupts
Larry Finger
1
-0
/
+1
2015-08-02
rocker: free netdevice during netdevice removal
Ido Schimmel
1
-0
/
+1
2015-07-31
stmmac: fix missing MODULE_LICENSE in stmmac_platform
Joachim Eastwood
1
-0
/
+4
2015-07-31
gianfar: Enable device wakeup when appropriate
Claudiu Manoil
3
-13
/
+3
2015-07-31
gianfar: Fix suspend/resume for wol magic packet
Claudiu Manoil
1
-68
/
+30
2015-07-31
gianfar: Fix warning when CONFIG_PM off
Claudiu Manoil
1
-0
/
+2
2015-07-31
rtlwifi: Fix NULL dereference when PCI driver used as an AP
Luis Felipe Dominguez Vega
1
-2
/
+5
2015-07-31
b43: fix extpa_gain check for 2GHz
Hauke Mehrtens
1
-1
/
+1
2015-07-31
rsi: Fix failure to load firmware after memory leak fix and fix the leak
Mike Looijmans
2
-1
/
+11
2015-07-31
Merge tag 'iwlwifi-for-kalle-2015-07-30' of https://git.kernel.org/pub/scm/li...
Kalle Valo
3
-6
/
+33
2015-07-30
r8152: reset device when tx timeout
hayeswang
1
-4
/
+3
2015-07-30
r8152: add pre_reset and post_reset
hayeswang
1
-0
/
+54
2015-07-30
iwlwifi: pcie: fix stuck queue detection for sleeping clients
Emmanuel Grumbach
1
-2
/
+13
2015-07-29
qlcnic: Fix corruption while copying
Shahed Shaikh
1
-1
/
+1
2015-07-29
net: thunderx: Fix for crash while BGX teardown
Thanneeru Srinivasulu
1
-1
/
+4
2015-07-29
net: thunderx: Add PCI driver shutdown routine
Sunil Goutham
1
-0
/
+6
2015-07-29
net: thunderx: Fix crash when changing rss with mutliple traffic flows
Sunil Goutham
1
-4
/
+5
2015-07-29
net: thunderx: Set watchdog timeout value
Sunil Goutham
2
-0
/
+10
2015-07-29
net: thunderx: Wakeup TXQ only if CQE_TX are processed
Sunil Goutham
3
-15
/
+31
2015-07-29
net: thunderx: Suppress alloc_pages() failure warnings
Sunil Goutham
1
-2
/
+4
2015-07-29
net: thunderx: Fix TSO packet statistic
Sunil Goutham
1
-0
/
+1
2015-07-29
net: thunderx: Fix memory leak when changing queue count
Sunil Goutham
1
-9
/
+14
2015-07-29
net: thunderx: Fix RQ_DROP miscalculation
Sunil Goutham
1
-3
/
+11
2015-07-29
net: thunderx: Fix memory leak while tearing down interface
Sunil Goutham
2
-3
/
+6
2015-07-29
net: thunderx: Fix data integrity issues with LDWB
Sunil Goutham
1
-1
/
+1
2015-07-29
net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions
Karicheri, Muralidharan
2
-28
/
+17
2015-07-29
net: netcp: ethss: fix up incorrect use of list api
Karicheri, Muralidharan
1
-3
/
+2
2015-07-29
net: netcp: fix cleanup interface list in netcp_remove()
Karicheri, Muralidharan
1
-2
/
+11
2015-07-28
iwlwifi: mvm: Fix regular scan priority
Avraham Stern
1
-1
/
+1
2015-07-28
iwlwifi: pcie: fix prepare card flow
Emmanuel Grumbach
1
-3
/
+19
2015-07-27
macvtap: fix network header pointer for VLAN tagged pkts
Ivan Vecera
1
-0
/
+7
2015-07-27
macb: Fix build with macro'ized readl/writel.
David S. Miller
2
-15
/
+15
2015-07-27
net: fec: Ensure clocks are enabled while using mdio bus
Andrew Lunn
1
-13
/
+76
2015-07-27
net: netcp: Fixes SGMII reset on network interface shutdown
WingMan Kwok
3
-2
/
+47
2015-07-27
net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()
Andy Shevchenko
1
-8
/
+2
2015-07-27
net/macb: suppress compiler warnings
Andy Shevchenko
2
-6
/
+5
2015-07-27
net/macb: use dev_*() when netdev is not yet registered
Andy Shevchenko
1
-2
/
+2
2015-07-27
net/macb: check if macb_config present
Andy Shevchenko
1
-2
/
+1
2015-07-27
net/macb: improve big endian CPU support
Andy Shevchenko
2
-44
/
+87
2015-07-27
r8152: don't enable napi before rx ready
hayeswang
1
-2
/
+4
2015-07-27
r8152: fix wakeup settings
hayeswang
1
-6
/
+22
2015-07-27
r8152: fix the issue about U1/U2
hayeswang
1
-40
/
+54
[next]