summaryrefslogtreecommitdiffstats
path: root/net/ipv4/metrics.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal4-70/+59
2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal2-19/+18
2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal4-1/+4
2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal3-22/+14
2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal8-49/+45
2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal4-42/+46
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca8-13/+252
2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca12-37/+395
2020-04-27xfrm interface: don't take extra reference to netdevNicolas Dichtel1-2/+0
2020-04-21net: ipv4: remove redundant assignment to variable rcColin Ian King1-1/+1
2020-04-21net: bcmgenet: Drop too many parentheses in bcmgenet_probe()Andy Shevchenko1-1/+1
2020-04-21net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()Andy Shevchenko1-9/+4
2020-04-21net: bcmgenet: Use devm_clk_get_optional() to get the clocksAndy Shevchenko1-7/+12
2020-04-21net: bcmgenet: Drop useless OF codeAndy Shevchenko1-13/+0
2020-04-21net: bcmgenet: Drop ACPI_PTR() to avoid compiler warningAndy Shevchenko1-1/+1
2020-04-21r8169: change wmb to smb_wmb in rtl8169_start_xmitHeiner Kallweit1-2/+2
2020-04-20net/mlx5: improve some commentsHu Haowen1-1/+1
2020-04-20net/mlx5: Read embedded cpu bit only onceParav Pandit1-2/+1
2020-04-20net/mlx5e: Handle errors from netif_set_real_num_{tx,rx}_queuesMaxim Mikityanskiy2-13/+48
2020-04-20net/mlx5e: Allow partial data mask for tunnel optionsRoi Dayan1-10/+22
2020-04-20net/mlx5e: Set of completion request bit should not clear other adjacent bitsTariq Toukan1-1/+1
2020-04-20net/mlx5: IPsec, Refactor SA handle creation and destructionRaed Salem5-48/+63
2020-04-20net/mlx5e: IPSec, Expose IPsec HW stat only for supporting HWRaed Salem4-86/+58
2020-04-20net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter listRaed Salem4-28/+37
2020-04-20net/mlx5e: en_accel, Add missing net/geneve.h includeRaed Salem1-0/+2
2020-04-20net/mlx5: Use the correct IPsec capability function for FPGA opsRaed Salem3-4/+18
2020-04-20qed: use true,false for bool variablesJason Yan1-2/+2
2020-04-20net: hns3: add trace event support for PF/VF mailboxYufeng Mo6-0/+190
2020-04-20net: hns3: add support for dumping MAC reg in debugfsYufeng Mo2-1/+114
2020-04-20net: hns3: add debug information for flow table when failedGuojia Liao1-11/+34
2020-04-20net: hns3: clean up some coding style issueHuazhong Tan2-8/+4
2020-04-20net: hns3: modify some unsuitable type declarationGuojia Liao1-3/+5
2020-04-20net: hns3: remove two unused structures in hclge_cmd.hGuojia Liao1-25/+0
2020-04-20net: hns3: remove useless proto_support field in struct hclge_fd_cfgGuojia Liao2-12/+6
2020-04-20net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()Huazhong Tan1-2/+0
2020-04-20net: hns3: split out hclge_get_fd_rule_info()Jian Shen1-144/+159
2020-04-20net: hns3: split out hclge_fd_check_ether_tuple()Jian Shen1-112/+173
2020-04-20net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn1-0/+2
2020-04-20net: Add testing sysfs attributeAndrew Lunn2-1/+27
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn5-3/+65
2020-04-20net: ethernet: fec: Allow the MDIO preamble to be disabledAndrew Lunn2-1/+14
2020-04-20net: ethernet: fec: Allow configuration of MDIO bus speedAndrew Lunn3-3/+15
2020-04-20net: ethernet: fec: Replace interrupt driven MDIO with polled IOAndrew Lunn2-36/+35
2020-04-20r8169: inline rtl8169_make_unusable_by_asicHeiner Kallweit1-7/+2
2020-04-20r8169: inline rtl8169_mark_as_last_descriptorHeiner Kallweit1-6/+2
2020-04-20net: qed: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-9/+8
2020-04-20net: sun: Remove unneeded cast from memory allocationAishwarya Ramakrishnan1-1/+1
2020-04-20net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-04-20selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery testsLourdes Pedrajas1-0/+122
2020-04-20net: phy: mscc: use mdiobus_get_phy()Michael Walle1-4/+3