aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala1-0/+93
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala3-18/+34
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck3-41/+49
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck4-22/+25
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck1-13/+9
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck3-4/+4
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck2-6/+16
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed5-256/+392
2017-03-24net/mlx5e: Generalize SQ create/modify/destroy functionsSaeed Mahameed1-42/+69
2017-03-24net/mlx5e: Proper names for SQ/RQ/CQ functionsSaeed Mahameed1-63/+63
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed4-47/+48
2017-03-24net/mlx5e: Optimize XDP frame xmitSaeed Mahameed3-42/+47
2017-03-24net/mlx5e: Poll XDP TX CQ before RX CQSaeed Mahameed1-3/+3
2017-03-24net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed4-15/+21
2017-03-24net/mlx5e: Move mlx5e_rq struct declarationSaeed Mahameed1-108/+105
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed4-84/+86
2017-03-24net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed4-15/+13
2017-03-24net/mlx5e: Xmit, no write combiningSaeed Mahameed4-63/+9
2017-03-24net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routineSaeed Mahameed1-1/+1
2017-03-24net: dsa: bcm_sf2: Add missing OF_MDIO dependencyFlorian Fainelli1-1/+1
2017-03-24ipv6: sr: use dst_cache in seg6_inputDavid Lebrun1-1/+26
2017-03-24ipv6: sr: expand skb head only if necessaryDavid Lebrun1-2/+2
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang2-6/+4
2017-03-24mlxsw: spectrum: Query cell size from firmwareIdo Schimmel4-83/+119
2017-03-24mlxsw: spectrum: Refactor port buffer configurationIdo Schimmel2-23/+37
2017-03-24mlxsw: spectrum_buffers: Query shared buffer size from firmwareIdo Schimmel1-4/+6
2017-03-24mlxsw: Query maximum number of ports from firmwareIdo Schimmel9-45/+125
2017-03-24mlxsw: spectrum_router: Query number of LPM trees from firmwareIdo Schimmel3-13/+41
2017-03-24net: mpls: Fix setting ttl_propagate for rt2David Ahern1-1/+1
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan1-1/+1
2017-03-24liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2-13/+33
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org12-14/+103
2017-03-24net: systemport: Simplify circular pointer arithmeticFlorian Fainelli1-5/+1
2017-03-24net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli1-0/+10
2017-03-24net: systemport: Track per TX ring statisticsFlorian Fainelli2-7/+63
2017-03-24net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli6-30/+76
2017-03-24net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli1-1/+1
2017-03-24of_mdio: Correct check against CONFIG_OFFlorian Fainelli1-2/+2
2017-03-24net: sched: choke: remove dead filter classify codeJiri Pirko1-51/+0
2017-03-24net: stmmac: add set_mac to the stmmac_opsLABBE Corentin5-9/+45
2017-03-24isdn: use setup_timerGeliang Tang30-114/+54
2017-03-24net: bridge: allow to add externally learned entries from user-spaceNikolay Aleksandrov1-0/+2
2017-03-24net: bridge: allow SW learn to take over HW fdb entriesNikolay Aleksandrov1-0/+3
2017-03-23mlxsw: Remove debugfs interfaceIdo Schimmel2-315/+0
2017-03-23i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4
2017-03-23i40e: document drivers use of ntuple filtersJacob Keller1-0/+72
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller4-0/+93
2017-03-23i40e: implement support for flexible word payloadJacob Keller4-12/+613
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller2-1/+118