aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel6-56/+0
2017-02-06mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel3-134/+135
2017-02-06mlxsw: spectrum_router: Remove unused variableIdo Schimmel1-2/+0
2017-02-06mlxsw: spectrum_router: Use ordered workqueue for neigh updatesIdo Schimmel1-4/+4
2017-02-06mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel3-8/+8
2017-02-06Merge tag 'linux-can-next-for-4.11-20170206' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-177/+593
2017-02-06mlxsw: reg: Fix HTGT register lengthElad Raz1-1/+1
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou1-0/+21
2017-02-06can: flexcan: switch imx6 and vf610 to timestamp based offloadingMarc Kleine-Budde1-2/+3
2017-02-06can: flexcan: add support for timestamp based rx-offloadMarc Kleine-Budde1-29/+129
2017-02-06can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRSMarc Kleine-Budde1-3/+11
2017-02-06can: flexcan: activate individual RX masking and initialize reg_rximrMarc Kleine-Budde1-1/+7
2017-02-06can: flexcan: make use of rx-offload's irq_offload_fifoMarc Kleine-Budde1-112/+52
2017-02-06can: flexcan: make TX mailbox selectable during runtimeMarc Kleine-Budde1-18/+24
2017-02-06can: flexcan: calculate default value for imask1 during runtimeMarc Kleine-Budde1-6/+8
2017-02-06can: flexcan: flexcan_irq(): don't unconditionally return IRQ_HANDLEDMarc Kleine-Budde1-5/+11
2017-02-06can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()Marc Kleine-Budde1-14/+7
2017-02-06can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state, tx_stateMarc Kleine-Budde1-1/+1
2017-02-06can: flexcan: do_bus_err(): convert rx_,tx_errors into boolMarc Kleine-Budde1-7/+7
2017-02-06can: flexcan: make declaration of devtype_data constMarc Kleine-Budde1-4/+4
2017-02-06can: flexcan: remove write-only member pdata of struct flexcan_privMarc Kleine-Budde1-2/+0
2017-02-06can: flexcan: add missing register definitionsMarc Kleine-Budde1-3/+10
2017-02-06can: rx-offload: Add support for timestamp based irq offloadingMarc Kleine-Budde2-3/+144
2017-02-06can: rx-offload: Add support for HW fifo based irq offloadingDavid Jander3-1/+209
2017-02-05Merge branch 'remove-__napi_complete_done'David S. Miller13-222/+127
2017-02-05net: remove __napi_complete()Eric Dumazet2-22/+3
2017-02-05aeroflex/greth: use napi_complete_done()Eric Dumazet1-1/+1
2017-02-05ibm/emac: use napi_complete_done()Eric Dumazet1-9/+9
2017-02-05qla3xxx: add GRO supportEric Dumazet1-17/+14
2017-02-05ks8695net: add GRO supportEric Dumazet1-6/+5
2017-02-05skge: use napi_complete_done()Eric Dumazet1-5/+3
2017-02-05ep93xx_eth: add GRO supportEric Dumazet1-23/+6
2017-02-05pcnet32: use napi_complete_done()Eric Dumazet1-8/+3
2017-02-05amd8111e: add GRO supportEric Dumazet1-92/+72
2017-02-05epic100: use napi_complete_done()Eric Dumazet1-24/+7
2017-02-058139cp: use napi_complete_done()Eric Dumazet1-9/+2
2017-02-058139too: use napi_complete_done()Eric Dumazet1-6/+2
2017-02-04Merge branch 'ipv6-Improve-user-experience-with-multipath-routes'David S. Miller4-25/+227
2017-02-04net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern1-1/+1
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2-1/+28
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern3-3/+54
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2-17/+105
2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2-3/+39
2017-02-04virtio_net: exploit napi_complete_done() return valueEric Dumazet1-5/+6
2017-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller14-153/+129
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet1-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet4-21/+0
2017-02-03enic: Remove local ndo_busy_poll() implementation.David S. Miller2-139/+5
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet3-215/+0
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet4-224/+5