summaryrefslogtreecommitdiffstats
path: root/include/net/pie.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-26rds: transport module should be auto loaded when transport is setRao Shoaib2-10/+20
2020-06-26sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-26sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-26sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-26net: phy: mscc: improve vsc8514/8584_config_init consistencyAntoine Tenart1-4/+8
2020-06-26net: phy: mscc: remove useless page configuration in the config initAntoine Tenart1-7/+0
2020-06-26net: phy: mscc: restore the base page in vsc8514/8584_config_initAntoine Tenart1-0/+9
2020-06-26net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart2-18/+18
2020-06-26net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart1-1/+1
2020-06-26net: phy: mscc: ptp: fix a smatch errorAntoine Tenart1-0/+1
2020-06-26net: phy: mscc: fix a possible double unlockAntoine Tenart1-1/+1
2020-06-26net: phy: mscc: macsec: fix sparse warningsAntoine Tenart1-5/+7
2020-06-26ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-26wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-8/+2
2020-06-26vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner4-5/+12
2020-06-26tc-testing: avoid action cookies with odd length.Briana Oursler3-7/+7
2020-06-26bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-26tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-26net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-26net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-26net: phy: DP83822: Add setting the fixed internal delayDan Murphy1-10/+69
2020-06-26net: dp83869: Add RGMII internal delay configurationDan Murphy1-3/+50
2020-06-26dt-bindings: net: Add RGMII internal delay for DP83869Dan Murphy1-1/+15
2020-06-26net: phy: Add a helper to return the index for of the internal delayDan Murphy2-0/+103
2020-06-26dt-bindings: net: Add tx and rx internal delaysDan Murphy1-0/+12
2020-06-26dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-26dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-26dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-26dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
2020-06-26dpaa2-eth: trim debugfs FQ statsIoana Radulescu1-0/+4
2020-06-26net: phylink: only restart AN if the link mode is using in-band ANRussell King1-1/+2
2020-06-26net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-26net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-25net: phylink: add phylink_speed_(up|down) interfaceRussell King2-0/+50
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