summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao2018-12-181-0/+4
* net: phy: remove unused code in phy_probeHeiner Kallweit2018-12-181-2/+0
* Merge tag 'mlx5-uplink-rep-2018-12-15' of git://git.kernel.org/pub/scm/linux/...David S. Miller2018-12-1811-295/+501
|\
| * net/mlx5e: Add some ethtool port control entries to the uplink rep netdevOr Gerlitz2018-12-171-2/+73
| * net/mlx5e: Expose ethtool pause and link functions to mlx5e callersOr Gerlitz2018-12-172-20/+56
| * net/mlx5e: Add sriov and udp tunnel ndo support for the uplink repOr Gerlitz2018-12-173-14/+31
| * net/mlx5e: Handle port mtu/link, dcb and lag for uplink repsOr Gerlitz2018-12-173-20/+102
| * net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz2018-12-174-21/+42
| * net/mlx5e: Remove leftover code from the PF netdev being uplink repOr Gerlitz2018-12-173-119/+9
| * net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz2018-12-178-121/+212
| * net/mlx5e: Use single argument for the esw representor build params helperOr Gerlitz2018-12-171-8/+9
| * net/mlx5: E-Switch, Remove redundant reloading of the IB interfaceOr Gerlitz2018-12-171-3/+0
* | net: bridge: remove unneeded variable 'err'YueHaibing2018-12-182-5/+2
* | qlcnic: remove set but not used variables 'op, cmd_op'YueHaibing2018-12-181-5/+1
* | test_rhashtable: remove semaphore usageArnd Bergmann2018-12-181-13/+19
* | net: phy: print stack trace in phy_errorHeiner Kallweit2018-12-181-0/+2
* | net: phy: improve phy state checkingHeiner Kallweit2018-12-182-14/+44
* | net: fec: remove workaround to restart phylib state machine on MDIO timeoutHeiner Kallweit2018-12-182-13/+0
* | bonding: fix indentation issues, remove extra spacesColin Ian King2018-12-181-2/+2
* | Merge branch 'hns3-next'David S. Miller2018-12-187-59/+88
|\ \
| * | net: hns3: fix a SSU buffer checking bugYunsheng Lin2018-12-181-2/+3
| * | net: hns3: aligning buffer size in SSU to 256 bytesYunsheng Lin2018-12-181-17/+26
| * | net: hns3: getting tx and dv buffer size through firmwareYunsheng Lin2018-12-183-11/+38
| * | net: hns3: synchronize speed and duplex from phy when phy link upPeng Li2018-12-181-0/+4
| * | net: hns3: remove 1000M/half support of phyFuyun Liang2018-12-181-1/+1
| * | net: hns3: update coalesce param per secondPeng Li2018-12-182-9/+3
| * | net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vect...Huazhong Tan2018-12-181-6/+6
| * | net: hns3: remove unnecessary configuration recapture while resettingHuazhong Tan2018-12-181-13/+0
| * | net: hns3: update some variables while hclge_reset()/hclgevf_reset() doneHuazhong Tan2018-12-182-1/+7
| * | net: hns3: fix napi_disable not return problemHuazhong Tan2018-12-181-2/+2
| * | net: hns3: uninitialize pci in the hclgevf_uninitHuazhong Tan2018-12-181-1/+1
| * | net: hns3: fix error handling int the hns3_get_vector_ring_chainHuazhong Tan2018-12-181-2/+3
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-187-135/+1428
|\ \
| * | xfrm: clean an indentation issue, remove a spaceColin Ian King2018-12-101-1/+1
| * | xfrm: policy: fix policy hash rebuildFlorian Westphal2018-11-281-4/+5
| * | xfrm6: remove BUG_ON from xfrm6_dst_ifdownLi RongQing2018-11-221-1/+0
| * | xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-152-7/+36
| * | xfrm: policy: add missing indentationColin Ian King2018-11-151-1/+1
| * | af_key: fix indentation on declaration statementColin Ian King2018-11-151-1/+1
| * | xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal2018-11-091-10/+108
| * | xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal2018-11-091-4/+42
| * | xfrm: policy: check reinserted policies match their nodeFlorian Westphal2018-11-091-0/+32
| * | xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-092-6/+328
| * | xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-092-54/+248
| * | xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal2018-11-091-9/+16
| * | xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-093-18/+335
| * | xfrm: policy: return NULL when inexact search neededFlorian Westphal2018-11-091-2/+11
| * | xfrm: policy: split list insertion into a helperFlorian Westphal2018-11-091-16/+27
| * | xfrm: security: iterate all, not inexact listsFlorian Westphal2018-11-091-67/+26
| * | selftests: add xfrm policy test scriptFlorian Westphal2018-11-092-1/+278