summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-27net: mpls: Delete route when all nexthops have been deletedDavid Ahern1-1/+8
2017-03-27net: mpls: Don't show nexthop if device has been deletedDavid Ahern1-3/+5
2017-03-26netvsc: Properly initialize the return valueK. Y. Srinivasan1-1/+1
2017-03-26netvsc: Fix a bug in sub-channel handlingK. Y. Srinivasan1-0/+5
2017-03-26gtp: support SGSN-side tunnelsJonas Bonn2-12/+37
2017-03-26gtp: rename SGSN netlink attributeJonas Bonn2-12/+13
2017-03-26Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files desc...Daniele Palmas1-0/+27
2017-03-26net: usb: qmi_wwan: add qmap mux protocol supportDaniele Palmas1-1/+316
2017-03-26mlxsw: spectrum_kvdl: Cosmetic kvdl allocator API changeArkadi Sharshevsky4-17/+15
2017-03-25net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala14-0/+37
2017-03-25epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala1-0/+93
2017-03-25net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala3-18/+34
2017-03-25net: Track start of busy loop instead of when it should endAlexander Duyck3-41/+49
2017-03-25net: Change return type of sk_busy_loop from bool to voidAlexander Duyck4-22/+25
2017-03-25net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck1-13/+9
2017-03-25tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck3-4/+4
2017-03-25net: Busy polling should ignore sender CPUsAlexander Duyck2-6/+16
2017-03-25net/mlx5e: Different SQ typesSaeed Mahameed5-256/+392
2017-03-25net/mlx5e: Generalize SQ create/modify/destroy functionsSaeed Mahameed1-42/+69
2017-03-25net/mlx5e: Proper names for SQ/RQ/CQ functionsSaeed Mahameed1-63/+63
2017-03-25net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed4-47/+48
2017-03-25net/mlx5e: Optimize XDP frame xmitSaeed Mahameed3-42/+47
2017-03-25net/mlx5e: Poll XDP TX CQ before RX CQSaeed Mahameed1-3/+3
2017-03-25net/mlx5e: Move XDP SQ instance into RQSaeed Mahameed4-15/+21
2017-03-25net/mlx5e: Move mlx5e_rq struct declarationSaeed Mahameed1-108/+105
2017-03-25net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed4-84/+86
2017-03-25net/mlx5e: Single bfreg (UAR) for all mlx5e SQs and netdevsSaeed Mahameed4-15/+13
2017-03-25net/mlx5e: Xmit, no write combiningSaeed Mahameed4-63/+9
2017-03-25net/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