aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-08net: ipv6: Allow connect to linklocal address from socket bound to vrfDavid Ahern3-4/+22
2018-01-08sh_eth: remove sh_eth_plat_data::edmac_endianSergei Shtylyov7-12/+0
2018-01-08Merge branch 'hns3-next'David S. Miller9-130/+431
2018-01-08net: hns3: Add more packet size statiscticsJian Shen2-7/+56
2018-01-08net: hns3: remove redundant semicolonPeng Li1-1/+1
2018-01-08net: hns3: fix for not setting pause parametersFuyun Liang3-7/+98
2018-01-08net: hns3: add MTU initialization for hardwareFuyun Liang1-2/+20
2018-01-08net: hns3: fix for changing MTUFuyun Liang1-0/+2
2018-01-08net: hns3: fix for setting MTUFuyun Liang3-5/+16
2018-01-08net: hns3: fix for updating fc_mode_last_timeFuyun Liang1-9/+6
2018-01-08net: hns3: Fix a response data read error of tqp statistics queryJian Shen2-4/+4
2018-01-08net: hns3: Add packet statistics of netdevJian Shen1-1/+79
2018-01-08net: hns3: Remove a useless member of struct hns3_statsJian Shen1-3/+1
2018-01-08net: hns3: Fix an error macro definition of HNS3_TQP_STATJian Shen1-1/+2
2018-01-08net: hns3: Fix a loop index error of tqp statistics queryJian Shen1-5/+5
2018-01-08net: hns3: Fix an error of total drop packet statisticsJian Shen1-2/+9
2018-01-08net: hns3: Mask the packet statistics query when NIC is downJian Shen1-0/+8
2018-01-08net: hns3: Modify the update period of packet statisticsJian Shen3-1/+17
2018-01-08net: hns3: Remove repeat statistic of rx_errorsJian Shen1-1/+0
2018-01-08net: hns3: Fix spelling errorsJian Shen2-9/+9
2018-01-08net: hns3: Unify the strings display of packet statisticsJian Shen4-66/+69
2018-01-08net: hns3: Disable VFs change rxvlan offload statusJian Shen1-2/+3
2018-01-08net: hns3: Add ethtool interface for vlan filterJian Shen3-3/+25
2018-01-08Merge branch 'net-qualcomm-rmnet-Enable-csum-offloads'David S. Miller8-25/+378
2018-01-08net: qualcomm: rmnet: Add support for GSOSubash Abhinov Kasiviswanathan1-0/+1
2018-01-08net: qualcomm: rmnet: Add support for TX checksum offloadSubash Abhinov Kasiviswanathan4-0/+131
2018-01-08net: qualcomm: rmnet: Handle command packets with checksum trailerSubash Abhinov Kasiviswanathan1-2/+15
2018-01-08net: qualcomm: rmnet: Add support for RX checksum offloadSubash Abhinov Kasiviswanathan4-6/+201
2018-01-08net: qualcomm: rmnet: Define the MAPv4 packet formatsSubash Abhinov Kasiviswanathan2-0/+18
2018-01-08net: qualcomm: rmnet: Set pacing shiftSubash Abhinov Kasiviswanathan1-0/+3
2018-01-08net: qualcomm: rmnet: Rename ingress data format to data formatSubash Abhinov Kasiviswanathan3-9/+8
2018-01-08net: qualcomm: rmnet: Remove unused function declarationSubash Abhinov Kasiviswanathan1-1/+0
2018-01-08net: qualcomm: rmnet: Remove invalid condition while stamping mux idSubash Abhinov Kasiviswanathan1-4/+1
2018-01-08net: qualcomm: rmnet: Remove redundant check when stamping map headerSubash Abhinov Kasiviswanathan1-3/+0
2018-01-07Merge branch 'ipv6-ipv4-nexthop-align'David S. Miller7-42/+618
2018-01-07selftests: fib_tests: Add test cases for netdev carrier changeIdo Schimmel1-0/+142
2018-01-07selftests: fib_tests: Add test cases for netdev downIdo Schimmel1-0/+141
2018-01-07selftests: fib_tests: Add test cases for IPv4/IPv6 FIBIdo Schimmel2-0/+147
2018-01-07ipv6: Flush multipath routes when all siblings are deadIdo Schimmel1-8/+75
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel2-4/+3
2018-01-07ipv6: Export sernum update functionIdo Schimmel2-3/+9
2018-01-07ipv6: Teach tree walker to skip multipath routesIdo Schimmel1-2/+9
2018-01-07ipv6: Add explicit flush indication to routesIdo Schimmel1-1/+2
2018-01-07ipv6: Report dead flag during route dumpIdo Schimmel1-0/+3
2018-01-07ipv6: Ignore dead routes during lookupIdo Schimmel1-4/+14
2018-01-07ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel1-1/+1
2018-01-07ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel1-4/+3
2018-01-07ipv6: Set nexthop flags during route creationIdo Schimmel1-0/+3
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel3-6/+20
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel3-19/+24