aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sfc: add suffix to large constant in ptpBert Kenward2018-01-261-1/+1
* mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-4/+2
* i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-5/+3
* ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-4/+1
* bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-253-5/+4
* mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-252-8/+2
* cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-7/+1
* nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-252-7/+4
* netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-4/+1
* qed: code indent should use tabs where possibleRohit Visavalia2018-01-251-5/+5
* be2net: networking block comments don't use an empty /* lineRohit Visavalia2018-01-251-2/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-01-258-231/+318
|\
| * Bluetooth: btintel: Create common function for firmware downloadTedd Ho-Jeong An2018-01-254-154/+99
| * Bluetooth: btintel: Create common Intel Read Boot Params functionTedd Ho-Jeong An2018-01-244-84/+76
| * Bluetooth: btintel: Use boot parameter from firmware fileTedd Ho-Jeong An2018-01-242-4/+39
| * Bluetooth: btintel: Create common function for Intel ResetTedd Ho-Jeong An2018-01-244-16/+49
| * Bluetooth: hci_intel: Update firmware filename for Intel 9x60 and laterTedd Ho-Jeong An2018-01-241-7/+49
| * serdev: add method to set parityUlrich Hecht2018-01-232-0/+36
| * Bluetooth: hci_bcm: For serdev case close serdev on failure to set powerHans de Goede2018-01-221-1/+4
| * Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetoothJörg Krause2018-01-181-0/+1
* | cxgb4: fix possible deadlockGanesh Goudar2018-01-251-10/+10
* | sfc: support Medford2 frequency adjustment formatLaurence Evans2018-01-251-14/+31
* | sfc: support second + quarter ns time format for receive datapathEdward Cree2018-01-251-33/+106
* | sfc: support separate PTP and general timestampingLaurence Evans2018-01-251-15/+43
* | sfc: simplify RX datapath timestampingLaurence Evans2018-01-251-8/+5
* | sfc: only advertise TX timestamping if we have the license for itMartin Habets2018-01-252-1/+16
* | sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-256-13/+54
* | sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2018-01-252-2/+46
* | sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2018-01-252-0/+29
* | sfc: use main datapath for HW timestamps if availableMartin Habets2018-01-252-15/+42
* | sfc: add function to determine which TX timestamping method to useMartin Habets2018-01-252-0/+11
* | sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-255-9/+119
* | sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2018-01-252-30/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-248-30/+42
|\ \
| * | net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov2018-01-241-1/+1
| * | net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2018-01-242-0/+8
| * | vhost: do not try to access device IOTLB when not initializedJason Wang2018-01-241-0/+4
| * | vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-01-241-1/+1
| * | i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski2018-01-241-0/+2
| * | qed: Free reserved MR tidMichal Kalderon2018-01-241-11/+17
| * | qed: Remove reserveration of dpi for kernelMichal Kalderon2018-01-241-3/+0
| * | mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz2018-01-241-8/+2
| * | vmxnet3: repair memory leakNeil Horman2018-01-231-1/+1
| * | pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-231-5/+6
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-01-243-17/+43
|\ \ \
| * | | fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
| * | | fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
| * | | fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3
| * | | fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0
| * | | fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12