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: hisilicon: add hix5hd2 mac driver
Zhangfei Gao
2014-06-03
5
-0
/
+1100
*
Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2014-06-03
11
-42
/
+48
|
\
|
*
ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
Ben Hutchings
2014-06-03
8
-39
/
+44
|
*
ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh
Ben Hutchings
2014-05-19
3
-3
/
+4
*
|
fec: Include pinctrl header file
Fabio Estevam
2014-06-03
1
-0
/
+1
*
|
atm: fore200e.c: Cleaning up uninitialized variables
Rickard Strandqvist
2014-06-03
1
-1
/
+1
*
|
via-ircc: Remove useless return variables
Peter Senna Tschudin
2014-06-03
1
-5
/
+2
*
|
wan: Use usleep_range()
Manuel Schölling
2014-06-03
1
-7
/
+3
*
|
vxge: Remove useless return variables
Peter Senna Tschudin
2014-06-03
1
-15
/
+7
*
|
bnx2x: Remove useless return variables
Peter Senna Tschudin
2014-06-03
1
-6
/
+4
*
|
drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC
Paul Gortmaker
2014-06-03
2
-8
/
+8
*
|
net: mv643xx_eth: Avoid unmapping the TSO header buffers
Ezequiel Garcia
2014-06-03
1
-2
/
+6
*
|
net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path
Ezequiel Garcia
2014-06-03
1
-2
/
+0
*
|
net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-03
1
-21
/
+42
*
|
net: mv643xx_eth: Count dropped packets properly
Ezequiel Garcia
2014-06-03
1
-1
/
+4
*
|
net: mvneta: Avoid unmapping the TSO header buffers
Ezequiel Garcia
2014-06-03
1
-3
/
+9
*
|
net: mvneta: Fix missing DMA region unmap
Ezequiel Garcia
2014-06-03
1
-3
/
+2
*
|
net: mvneta: Limit the TSO segments and adjust stop/wake thresholds
Ezequiel Garcia
2014-06-03
1
-4
/
+24
*
|
net: mvneta: Use default NAPI weight instead of a custom one
Ezequiel Garcia
2014-06-03
1
-4
/
+1
*
|
macvlan: add netpoll support
dingtianhong
2014-06-03
1
-1
/
+65
*
|
net: cdc_ncm: allow tuning min_tx_pkt
Bjørn Mork
2014-06-03
1
-0
/
+24
*
|
net: cdc_ncm: export NCM Transfer Block (NTB) parameters
Bjørn Mork
2014-06-03
1
-0
/
+30
*
|
net: cdc_ncm: drop ethtool coalesce support
Bjørn Mork
2014-06-03
1
-48
/
+0
*
|
net: cdc_ncm: use sysfs for rx/tx aggregation tuning
Bjørn Mork
2014-06-03
1
-19
/
+125
*
|
net: cdc_ncm: inform usbnet when rx buffers are reduced
Bjørn Mork
2014-06-03
1
-7
/
+7
*
|
net: cdc_ncm: always reallocate tx_curr_skb when tx_max increases
Bjørn Mork
2014-06-03
1
-0
/
+5
*
|
net: cdc_ncm: reduce skb truesize in rx path
Bjørn Mork
2014-06-03
1
-4
/
+3
*
|
macvlan: fix the problem when mac address changes for passthru mode
dingtianhong
2014-06-03
1
-12
/
+38
*
|
net: stmmac: Handle different error codes from platform_get_irq_byname
Chen-Yu Tsai
2014-06-02
2
-7
/
+14
*
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2014-06-02
58
-836
/
+1431
|
\
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-06-02
58
-836
/
+1431
|
|
\
\
|
|
*
|
wil6210: improve debug for WMI receive
Vladimir Kondratiev
2014-05-30
1
-7
/
+17
|
|
*
|
Merge branch 'for-linville' of git://github.com/kvalo/ath
John W. Linville
2014-05-30
15
-305
/
+534
|
|
|
\
\
|
|
|
*
|
ath10k: abort incomplete scatter-gather pci tx properly
Michal Kazior
2014-05-27
3
-6
/
+40
|
|
|
*
|
ath10k: protect src_ring state with ce_lock in tx_sg()
Michal Kazior
2014-05-27
1
-3
/
+7
|
|
|
*
|
ath10k: ensure rx-frag ignores rssi
Ben Greear
2014-05-27
1
-0
/
+1
|
|
|
*
|
ath10k: dont configure bssid for ap mode
Michal Kazior
2014-05-27
1
-1
/
+6
|
|
|
*
|
ath10k: protect wep tx key setup
Michal Kazior
2014-05-27
1
-2
/
+10
|
|
|
*
|
ath10k: drain tx before restarting hw
Michal Kazior
2014-05-27
1
-9
/
+22
|
|
|
*
|
ath10k: perform hw restart lazily
Michal Kazior
2014-05-27
2
-19
/
+20
|
|
|
*
|
ath10k: clean up start() callback
Michal Kazior
2014-05-27
1
-11
/
+23
|
|
|
*
|
ath10k: make core registering async
Michal Kazior
2014-05-26
2
-12
/
+33
|
|
|
*
|
ath10k: remove unnecessary tasklet_kill()
Michal Kazior
2014-05-26
1
-2
/
+0
|
|
|
*
|
ath10k: relocate core create/destroy functions
Michal Kazior
2014-05-26
1
-64
/
+64
|
|
|
*
|
ath10k: fix protected flag stripping
Michal Kazior
2014-05-26
1
-9
/
+24
|
|
|
*
|
ath9k/ath10k: remove unnecessary channel_switch_beacon callbacks
Luciano Coelho
2014-05-23
2
-18
/
+0
|
|
|
*
|
ath10k: fix ath10k_bmi_read32 macro
Frederic Danis
2014-05-23
1
-1
/
+2
|
|
|
*
|
ath10k: prevent hif_stop being called twice
Michal Kazior
2014-05-23
1
-0
/
+3
|
|
|
*
|
ath10k: fix core start sequence
Michal Kazior
2014-05-23
8
-107
/
+76
|
|
|
*
|
ath10k: support get/set antenna configurations.
Ben Greear
2014-05-22
2
-0
/
+86
[next]