aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09net: aquantia: fix potential IOMMU fault after driver unbindDmitry Bogdanov4-0/+35
2018-11-09net: aquantia: synchronized flow control between mac/phyIgor Russkikh5-8/+50
2018-11-09can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()Oleksij Rempel1-2/+10
2018-11-09can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to can_rx_offload_queue_tail()Oleksij Rempel2-4/+5
2018-11-09can: flexcan: handle tx-complete CAN frames via rx-offload infrastructureOleksij Rempel1-1/+4
2018-11-09can: rx-offload: introduce can_rx_offload_get_echo_skb() and can_rx_offload_queue_sorted() functionsOleksij Rempel1-0/+46
2018-11-09can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skbMarc Kleine-Budde1-13/+14
2018-11-09can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of boundsMarc Kleine-Budde1-1/+5
2018-11-09can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame lengthMarc Kleine-Budde1-3/+6
2018-11-09can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb()Marc Kleine-Budde1-11/+25
2018-11-09can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct flexcan_priv::tx_mb_idxMarc Kleine-Budde1-15/+12
2018-11-09can: flexcan: Always use last mailbox for TXAlexander Stein1-34/+33
2018-11-09can: flexcan: Unlock the MB unconditionallyPankaj Bansal1-1/+6
2018-11-09can: hi311x: Use level-triggered interruptLukas Wunner1-1/+1
2018-11-09can: rcar_can: Fix erroneous registrationFabrizio Castro1-1/+4
2018-11-09can: ucan: remove duplicated include from ucan.cYueHaibing1-4/+0
2018-11-09can: ucan: remove set but not used variable 'udev'YueHaibing1-3/+0
2018-11-09can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()Jimmy Assarsson1-2/+2
2018-11-09can: kvaser_usb: Fix potential uninitialized variable useJimmy Assarsson1-5/+5
2018-11-08net: smsc95xx: Fix MTU rangeStefan Wahren1-0/+2
2018-11-08net: stmmac: Fix RX packet size > 8191Thor Thayer4-4/+5
2018-11-08qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
2018-11-08qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin8-15/+45
2018-11-08qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2-27/+33
2018-11-08qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin1-2/+14
2018-11-08net: hns3: bugfix for not checking return valueHuazhong Tan1-1/+2
2018-11-07qlcnic: remove assumption that vlan_tci != 0Michał Mirosław1-3/+5
2018-11-07ibmvnic: fix accelerated VLAN handlingMichał Mirosław1-1/+1
2018-11-07FDDI: defza: Make the driver version string constantMaciej W. Rozycki1-1/+1
2018-11-07FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki1-1/+2
2018-11-07FDDI: defza: Add missing comment closingMaciej W. Rozycki1-0/+1
2018-11-07FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2-2/+2
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller1-3/+3
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-11-07ice: Change req_speeds to be u16Chinh T Cao1-1/+1
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-5/+7
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley4-6/+40
2018-11-06ice: Fix napi delete calls for removeDave Ertman3-1/+3
2018-11-06ice: Fix typo in error messageAnirudh Venkataramanan1-1/+1
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan3-39/+6
2018-11-06ice: Free VSI contexts during for unloadVictor Raj3-0/+17
2018-11-06ice: Fix dead device link issue with flow controlAkeem G Abodunrin1-1/+6
2018-11-06ice: Check for reset in progress during removeAnirudh Venkataramanan2-0/+8
2018-11-06ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan1-1/+17
2018-11-06net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren1-2/+16
2018-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-35/+43
2018-11-05net: alx: make alx_drv_name staticRasmus Villemoes2-2/+1
2018-11-04bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2