index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...
David S. Miller
139
-3422
/
+4175
2020-09-25
ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'
Kalle Valo
2
-10
/
+20
2020-09-25
net: hns3: rename macro of pci device id of vf
Guangbin Huang
3
-8
/
+9
2020-09-25
net: hns3: add support for 200G device
Guangbin Huang
5
-11
/
+55
2020-09-25
net: hns3: add debugfs of dumping pf interrupt resources
Yufeng Mo
2
-0
/
+13
2020-09-25
net: hns3: add a hardware error detect type
Yufeng Mo
3
-0
/
+5
2020-09-25
net: hns3: remove unnecessary variable initialization
Yufeng Mo
6
-9
/
+9
2020-09-25
net: hns3: refactor the function for dumping tc information in debugfs
Yufeng Mo
1
-10
/
+5
2020-09-25
Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
21
-1658
/
+2339
2020-09-25
dpaa2-mac: add PCS support through the Lynx module
Ioana Ciornei
3
-1
/
+91
2020-09-25
net: pcs-lynx: add support for 10GBASER
Ioana Ciornei
1
-0
/
+6
2020-09-25
net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb
Vladimir Oltean
3
-24
/
+33
2020-09-24
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
32
-1758
/
+2247
2020-09-24
mt76: mt7663s: remove max_tx_fragments limitation
Lorenzo Bianconi
1
-6
/
+7
2020-09-24
mt76: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
3
-56
/
+13
2020-09-24
mt76: mt7915: add offchannel condition in switch channel command
Shayne Chen
1
-2
/
+4
2020-09-24
mt76: mt7915: convert to use le16_add_cpu()
Liu Shixin
1
-2
/
+2
2020-09-24
mt76: Fix unsigned expressions compared with zero
Ye Bin
1
-3
/
+3
2020-09-24
mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beacon
Lorenzo Bianconi
1
-8
/
+10
2020-09-24
mt76: mt76x0: Move tables used only by init.c to their own header file
Lee Jones
3
-145
/
+160
2020-09-24
mt76: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
11
-17
/
+16
2020-09-24
mt76: mt7615: unlock dfs bands
Lorenzo Bianconi
1
-2
/
+23
2020-09-24
mt76: mt7663: check isr read return value in mt7663s_rx_work
Lorenzo Bianconi
1
-2
/
+5
2020-09-24
mt76: mt7663s: introduce sdio tx aggregation
Lorenzo Bianconi
4
-19
/
+50
2020-09-24
mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quota
Lorenzo Bianconi
1
-13
/
+30
2020-09-24
mt76: move pad estimation out of mt76_skb_adjust_pad
Lorenzo Bianconi
7
-14
/
+18
2020-09-24
mt76: mt7663s: introduce __mt7663s_xmit_queue routine
Lorenzo Bianconi
1
-13
/
+22
2020-09-24
mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quota
Lorenzo Bianconi
1
-25
/
+31
2020-09-24
mt76: mt7663s: do not use altx for ctl/mgmt traffic
Lorenzo Bianconi
2
-10
/
+4
2020-09-24
mt76: mt7622: fix fw hang on mt7622
Lorenzo Bianconi
1
-14
/
+32
2020-09-24
mt76: mt7615: fix VHT LDPC capability
Ryder Lee
1
-2
/
+2
2020-09-24
mt76: mt7615: Remove set but unused variable 'index'
Wang Hai
1
-3
/
+0
2020-09-24
mt76: remove retry_q from struct mt76_txq and related code
Felix Fietkau
7
-80
/
+6
2020-09-24
mt76: move txwi handling code to dma.c, since it is mmio specific
Felix Fietkau
4
-73
/
+72
2020-09-24
mt76: mt7915: fix queue/tid mapping for airtime reporting
Felix Fietkau
1
-8
/
+3
2020-09-24
mt76: mt7915: simplify mt7915_lmac_mapping
Felix Fietkau
1
-11
/
+2
2020-09-24
mt76: dma: cache dma map address/len in struct mt76_queue_entry
Felix Fietkau
2
-23
/
+22
2020-09-24
mt76: mt7915: fix HE BSS info
Felix Fietkau
1
-2
/
+2
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
20
-52
/
+53
2020-09-24
mt76: add utility functions for deferring work to a kernel thread
Felix Fietkau
2
-0
/
+104
2020-09-24
mt76: testmode: add a limit for queued tx_frames packets
Felix Fietkau
1
-1
/
+2
2020-09-24
mt76: mt7615: fix antenna selection for testmode tx_frames
Felix Fietkau
2
-9
/
+1
2020-09-24
mt76: mt7615: fix MT_ANT_SWITCH_CON register definition
Felix Fietkau
1
-1
/
+1
2020-09-24
mt76: mt7915: fix unexpected firmware mode
Chih-Min Chen
2
-0
/
+13
2020-09-24
mt76: mt76x02: tune tx ring size
Felix Fietkau
3
-3
/
+4
2020-09-24
mt76: mt7603: tune tx ring size
Felix Fietkau
2
-2
/
+4
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
22
-114
/
+86
2020-09-24
mt76: rely on AQL for burst size limits on tx queueing
Felix Fietkau
12
-74
/
+111
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
7
-11
/
+0
2020-09-24
mt76: remove qid argument to drv->tx_complete_skb
Felix Fietkau
14
-28
/
+14
[next]