summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov1-0/+1
2018-09-28Merge branch 'hns3-next'David S. Miller10-109/+157
2018-09-28net: hns3: Fix loss of coal configuration while doing resetHuazhong Tan2-37/+36
2018-09-28net: hns3: Modify hns3_get_max_available_channelsHuazhong Tan4-17/+13
2018-09-28net: hns3: Change return type of hclge_tm_schd_info_update()Huazhong Tan3-4/+15
2018-09-28net: hns3: Fix for netdev not up problem when setting mtuYunsheng Lin1-5/+3
2018-09-28net: hns3: Fix for packet buffer setting bugYunsheng Lin1-6/+8
2018-09-28net: hns3: Add serdes parallel inner loopback supportFuyun Liang4-20/+57
2018-09-28net: hns3: Rename mac loopback to app loopbackFuyun Liang3-13/+13
2018-09-28net: hns3: Rename loop modeFuyun Liang3-15/+15
2018-09-28net: hns3: Set extra mac address of pause param for HWFuyun Liang2-0/+5
2018-09-28net: hns3: Add support for sctp checksum offloadPeng Li1-4/+4
2018-09-28net: dsa: b53: Fix build with B53_SRAB enabled and B53_SERDES=mArnd Bergmann1-0/+1
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-09-28phy: mscc: fix printf formatArnd Bergmann1-1/+1
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann1-1/+0
2018-09-28net: aquantia: Make function aq_fw1x_set_power() staticWei Yongjun1-2/+2
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-28qed: Remove set but not used variable 'p_archipelago'YueHaibing1-4/+0
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2018-09-28Merge branch 'netlink-nested-policy-validation'David S. Miller2-51/+125
2018-09-28netlink: add nested array policy validationJohannes Berg2-1/+62
2018-09-28netlink: allow NLA_NESTED to specify nested policy to validateJohannes Berg2-2/+25
2018-09-28netlink: move extack setting into validate_nla()Johannes Berg1-32/+36
2018-09-28netlink: make validation_data constJohannes Berg2-4/+3
2018-09-28netlink: remove NLA_NESTED_COMPATJohannes Berg2-13/+0
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski11-15/+14
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski12-18/+14
2018-09-26net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier1-4/+23
2018-09-26Merge branch 'net-vhost-improve-performance-when-enable-busyloop'David S. Miller2-79/+92
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang1-21/+14
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang1-40/+70
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang1-3/+3
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang1-17/+7
2018-09-26tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao1-2/+5
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing2-5/+6
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing3-3/+6
2018-09-26net: liquidio: list usage cleanupzhong jiang1-2/+1
2018-09-26net: qed: list usage cleanupzhong jiang3-13/+9
2018-09-26Merge branch 'net-bridge-convert-bool-options-to-bits'David S. Miller12-116/+151
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov1-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov3-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov4-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov4-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov5-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov4-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov4-18/+19
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov5-18/+49