summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-2833-83/+90
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-2840-152/+153
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-263-5/+5
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-265-5/+5
* drivers: net: xgene-v2: Fix error return code in xge_mdio_config()Wei Yongjun2017-04-251-0/+1
* qed: fix invalid use of sizeof in qed_alloc_qm_data()Wei Yongjun2017-04-251-1/+1
* net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk2017-04-251-4/+0Star
* qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish2017-04-258-4/+446
* qed/qede: Add UDP ports in bulletin boardChopra, Manish2017-04-258-1/+83
* qede: Configure UDP ports in local context.Chopra, Manish2017-04-253-36/+52
* qede: Disable tunnel offloads for non offloaded UDP portsChopra, Manish2017-04-251-6/+17
* qed/qede: Enable tunnel offloads based on hw configurationChopra, Manish2017-04-253-11/+46
* qed: refactor tunnelling - API/StructsChopra, Manish2017-04-257-197/+207
* Merge tag 'linux-can-next-for-4.12-20170425' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-2516-431/+3573
|\
| * can: ti_hecc: fix return value check in ti_hecc_probe()Wei Yongjun2017-04-251-6/+6
| * can: enable module auto loading for virtual CAN interfacesOliver Hartkopp2017-04-251-2/+5
| * can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp2017-04-253-0/+335
| * can: mcba_usb: Add support for Microchip CAN BUS AnalyzerRemigiusz Kołłątaj2017-04-253-0/+911
| * can: m_can: Enable TX FIFO Handling for M_CAN IP version >= v3.1.xMario Huettel2017-04-251-29/+159
| * can: m_can: Configuration for TX and TX event FIFOsMario Huettel2017-04-251-5/+34
| * can: m_can: Enable M_CAN version dependent initializationMario Huettel2017-04-251-71/+269
| * can: m_can: Updated register defines to newest versionMario Huettel2017-04-251-65/+125
| * can: m_can: Removed virtual address from printMario Huettel2017-04-251-2/+2
| * can: m_can: Removed initialization of FIFO water marksMario Huettel2017-04-251-2/+2
| * can: m_can: Disabled Interrupt Line 1Mario Huettel2017-04-251-1/+2
| * can: peak: add support for PEAK PCAN-PCIe FD CAN-FD boardsStephane Grosjean2017-04-257-0/+1718
| * can: peak: move header file to new can common subdirStephane Grosjean2017-04-252-244/+1Star
| * can: peak: fix usage of const qualifier in pointers argsStephane Grosjean2017-04-251-8/+8
| * can: peak: fix usage of usb specific data typeStephane Grosjean2017-04-252-14/+14
* | ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal2017-04-252-15/+70
* | virtio-net: keep tx interrupts disabled unless kickWillem de Bruijn2017-04-251-0/+3
* | virtio-net: clean tx descriptors from rx napiWillem de Bruijn2017-04-251-0/+21
* | virtio-net: move free_old_xmit_skbsWillem de Bruijn2017-04-251-30/+30
* | virtio-net: transmit napiWillem de Bruijn2017-04-251-9/+67
* | virtio-net: napi helper functionsWillem de Bruijn2017-04-251-30/+35
|/
* qlcnic: fix unchecked return valuePan Bian2017-04-241-0/+2
* wan: pc300too: abort path on failurePan Bian2017-04-241-0/+1
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-243-25/+58
* nfp: fix free list buffer size reportingJakub Kicinski2017-04-241-3/+4
* nfp: add NSP routine to get static informationDavid Brunecz2017-04-246-0/+129
* nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-242-33/+40
* nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski2017-04-241-18/+35
* Merge tag 'mlx5-updates-2017-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-04-247-33/+135
|\
| * mlx5: fix warning about missing prototypeStephen Hemminger2017-04-222-0/+2
| * mlx5: hide unused functionsStephen Hemminger2017-04-221-11/+13
| * net/mlx5: E-Switch, Add control for encapsulationRoi Dayan2017-04-224-2/+71
| * net/mlx5: E-Switch, Refactor fast path FDB table creation in switchdev modeOr Gerlitz2017-04-221-20/+49
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-241-1/+1
|\ \
| * | ieee802154: don't select COMMON_CLKArnd Bergmann2017-04-221-1/+1
| |/
* | net: netcp: fix spelling mistake: "memomry" -> "memory"Colin Ian King2017-04-241-2/+1Star