summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: networking: convert vrf.txt to ReSTMauro Carvalho Chehab2020-05-014-419/+453
* docs: networking: convert udplite.txt to ReSTMauro Carvalho Chehab2020-05-012-81/+95
* docs: networking: convert tuntap.txt to ReSTMauro Carvalho Chehab2020-05-014-86/+119
* r8169: remove not needed parameter in rtl8169_set_magic_regHeiner Kallweit2020-05-011-2/+2
* hinic: Use kmemdup instead of kzalloc and memcpyZou Wei2020-04-301-6/+3
* hinic: make symbol 'dump_mox_reg' staticZheng Bin2020-04-301-1/+1
* net: phy: bcm54140: add second PHY IDMichael Walle2020-04-302-3/+10
* net: phy: bcm54140: apply the workaround on b0 chipsMichael Walle2020-04-301-3/+8
* net: phy: bcm54140: fix phy_id_maskMichael Walle2020-04-301-2/+2
* net: phy: bcm54140: use genphy_soft_reset()Michael Walle2020-04-301-0/+1
* net: phy: at803x: add downshift supportMichael Walle2020-04-301-0/+87
* r8169: configure PME_SIGNAL for RTL8125 tooHeiner Kallweit2020-04-301-1/+1
* r8169: improve max jumbo packet size definitionHeiner Kallweit2020-04-301-4/+4
* net: usb: ax88179_178a: Implement ethtool_ops set_eepromBjorn Andersson2020-04-301-0/+77
* dpaa2-eth: fix error return code in setup_dpni()Wei Yongjun2020-04-301-1/+3
* net: ll_temac: Fix return value check in temac_probe()Wei Yongjun2020-04-301-4/+4
* net: ethernet: fec: Revert "net: ethernet: fec: Replace interrupt driven MDIO...Fugang Duan2020-04-302-35/+36
* net: lpc-enet: fix error return code in lpc_mii_init()Wei Yongjun2020-04-301-1/+2
* ice: Fix error return code in ice_add_prof()Wei Yongjun2020-04-301-1/+3
* octeontx2-pf: Fix error return code in otx2_probe()Wei Yongjun2020-04-301-2/+6
* dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan2020-04-301-1/+1
* ptp_qoriq: output PPS signal on FIPER2 in defaultYangbo Lu2020-04-301-1/+1
* Merge branch 'netlink-validation-improvements-refactoring'David S. Miller2020-04-3012-173/+821
|\
| * netlink: add infrastructure to expose policies to userspaceJohannes Berg2020-04-306-1/+498
| * netlink: factor out policy range helpersJohannes Berg2020-04-302-21/+79
| * netlink: remove NLA_EXACT_LEN_WARNJohannes Berg2020-04-303-76/+36
| * netlink: allow NLA_MSECS to have range validationJohannes Berg2020-04-302-2/+6
| * netlink: extend policy range validationJohannes Berg2020-04-302-21/+137
| * nl80211: link recursive netlink nested policyJohannes Berg2020-04-303-10/+5
| * netlink: limit recursion depth in policy validationJohannes Berg2020-04-301-12/+34
| * netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-304-53/+49
|/
* Merge branch 'net-dsa-b53-ARL-improvements'David S. Miller2020-04-302-31/+58
|\
| * net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli2020-04-301-3/+3
| * net: dsa: b53: Bound check ARL searchesFlorian Fainelli2020-04-302-1/+6
| * net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli2020-04-302-0/+22
| * net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli2020-04-302-27/+27
|/
* Merge branch 'r8169-refactor-and-improve-interrupt-coalescing'David S. Miller2020-04-301-107/+82
|\
| * r8169: add check for invalid parameter combination in rtl_set_coalesceHeiner Kallweit2020-04-301-0/+5
| * r8169: improve rtl_set_coalesceHeiner Kallweit2020-04-301-40/+30
| * r8169: improve interrupt coalescing parameter handlingHeiner Kallweit2020-04-301-6/+6
| * r8169: improve rtl_coalesce_choose_scaleHeiner Kallweit2020-04-301-6/+7
| * r8169: improve rtl_get_coalesceHeiner Kallweit2020-04-301-26/+20
| * r8169: merge scale for tx and rx irq coalescingHeiner Kallweit2020-04-301-40/+25
| * r8169: don't pass net_device to irq coalescing sub-functionsHeiner Kallweit2020-04-301-6/+6
|/
* hsr: remove hsr interface if all slaves are removedTaehee Yoo2020-04-301-2/+20
* Merge branch 'tcp-sack-compression-changes'David S. Miller2020-04-308-15/+68
|\
| * tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-305-2/+20
| * tcp: tcp_sack_new_ofo_skb() should be more conservativeEric Dumazet2020-04-301-1/+11
| * tcp: add tp->dup_ack_counterEric Dumazet2020-04-304-13/+38
|/
* Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-04-3084-1573/+1379
|\