aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet6-17/+26
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet1-1/+1
2018-09-21Merge branch 'hns3-next'David S. Miller9-107/+120
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VFFuyun Liang1-27/+39
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li3-0/+13
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen5-6/+20
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen3-9/+9
2018-09-21net: hns3: Unify the type convert for desc.dataJian Shen2-5/+5
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-09-21dt-bindings: net: ravb: Add support for r8a7744 SoCBiju Das1-0/+1
2018-09-21ravb: Disable Pause AdvertisementAndrew Lunn1-1/+3
2018-09-21Merge branch 'net-if_arp-use-define-instead-of-hard-coded-value'David S. Miller1-9/+9
2018-09-21net: if_arp: use define instead of hard-coded valueHåkon Bugge1-1/+1
2018-09-21net: if_arp: Fix incorrect indentsHåkon Bugge1-9/+9
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg3-188/+522
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2018-09-21net: micrel: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2-2/+84
2018-09-21net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2018-09-21net: fddi: skfp: Remove unused functionNathan Chancellor3-15/+0
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor1-2/+2
2018-09-21net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit1-2/+6
2018-09-21DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat1-10/+8
2018-09-21Merge branch 'bnx2x-enhancements'David S. Miller4-2/+93
2018-09-21bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh1-0/+1
2018-09-21bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh4-2/+82
2018-09-21mISDN: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21vhost_net: add a missing error returnDan Carpenter1-0/+1
2018-09-21Merge branch 'kfree_skb-NULL'David S. Miller6-18/+9
2018-09-21ipv6: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-21ipv4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: tap: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2018-09-21net: neterion: remove redundant continuezhong jiang1-3/+1
2018-09-21net: amd: remove redundant continuezhong jiang1-3/+1
2018-09-21net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2-3/+30
2018-09-20Merge branch 'net-wean-netfilter-from-fib_nh'David S. Miller4-54/+35
2018-09-20netfilter: nft_fib: Convert nft_fib4_eval to new dev helperDavid Ahern1-21/+6
2018-09-20netfilter: rpfilter: Convert rpfilter_lookup_reverse to new dev helperDavid Ahern1-16/+1
2018-09-20net/ipv4: Move device validation to helperDavid Ahern2-17/+28