aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Merge branch 'pernet-convert-part6'David S. Miller3-0/+4
2018-03-13net: Convert rds_tcp_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert tipc_net_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_ctrlsock_opsKirill Tkhai1-0/+1
2018-03-13net: Convert sctp_defaults_opsKirill Tkhai1-0/+1
2018-03-13sctp: fix error return code in sctp_sendmsg_new_asoc()Wei Yongjun1-3/+7
2018-03-13ibmvnic: Fix recent errata commitThomas Falcon1-1/+3
2018-03-13Merge branch 'ibmvnic-Fix-VLAN-and-other-device-errata'David S. Miller1-4/+45
2018-03-13ibmvnic: Handle TSO backing device errataThomas Falcon1-0/+18
2018-03-13ibmvnic: Pad small packets to minimum MTU sizeThomas Falcon1-0/+20
2018-03-13ibmvnic: Account for VLAN header length in TX buffersThomas Falcon1-3/+3
2018-03-13ibmvnic: Account for VLAN tag in L2 Header descriptorThomas Falcon1-1/+4
2018-03-12tc-testing: updated gact tests with batch test casesRoman Mashak1-1/+72
2018-03-12tc-testing: add TC vlan action testsRoman Mashak1-0/+410
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit1-1/+1
2018-03-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-25/+46
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt1-1/+5
2018-03-12net: rds: drop VLA in rds_walk_conn_path_info()Salvatore Mesoraca1-1/+4
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca3-1/+5
2018-03-12ixgbevf: fix unused variable warningArnd Bergmann1-5/+5
2018-03-12ixgbe: Add receive length error counterTonghao Zhang1-0/+1
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson1-13/+0
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson1-1/+23
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson2-5/+12
2018-03-12mlxsw: spectrum_kvdl: Make some functions staticWei Yongjun1-3/+3
2018-03-12net: Make RX-FCS and HW GRO mutually exclusiveGal Pressman1-4/+11
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca1-3/+4
2018-03-12lan743x: make functions lan743x_csr_read and lan743x_csr_read staticColin Ian King1-2/+3
2018-03-12lan743x: remove some redundant variables and assignmentsColin Ian King1-12/+1
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King1-2/+0
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-12Merge branch 'mlxsw-Removing-dependency-of-mlxsw-on-GRE'David S. Miller4-39/+56
2018-03-12mlxsw: spectrum: Don't depend on ip_gre and ip6_grePetr Machata2-5/+11
2018-03-12mlxsw: spectrum: Move mlxsw_sp_span_gretap4_route()Petr Machata1-33/+33
2018-03-12net: ipv6: Introduce ip6_multipath_hash_policy()Petr Machata2-1/+12
2018-03-12cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2-23/+38
2018-03-12cxgb4: do not display 50Gbps as unsupported speedGanesh Goudar1-0/+3
2018-03-12liquidio: fix ndo_change_mtu to always return correct status to the callerVeerasenareddy Burru5-113/+141
2018-03-11Merge branch 'hns3-next'David S. Miller11-93/+205
2018-03-11net: hns3: add result checking for VF when modify unicast mac addressJian Shen3-2/+6
2018-03-11net: hns3: add existence checking before adding unicast mac addressJian Shen1-1/+16
2018-03-11net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()Jian Shen1-5/+5
2018-03-11net: hns3: fix error type definition of return valueJian Shen1-6/+6
2018-03-11net: hns3: fix for buffer overflow smatch warningYunsheng Lin3-42/+39
2018-03-11net: hns3: fix for loopback failure when vlan filter is enableYunsheng Lin1-0/+16
2018-03-11net: hns3: add support for querying pfc puase packets statisticPeng Li3-0/+73
2018-03-11net: hns3: fix rx path skb->truesize reporting bugPeng Li1-6/+4
2018-03-11net: hns3: unify the pause params setup functionFuyun Liang3-14/+13
2018-03-11net: hns3: fix for ipv6 address loss problem after setting channelsFuyun Liang1-2/+2
2018-03-11net: hns3: fix for netdev not running problem after calling net_stop and net_openFuyun Liang2-0/+6