aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-28net: hns3: fix for HNS3_RXD_GRO_SIZE_M macroYunsheng Lin1-1/+1
2019-05-28net: hns3: fix compile warning without CONFIG_RFS_ACCELJian Shen1-2/+0
2019-05-28hinic: fix a bug in set rx modeXue Chaojing1-4/+0
2019-05-28Merge branch 'inet-frags-followup'David S. Miller4-23/+43
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet2-2/+21
2019-05-28inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2-2/+2
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet2-19/+20
2019-05-28selftests/net: ipv6 flowlabelWillem de Bruijn5-2/+453
2019-05-28enetc: Enable TC offloading with mqprioCamelia Groza5-1/+72
2019-05-28Merge branch 'stmmac-SPDX'David S. Miller2-14/+2
2019-05-28net: stmmac: dwmac-meson8b: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-05-28net: stmmac: dwmac-meson: update with SPDX Licence identifierNeil Armstrong1-7/+1
2019-05-28igc: Cleanup the redundant codeSasha Neftin1-20/+3
2019-05-28igc: Add flow control supportSasha Neftin2-0/+24
2019-05-28e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-05-28Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-05-28igc: Remove the obsolete workaroundSasha Neftin2-58/+3
2019-05-28igc: Clean up unused pointersSasha Neftin1-3/+0
2019-05-28igc: Fix double definitionsSasha Neftin1-3/+0
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-28igb: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang2-0/+2
2019-05-28fsl/fman: include IPSEC SPI in the Keygen extractionMadalin Bucur1-1/+2
2019-05-28net: mvpp2: cls: Check RSS table index validity when creating a contextMaxime Chevallier1-0/+3
2019-05-27enetc: fix le32/le16 degrading to integer warningsY.b. Lu1-7/+9
2019-05-26r8169: remove support for RTL_GIGA_MAC_VER_01Heiner Kallweit1-34/+9
2019-05-26r8169: improve RTL8168d PHY initializationHeiner Kallweit1-101/+52
2019-05-26Merge branch 'r8169-small-improvements'David S. Miller1-13/+10
2019-05-26r8169: change type of member mac_version in rtl8169_privateHeiner Kallweit1-2/+6
2019-05-26r8169: remove unneeded return statement in rtl_hw_init_8168gHeiner Kallweit1-2/+1
2019-05-26r8169: remove rtl_hw_init_8168epHeiner Kallweit1-9/+3
2019-05-26cxgb4: Make t4_get_tp_e2c_map staticYueHaibing1-1/+1
2019-05-26selftest: Fixes for icmp_redirect testDavid Ahern1-8/+38
2019-05-26ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-26net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit1-12/+8
2019-05-26Merge branch 'inet-frags-avoid-possible-races-at-netns-dismantle'David S. Miller11-167/+181
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet2-12/+41
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet11-63/+78
2019-05-26net: add a net pointer to struct fqdirEric Dumazet5-24/+17
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet5-9/+6
2019-05-26ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet1-11/+6
2019-05-26netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_tableEric Dumazet1-12/+7
2019-05-26ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet1-10/+5
2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-26net: rename struct fqdir fieldsEric Dumazet9-92/+92
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet6-11/+11
2019-05-26inet: rename netns_frags to fqdirEric Dumazet9-60/+61
2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut3-0/+430
2019-05-26Merge branch 'net-hns3-add-aRFS-feature-and-fix-FEC-bugs-for-HNS3-driver'David S. Miller4-60/+404
2019-05-26net: hns3: fix for FEC configurationJian Shen1-0/+7