summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/smc: add smcd support to the pnet tableHans Wippel2019-02-212-7/+81
* net/smc: rework pnet tableHans Wippel2019-02-214-194/+249
* s390/net: convert pnetids to asciiHans Wippel2019-02-211-0/+3
* net/smc: cleanup for smcr_tx_sndbuf_nonemptyUrsula Braun2019-02-211-3/+2
* cxgb4: Mask out interrupts that are not enabled.Vishal Kulkarni2019-02-211-2/+8
* Merge branch 'net-phy-disable-aneg-in-genphy_c45_pma_setup_forced'David S. Miller2019-02-212-8/+7
|\
| * net: phy: marvell10g: improve mv3310_config_anegHeiner Kallweit2019-02-211-7/+2
| * net: phy: disable aneg in genphy_c45_pma_setup_forcedHeiner Kallweit2019-02-211-1/+5
|/
* Merge tag 'mlx5-updates-2019-02-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-2110-149/+273
|\
| * net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang2019-02-191-1/+2
| * net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang2019-02-191-1/+1
| * net/mlx5e: Remove unused variable ‘esw’Saeed Mahameed2019-02-191-1/+0
| * net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky2019-02-191-2/+0
| * net/mlx5e: Add missing static function annotationLeon Romanovsky2019-02-191-1/+1
| * net/mlx5e: Remove 'parse_attr' argument in mlx5e_tc_add_fdb_flow()Tonghao Zhang2019-02-191-3/+3
| * net/mlx5e: Introduce mlx5e_flow_esw_attr_init() helperTonghao Zhang2019-02-191-12/+29
| * net/mlx5e: Remove wrong and superfluous tc pedit header type checkVlad Buslov2019-02-191-3/+0
| * net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan2019-02-195-62/+39
| * net/mlx5: ethtool, Add ethtool support for 50Gbps per lane link modesAya Levin2019-02-191-62/+181
| * ethtool: Added support for 50Gbps per lane link modesAya Levin2019-02-191-1/+17
* | net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-211-13/+24
* | net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-211-7/+11
* | gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-202-4/+40
* | selftest/tls: Add test to verify received 'type' of non-data recordVakul Garg2019-02-201-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-20142-735/+1175
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-2041-244/+355
| |\ \
| | * | sky2: Increase D3 delay againKai-Heng Feng2019-02-191-1/+1
| | * | vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-191-1/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-02-192-1/+5
| | |\ \
| | | * | ipvs: fix warning on unused variableAndrea Claudi2019-02-161-1/+2
| | | * | netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-02-151-0/+3
| | * | | net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-191-1/+1
| | * | | net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-191-0/+3
| | * | | Merge tag 'wireless-drivers-for-davem-2019-02-18' of git://git.kernel.org/pub...David S. Miller2019-02-191-17/+29
| | |\ \ \
| | | * | | mt76x0u: fix suspend/resumeStanislaw Gruszka2019-02-071-17/+29
| | * | | | net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-191-10/+12
| | * | | | Merge branch 'qed-iWARP'David S. Miller2019-02-192-7/+15
| | |\ \ \ \
| | | * | | | qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-191-0/+9
| | | * | | | qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-192-7/+6
| | |/ / / /
| | * | | | r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen2019-02-191-2/+3
| | * | | | mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun2019-02-191-1/+1
| | * | | | net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King2019-02-181-1/+1
| | * | | | net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-02-181-1/+3
| | * | | | Merge branch 'netdev-page_frag_alloc-fixes'David S. Miller2019-02-182-4/+8
| | |\ \ \ \
| | | * | | | net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-181-0/+4
| | | * | | | mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2019-02-181-4/+4
| | |/ / / /
| | * | | | Merge branch 'tcp-fix-possible-crash-in-tcp_v4_err'David S. Miller2019-02-182-2/+5
| | |\ \ \ \
| | | * | | | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-181-1/+4
| | | * | | | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-181-1/+1
| | |/ / / /
| | * | | | net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-02-181-1/+6