summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-266-39/+14
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-251-2/+1
* Merge branch 'pie-next'David S. Miller2019-02-252-43/+66
|\
| * net: sched: pie: update referencesMohit P. Tahiliani2019-02-251-3/+1
| * net: sched: pie: add derandomization mechanismMohit P. Tahiliani2019-02-251-1/+27
| * net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani2019-02-252-34/+33
| * net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani2019-02-251-2/+2
| * net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani2019-02-251-1/+1
| * net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani2019-02-251-1/+1
| * net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani2019-02-251-1/+1
|/
* mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-251-4/+2
* Merge branch 'aquantia-hwmon'David S. Miller2019-02-254-0/+274
|\
| * net: phy: aquantia: add hwmon supportHeiner Kallweit2019-02-254-0/+273
| * net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2019-02-252-0/+1
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-02-2512-199/+364
|\
| * ice: fix overlong string, update stats outputJesse Brandeburg2019-02-251-40/+40
| * ice: Fix for FC get rx/tx pause paramsLukasz Czapnik2019-02-251-11/+26
| * ice: use absolute vector ID for VFsMitch Williams2019-02-251-2/+4
| * ice: check for a leaf node presenceVictor Raj2019-02-252-0/+24
| * ice: flush Tx pipe on disable queue timeoutVictor Raj2019-02-251-2/+19
| * ice: clear VF ARQLEN register on resetMitch Williams2019-02-252-0/+6
| * ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
| * ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley2019-02-251-2/+4
| * ice: fix numeric overflow warningBruce Allan2019-02-252-4/+5
| * ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
| * ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-02-251-2/+13
| * ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-253-67/+117
| * ice: sizeof(<type>) should be avoidedBruce Allan2019-02-256-45/+38
| * ice: Fix added in VSI supported nodes calcVictor Raj2019-02-251-2/+7
| * ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski2019-02-251-1/+1
| * ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5
* | net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7
* | net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-252-4/+10
* | net: dsa: mv88e6xxx: Fix phylink_validate for Topaz familyMarek BehĂșn2019-02-251-2/+16
* | net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390XMarek BehĂșn2019-02-251-0/+2
* | tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-252-20/+1
* | tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* | switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-252-46/+0
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-2516-32/+23
* | net: phy: fix reading fixed phy statusHeiner Kallweit2019-02-251-0/+3
* | net: phy: improve auto-neg emulation in swphyHeiner Kallweit2019-02-251-9/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2527-218/+661
|\ \ | |/ |/|
| * Bluetooth: mediatek: update the common setup between MT7622 and other devicesSean Wang2019-02-181-14/+190
| * Bluetooth: mediatek: pass a pointer to mtk_hci_wmt_syncSean Wang2019-02-181-15/+48
| * Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-02-181-0/+2