index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: remove unused struct inet_frag_queue.fragments field
Peter Oskolkov
2019-02-26
6
-39
/
+14
*
net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...
Yang Wei
2019-02-25
1
-1
/
+1
*
net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...
Yang Wei
2019-02-25
1
-1
/
+1
*
net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...
Yang Wei
2019-02-25
1
-1
/
+1
*
net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...
Yang Wei
2019-02-25
1
-1
/
+1
*
net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...
Yang Wei
2019-02-25
1
-1
/
+1
*
net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-25
1
-2
/
+1
*
Merge branch 'pie-next'
David S. Miller
2019-02-25
2
-43
/
+66
|
\
|
*
net: sched: pie: update references
Mohit P. Tahiliani
2019-02-25
1
-3
/
+1
|
*
net: sched: pie: add derandomization mechanism
Mohit P. Tahiliani
2019-02-25
1
-1
/
+27
|
*
net: sched: pie: add more cases to auto-tune alpha and beta
Mohit P. Tahiliani
2019-02-25
2
-34
/
+33
|
*
net: sched: pie: change initial value of pie_vars->burst_time
Mohit P. Tahiliani
2019-02-25
1
-2
/
+2
|
*
net: sched: pie: change default value of pie_params->tupdate
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
|
*
net: sched: pie: change default value of pie_params->target
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
|
*
net: sched: pie: change value of QUEUE_THRESHOLD
Mohit P. Tahiliani
2019-02-25
1
-1
/
+1
|
/
*
mlxsw: spectrum: acl: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-25
1
-4
/
+2
*
Merge branch 'aquantia-hwmon'
David S. Miller
2019-02-25
4
-0
/
+274
|
\
|
*
net: phy: aquantia: add hwmon support
Heiner Kallweit
2019-02-25
4
-0
/
+273
|
*
net: phy: aquantia: rename aquantia.c to aquantia_main.c
Heiner Kallweit
2019-02-25
2
-0
/
+1
|
/
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2019-02-25
12
-199
/
+364
|
\
|
*
ice: fix overlong string, update stats output
Jesse Brandeburg
2019-02-25
1
-40
/
+40
|
*
ice: Fix for FC get rx/tx pause params
Lukasz Czapnik
2019-02-25
1
-11
/
+26
|
*
ice: use absolute vector ID for VFs
Mitch Williams
2019-02-25
1
-2
/
+4
|
*
ice: check for a leaf node presence
Victor Raj
2019-02-25
2
-0
/
+24
|
*
ice: flush Tx pipe on disable queue timeout
Victor Raj
2019-02-25
1
-2
/
+19
|
*
ice: clear VF ARQLEN register on reset
Mitch Williams
2019-02-25
2
-0
/
+6
|
*
ice: don't spam VFs with link messages
Mitch Williams
2019-02-25
1
-1
/
+2
|
*
ice: only use the VF for ICE_VSI_VF in ice_vsi_release
Brett Creeley
2019-02-25
1
-2
/
+4
|
*
ice: fix numeric overflow warning
Bruce Allan
2019-02-25
2
-4
/
+5
|
*
ice: fix issue where host reboots on unload when iommu=on
Brett Creeley
2019-02-25
1
-17
/
+54
|
*
ice: fix ice_remove_rule_internal vsi_list handling
Jacob Keller
2019-02-25
1
-2
/
+13
|
*
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
2019-02-25
3
-67
/
+117
|
*
ice: sizeof(<type>) should be avoided
Bruce Allan
2019-02-25
6
-45
/
+38
|
*
ice: Fix added in VSI supported nodes calc
Victor Raj
2019-02-25
1
-2
/
+7
|
*
ice: Fix the calculation of ICE_MAX_MTU
Maciej Fijalkowski
2019-02-25
1
-1
/
+1
|
*
ice: Mark extack argument as __always_unused
Bruce Allan
2019-02-25
1
-4
/
+5
*
|
net: sched: don't release block->lock when dumping chains
Vlad Buslov
2019-02-25
1
-9
/
+7
*
|
net: sched: set dedicated tcf_walker flag when tp is empty
Vlad Buslov
2019-02-25
2
-4
/
+10
*
|
net: dsa: mv88e6xxx: Fix phylink_validate for Topaz family
Marek BehĂșn
2019-02-25
1
-2
/
+16
*
|
net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390X
Marek BehĂșn
2019-02-25
1
-0
/
+2
*
|
tcp: clean up SOCK_DEBUG()
Yafang Shao
2019-02-25
2
-20
/
+1
*
|
tcp: remove unused parameter of tcp_sacktag_bsearch()
Taehee Yoo
2019-02-25
1
-10
/
+6
*
|
switchdev: Complete removal of switchdev_port_attr_get()
Florian Fainelli
2019-02-25
2
-46
/
+0
*
|
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
2019-02-25
16
-32
/
+23
*
|
net: phy: fix reading fixed phy status
Heiner Kallweit
2019-02-25
1
-0
/
+3
*
|
net: phy: improve auto-neg emulation in swphy
Heiner Kallweit
2019-02-25
1
-9
/
+1
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2019-02-25
27
-218
/
+661
|
\
\
|
|
/
|
/
|
|
*
Bluetooth: mediatek: update the common setup between MT7622 and other devices
Sean Wang
2019-02-18
1
-14
/
+190
|
*
Bluetooth: mediatek: pass a pointer to mtk_hci_wmt_sync
Sean Wang
2019-02-18
1
-15
/
+48
|
*
Bluetooth: mediatek: fix up an error path to restore bdev->tx_state
Sean Wang
2019-02-18
1
-0
/
+2
[next]