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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-16
ixgbevf: set the disable state when ixgbevf_qv_disable is called
Jacob Keller
1
-0
/
+1
2014-01-16
ixgbe: reinit_locked() should be called with rtnl_lock
John Fastabend
1
-0
/
+2
2014-01-16
net: eth_type_trans() should use skb_header_pointer()
Eric Dumazet
1
-2
/
+5
2014-01-16
Merge branch 'stmmac_pm'
David S. Miller
5
-208
/
+209
2014-01-16
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2
-2
/
+8
2014-01-16
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
1
-0
/
+3
2014-01-16
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
3
-50
/
+12
2014-01-16
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
1
-6
/
+7
2014-01-16
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2
-1
/
+2
2014-01-16
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
1
-67
/
+88
2014-01-16
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
1
-84
/
+85
2014-01-16
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
2014-01-16
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
3
-1
/
+8
2014-01-16
Merge branch 'mvneta'
David S. Miller
1
-172
/
+215
2014-01-16
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
1
-5
/
+4
2014-01-16
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
1
-13
/
+4
2014-01-16
net: mvneta: implement rx_copybreak
willy tarreau
1
-6
/
+38
2014-01-16
net: mvneta: convert to build_skb()
willy tarreau
1
-14
/
+35
2014-01-16
net: mvneta: prefetch next rx descriptor instead of current one
willy tarreau
1
-1
/
+1
2014-01-16
net: mvneta: simplify access to the rx descriptor status
willy tarreau
1
-13
/
+12
2014-01-16
net: mvneta: factor rx refilling code
willy tarreau
1
-20
/
+3
2014-01-16
net: mvneta: remove tests for impossible cases in the tx_done path
willy tarreau
1
-6
/
+9
2014-01-16
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
1
-59
/
+12
2014-01-16
net: mvneta: add missing bit descriptions for interrupt masks and causes
willy tarreau
1
-2
/
+42
2014-01-16
net: mvneta: do not schedule in mvneta_tx_timeout
willy tarreau
1
-11
/
+0
2014-01-16
net: mvneta: use per_cpu stats to fix an SMP lock up
willy tarreau
1
-29
/
+55
2014-01-16
net: mvneta: increase the 64-bit rx/tx stats out of the hot path
willy tarreau
1
-4
/
+11
2014-01-16
carl9170: use ath_is_mybeacon
Oleksij Rempel
1
-6
/
+3
2014-01-16
ath5k: use ath_is_mybeacon
Oleksij Rempel
1
-25
/
+8
2014-01-16
ath9k_htc: use ath_is_mybeacon
Oleksij Rempel
1
-3
/
+1
2014-01-16
ath9k: use ath_is_mybeacon
Oleksij Rempel
1
-16
/
+4
2014-01-16
ath: add common function ath_is_mybeacon
Oleksij Rempel
2
-0
/
+10
2014-01-16
mwifiex: export threshold value and retry limit to cfg80211
Ujjal Roy
1
-0
/
+14
2014-01-16
mwifiex: fix wrong 11ac bits setting in fw_cap_info
Bing Zhao
1
-1
/
+1
2014-01-16
wil6210: correct #include for prefetch()
Vladimir Kondratiev
1
-1
/
+1
2014-01-16
ath9k: Fix possible overflow condition
Sujith Manoharan
1
-1
/
+1
2014-01-16
ath9k: Fix IQ calibration
Sujith Manoharan
1
-2
/
+15
2014-01-16
ath9k: Fix error reported by smatch
Sujith Manoharan
1
-1
/
+1
2014-01-16
brcmfmac: handle SDIO card removal
Arend van Spriel
5
-87
/
+102
2014-01-16
brcmfmac: initialize escan function pointer during scheduled scan
Arend van Spriel
1
-0
/
+1
2014-01-16
brcmfmac: rename chip and core related structures
Arend van Spriel
3
-42
/
+41
2014-01-16
brcmfmac: restructure brcmf_sdio_chip_recognition()
Arend van Spriel
2
-167
/
+167
2014-01-16
brcmfmac: rework firmware download code
Arend van Spriel
3
-60
/
+40
2014-01-16
brcmfmac: update core reset and disable routines.
Hante Meuleman
3
-57
/
+106
2014-01-16
brcmfmac: Create common nvram parsing routines.
Hante Meuleman
6
-190
/
+208
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
155
-155
/
+0
2014-01-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
3
-2
/
+4
2014-01-16
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
Jiri Pirko
2
-2
/
+7
2014-01-16
Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache"
Catalin Marinas
1
-1
/
+1
2014-01-16
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
18
-63
/
+94
[prev]
[next]