aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck3-18/+3
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck13-612/+2
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck2-10/+6
2017-03-27i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski1-8/+35
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck2-0/+2
2017-03-27i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck4-15/+48
2017-03-27ipv6: sr: select DST_CACHE by defaultDavid Lebrun2-18/+1
2017-03-27net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapterTobias Klauser1-1/+0
2017-03-27net: ibmveth: Remove unused stats member from struct ibmveth_adapterTobias Klauser1-1/+0
2017-03-27net: bfin_mac: Remove unused stats member from struct bfin_mac_localTobias Klauser1-7/+0
2017-03-27netvsc: fix dereference before null check errorsColin Ian King1-2/+4
2017-03-27net: tehuti: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+18
2017-03-27net: cris: eth_v10: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+20
2017-03-27Merge branch 'mpls-multipath-route-cleanups'David S. Miller1-4/+13
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-27net/mlx5e: Fail safe mtu and lro settingSaeed Mahameed3-32/+58
2017-03-27net/mlx5e: Fail safe tc setupSaeed Mahameed1-8/+12
2017-03-27net/mlx5e: Fail safe cqe compressing/moderation mode settingSaeed Mahameed4-34/+51
2017-03-27net/mlx5e: Fail safe ethtool settingsSaeed Mahameed1-47/+73
2017-03-27net/mlx5e: Introduce switch channelsSaeed Mahameed3-15/+51
2017-03-27net/mlx5e: Minimize mlx5e_{open/close}_lockedSaeed Mahameed2-24/+26
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerSaeed Mahameed4-125/+99
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed8-341/+328
2017-03-27net/mlx5e: Split open/close channels to stagesSaeed Mahameed4-77/+148
2017-03-27net/mlx5e: Refactor refresh TIRsSaeed Mahameed4-21/+16
2017-03-27net/mlx5e: Redirect RQT refactoringSaeed Mahameed3-78/+129
2017-03-27net/mlx5e: Introduce mlx5e_channelsSaeed Mahameed4-65/+71
2017-03-27net/mlx5e: Set netdev->rx_cpu_rmap on netdev creationSaeed Mahameed1-3/+5
2017-03-27net/mlx5e: Set SQ max rate on mlx5e_open_txqsq rather on open_channelSaeed Mahameed1-12/+10
2017-03-25Merge branch 'netvsc-next'David S. Miller2-1/+6
2017-03-25netvsc: Properly initialize the return valueK. Y. Srinivasan1-1/+1
2017-03-25netvsc: Fix a bug in sub-channel handlingK. Y. Srinivasan1-0/+5
2017-03-25Merge branch 'gtp-sgsn-side-tunnel'David S. Miller3-24/+50
2017-03-25gtp: support SGSN-side tunnelsJonas Bonn2-12/+37
2017-03-25gtp: rename SGSN netlink attributeJonas Bonn2-12/+13
2017-03-25Merge branch 'qmap-mux'David S. Miller2-1/+343
2017-03-25Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files desc...Daniele Palmas1-0/+27
2017-03-25net: usb: qmi_wwan: add qmap mux protocol supportDaniele Palmas1-1/+316
2017-03-25mlxsw: spectrum_kvdl: Cosmetic kvdl allocator API changeArkadi Sharshevsky4-17/+15
2017-03-24Merge branch 'epoll-busypoll'David S. Miller23-81/+244
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala14-0/+37
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