aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan2018-11-151-0/+3
| * bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan2018-11-151-1/+1
| * bnxt_en: Fix RSS context allocation.Michael Chan2018-11-151-1/+1
| * qed: Fix reading wrong value in loop conditionDenis Bolotin2018-11-131-0/+2
| * qed: Fix rdma_info structure allocationMichal Kalderon2018-11-133-25/+45
| * qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin2018-11-131-7/+7
| * qed: Fix PTT leak in qed_drain()Denis Bolotin2018-11-131-1/+1
| * Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-138-79/+156
| |\
| | * can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()Oleksij Rempel2018-11-091-2/+10
| | * can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_...Oleksij Rempel2018-11-092-4/+5
| | * can: flexcan: handle tx-complete CAN frames via rx-offload infrastructureOleksij Rempel2018-11-091-1/+4
| | * can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_q...Oleksij Rempel2018-11-091-0/+46
| | * can: dev: __can_get_echo_skb(): print error message, if trying to echo non ex...Marc Kleine-Budde2018-11-091-13/+14
| | * can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb ...Marc Kleine-Budde2018-11-091-1/+5
| | * can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to ac...Marc Kleine-Budde2018-11-091-3/+6
| | * can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde2018-11-091-11/+25
| | * can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan...Marc Kleine-Budde2018-11-091-15/+12
| | * can: flexcan: Always use last mailbox for TXAlexander Stein2018-11-091-34/+33
| | * can: flexcan: Unlock the MB unconditionallyPankaj Bansal2018-11-091-1/+6
| | * can: hi311x: Use level-triggered interruptLukas Wunner2018-11-091-1/+1
| | * can: rcar_can: Fix erroneous registrationFabrizio Castro2018-11-091-1/+4
| | * can: ucan: remove duplicated include from ucan.cYueHaibing2018-11-091-4/+0
| | * can: ucan: remove set but not used variable 'udev'YueHaibing2018-11-091-3/+0
| | * can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson2018-11-091-2/+2
| | * can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson2018-11-091-5/+5
| * | bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2018-11-122-0/+8
* | | mlxsw: spectrum: Expose discard counters via ethtoolShalom Toledo2018-11-182-0/+297
* | | tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet2018-11-181-8/+7
* | | net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl2018-11-181-1/+80
* | | net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl2018-11-181-0/+16
* | | net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl2018-11-181-2/+2
* | | net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl2018-11-181-3/+3
* | | net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl2018-11-181-15/+15
* | | tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com2018-11-181-40/+2
* | | net: bcmgenet: abort suspend on errorDoug Berger2018-11-172-0/+9
* | | net: bcmgenet: code movementDoug Berger2018-11-171-30/+30
* | | geneve: Initialize addr6 with memsetNathan Chancellor2018-11-171-1/+3
* | | net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin2018-11-172-11/+3
* | | net: hns3: Add mtu setting support for vfYunsheng Lin2018-11-175-4/+70
* | | net: hns3: Add vport alive state checking supportYunsheng Lin2018-11-178-2/+195
* | | net: hns3: Refactor mac mtu setting related functionsYunsheng Lin2018-11-173-33/+27
* | | net: hns3: Support two vlan header when setting mtuYunsheng Lin2018-11-173-4/+5
* | | net: fsl: Use device_type helpers to access the node typeRob Herring2018-11-171-1/+1
* | | net: aquantia: fix spelling mistake "specfield" -> "specified"Colin Ian King2018-11-171-1/+1
* | | net: aquantia: cleanup err handing in hw_atl_utils_fw_rpc_waitYueHaibing2018-11-171-4/+0
* | | cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath2018-11-171-11/+0
* | | tun: Adjust on-stack tun_page initialization.David S. Miller2018-11-171-1/+3
* | | tuntap: free XDP dropped packets in a batchJason Wang2018-11-171-3/+26
* | | usbnet: smsc95xx: check for csum being in last four bytesBen Dooks2018-11-161-1/+18
* | | usbnet: smsc95xx: fix memcpy for accessing rx-dataBen Dooks2018-11-161-5/+2