summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann2017-02-061-2/+2
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-0612-30/+27
* net/mlx4_en: fix a conditionDan Carpenter2017-02-061-1/+1
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* mlxsw: spectrum_router: Fix typo in commentIdo Schimmel2017-02-061-1/+1
* mlxsw: spectrum_router: Don't read 'nud_state' without lockIdo Schimmel2017-02-061-1/+1
* mlxsw: spectrum_router: Remove redundant checkIdo Schimmel2017-02-061-8/+4
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-062-4/+0
* mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel2017-02-063-134/+135
* mlxsw: spectrum_router: Remove unused variableIdo Schimmel2017-02-061-2/+0
* mlxsw: spectrum_router: Use ordered workqueue for neigh updatesIdo Schimmel2017-02-061-4/+4
* mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel2017-02-063-8/+8
* Merge tag 'linux-can-next-for-4.11-20170206' of git://git.kernel.org/pub/scm/...David S. Miller2017-02-063-177/+534
|\
| * can: flexcan: switch imx6 and vf610 to timestamp based offloadingMarc Kleine-Budde2017-02-061-2/+3
| * can: flexcan: add support for timestamp based rx-offloadMarc Kleine-Budde2017-02-061-29/+129
| * can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRSMarc Kleine-Budde2017-02-061-3/+11
| * can: flexcan: activate individual RX masking and initialize reg_rximrMarc Kleine-Budde2017-02-061-1/+7
| * can: flexcan: make use of rx-offload's irq_offload_fifoMarc Kleine-Budde2017-02-061-112/+52
| * can: flexcan: make TX mailbox selectable during runtimeMarc Kleine-Budde2017-02-061-18/+24
| * can: flexcan: calculate default value for imask1 during runtimeMarc Kleine-Budde2017-02-061-6/+8
| * can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLEDMarc Kleine-Budde2017-02-061-5/+11
| * can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()Marc Kleine-Budde2017-02-061-14/+7
| * can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state...Marc Kleine-Budde2017-02-061-1/+1
| * can: flexcan: do_bus_err(): convert rx_,tx_errors into boolMarc Kleine-Budde2017-02-061-7/+7
| * can: flexcan: make declaration of devtype_data constMarc Kleine-Budde2017-02-061-4/+4
| * can: flexcan: remove write-only member pdata of struct flexcan_privMarc Kleine-Budde2017-02-061-2/+0
| * can: flexcan: add missing register definitionsMarc Kleine-Budde2017-02-061-3/+10
| * can: rx-offload: Add support for timestamp based irq offloadingMarc Kleine-Budde2017-02-061-2/+135
| * can: rx-offload: Add support for HW fifo based irq offloadingDavid Jander2017-02-062-1/+158
* | mlxsw: reg: Fix HTGT register lengthElad Raz2017-02-061-1/+1
* | net: mvneta: implement .set_wol and .get_wolJingju Hou2017-02-061-0/+21
|/
* aeroflex/greth: use napi_complete_done()Eric Dumazet2017-02-051-1/+1
* ibm/emac: use napi_complete_done()Eric Dumazet2017-02-051-9/+9
* qla3xxx: add GRO supportEric Dumazet2017-02-051-17/+14
* ks8695net: add GRO supportEric Dumazet2017-02-051-6/+5
* skge: use napi_complete_done()Eric Dumazet2017-02-051-5/+3
* ep93xx_eth: add GRO supportEric Dumazet2017-02-051-23/+6
* pcnet32: use napi_complete_done()Eric Dumazet2017-02-051-8/+3
* amd8111e: add GRO supportEric Dumazet2017-02-051-92/+72
* epic100: use napi_complete_done()Eric Dumazet2017-02-051-24/+7
* 8139cp: use napi_complete_done()Eric Dumazet2017-02-051-9/+2
* 8139too: use napi_complete_done()Eric Dumazet2017-02-051-6/+2
* virtio_net: exploit napi_complete_done() return valueEric Dumazet2017-02-041-5/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-0414-153/+129
|\
| * i40e: add interrupt rate limit verbosityAlan Brady2017-02-021-3/+10
| * i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-023-3/+16
| * i40e: remove unused functionMitch Williams2017-02-022-36/+0
| * i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2017-02-022-2/+0
| * i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2017-02-022-40/+54
| * i40e: remove unnecessary __packedTushar Dave2017-02-021-2/+2