aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-25bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action'David S. Miller1-160/+167
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-25Merge branch 'RGMII-Internal-delay-common-property'David S. Miller6-14/+249
2020-06-25net: phy: DP83822: Add setting the fixed internal delayDan Murphy1-10/+69
2020-06-25net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-25dt-bindings: net: Add RGMII internal delay for DP83869Dan Murphy1-1/+15
2020-06-25net: phy: Add a helper to return the index for of the internal delayDan Murphy2-0/+103
2020-06-25dt-bindings: net: Add tx and rx internal delaysDan Murphy1-0/+12
2020-06-25Merge branch 'dpaa2-eth-small-updates'David S. Miller4-6/+13
2020-06-25dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-25dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-25dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-25dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
2020-06-25dpaa2-eth: trim debugfs FQ statsIoana Radulescu1-0/+4
2020-06-25net: phylink: only restart AN if the link mode is using in-band ANRussell King1-1/+2
2020-06-25net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-25net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-25net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-25Merge tag 'mlx5-updates-2020-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-77/+50
2020-06-25Merge tag 'fsnotify_for_v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King2-0/+50
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller58-16/+344
2020-06-25net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()Saeed Mahameed2-7/+7
2020-06-25net/mlx5e: vxlan: Use RCU for vxlan table lookupSaeed Mahameed1-38/+27
2020-06-25net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACTVlad Buslov1-8/+8
2020-06-25net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.cAlaa Hleihel2-1/+1
2020-06-25net/mlx5e: Remove unused mlx5e_xsk_first_unused_channelMaxim Mikityanskiy2-15/+0
2020-06-25net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2020-06-25net/mlx5: FWTrace: Add missing spaceHu Haowen1-1/+1
2020-06-25net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-124/+197
2020-06-25ptp_pch: use generic power managementVaibhav Gupta1-34/+3
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-25net: phy: mscc: avoid skcipher API for single block AES encryptionArd Biesheuvel2-33/+10
2020-06-25Merge tag 's390-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-2/+5
2020-06-25Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds35-160/+347
2020-06-24net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu2-0/+2
2020-06-24net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu3-0/+12
2020-06-24Merge branch 'net-bcmgenet-use-hardware-padding-of-runt-frames'David S. Miller1-83/+5
2020-06-24net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-24net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-24net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0