index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-19
ath9k_hw: get rid of some duplicate code in calibration init
Felix Fietkau
1
-32
/
+22
2016-07-19
ath9k_hw: simplify ar9003_hw_per_calibration
Felix Fietkau
1
-27
/
+26
2016-07-19
ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERM
Felix Fietkau
1
-15
/
+10
2016-07-19
ath9k_hw: fix spectral scan on AR9285 and newer
Felix Fietkau
2
-10
/
+27
2016-07-19
ath9k: simplify the code-paths when not using the built-in EEPROM
Martin Blumenstingl
3
-53
/
+41
2016-07-19
ath6kl: sme_state shortcut to SME_DISCONNECTED removed
Dan Kephart
1
-2
/
+0
2016-07-19
ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.
Pierre Le Magourou
1
-0
/
+1
2016-07-19
ath6kl: Fix wrong regulatory domain disconnection.
Pierre Le Magourou
1
-1
/
+2
2016-07-19
ath6kl: Fix WLAN tethering authentication problem.
Pierre Le Magourou
1
-4
/
+5
2016-07-19
ath10k: disable wake_tx_queue for older devices
Michal Kazior
2
-2
/
+23
2016-07-18
bcma: allow enabling serial flash support on non-MIPS SoCs
Rafał Miłecki
1
-2
/
+9
2016-07-18
mwifiex: update command response skb length correctly
Amitkumar Karwar
1
-0
/
+1
2016-07-18
mwifiex: fix PCIe legacy interrupt problem
Amitkumar Karwar
1
-0
/
+6
2016-07-18
mwifiex: Fix request_irq() failure handling
Karthik D A
1
-2
/
+0
2016-07-18
brcmfmac: defer DPC processing during probe
Arend Van Spriel
1
-4
/
+3
2016-07-18
brcmfmac: restore stopping netdev queue when bus clogs up
Arend Van Spriel
1
-5
/
+17
2016-07-18
mwifiex: fix possible memory leak in mwifiex_cfg80211_start_ap()
Wei Yongjun
1
-6
/
+8
2016-07-18
libertas: fix non static symbol warning
Wei Yongjun
1
-2
/
+2
2016-07-18
bcma: add PCI ID for Foxconn's BCM43142 device
Rafał Miłecki
1
-0
/
+1
2016-07-18
wlcore: Add support for get_expected_throughput opcode
Maxim Altshul
1
-0
/
+11
2016-07-18
wlcore/wl18xx: Add functionality to accept TX rate per link
Maxim Altshul
6
-5
/
+48
2016-07-18
brcmfmac: respect hidden_ssid for AP interfaces
Rafał Miłecki
1
-0
/
+13
2016-07-18
wlcore/wl18xx: mesh: added initial mesh support for wl8
Maital Hahn
7
-14
/
+52
2016-07-18
mwifiex: Reduce endian conversion for REG Host Commands
Prasun Maiti
4
-50
/
+46
2016-07-18
net: ethernet: marvell: pxa168_eth: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+18
2016-07-18
net: ethernet: marvell: pxa168_eth: use phydev from struct net_device
Philippe Reynes
1
-20
/
+16
2016-07-18
net: ethernet: adi: bfin_mac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-23
/
+2
2016-07-18
net: ethernet: adi: bfin_mac: use phydev from struct net_device
Philippe Reynes
2
-20
/
+12
2016-07-18
dwc_eth_qos: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+2
2016-07-17
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
1
-1
/
+1
2016-07-17
sctp: fix GSO for IPv6
Marcelo Ricardo Leitner
1
-1
/
+22
2016-07-17
sctp: recvmsg should be able to run even if sock is in closing state
Marcelo Ricardo Leitner
1
-15
/
+17
2016-07-17
net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-20
/
+2
2016-07-17
net: hisilicon: Add Fast Ethernet MAC driver
Dongpo Li
4
-0
/
+1059
2016-07-17
of_mdio: Abstract a general interface for phy connect
Dongpo Li
2
-0
/
+46
2016-07-17
net: Add MDIO bus driver for the Hisilicon FEMAC
Dongpo Li
4
-0
/
+196
2016-07-17
net: cpsw: make TI_CPSW_PHY_SEL invisible
Uwe Kleine-König
1
-2
/
+1
2016-07-17
wan/fsl_ucc_hdlc: rewrite error handling to make it clearer
Zhao Qiang
1
-28
/
+27
2016-07-17
wan/fsl_ucc_hdlc: remove reduplicative freed memory 'uhdlc_priv'
Zhao Qiang
1
-1
/
+0
2016-07-17
net: ipmr/ip6mr: add support for keeping an entry age
Nikolay Aleksandrov
4
-8
/
+20
2016-07-17
rndis_host: Set valid random MAC on buggy devices
Kristian Evensen
1
-1
/
+5
2016-07-17
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
5
-153
/
+94
2016-07-17
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
3
-37
/
+33
2016-07-17
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
1
-15
/
+14
2016-07-17
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
1
-10
/
+8
2016-07-16
tcp_timer.c: Add kernel-doc function descriptions
Richard Sailer
1
-17
/
+64
2016-07-16
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+2
2016-07-16
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
1
-26
/
+20
2016-07-16
net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+2
2016-07-16
net: ethernet: amd: au1000_eth: use phydev from struct net_device
Philippe Reynes
2
-25
/
+16
[next]