summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier2018-01-171-3/+8
* Revert "can: kvaser_usb: free buf in error paths"Greg Kroah-Hartman2018-01-171-2/+0
* net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2018-01-171-0/+6
* sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-171-2/+2
* sh_eth: fix TSU resource handlingSergei Shtylyov2018-01-171-3/+22
* can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger2018-01-171-1/+1
* net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan2018-01-021-1/+2
* tg3: Fix rx hang on MTU change with 5717/5719Brian King2018-01-021-1/+3
* net: qmi_wwan: add Sierra EM7565 1199:9091Sebastian Sjoholm2018-01-021-0/+1
* net: mvneta: clear interface link status on port disableYelena Krivosheev2018-01-021-0/+4
* fm10k: ensure we process SM mbx when processing VF mbxJacob Keller2017-12-251-0/+3
* igb: check memory allocation failureChristophe JAILLET2017-12-251-0/+2
* net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-12-251-1/+1
* irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov2017-12-251-4/+4
* i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-12-251-4/+12
* net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4Tony Lindgren2017-12-251-0/+4
* r8152: fix the list rx_done may be used without initializationhayeswang2017-12-251-0/+1
* ath9k: fix tx99 potential info leakMiaoqing Pan2017-12-201-0/+5
* macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck2017-12-201-1/+1
* ppp: Destroy the mutex when cleanupGao Feng2017-12-201-0/+1
* net: wimax/i2400m: fix NULL-deref at probeJohan Hovold2017-12-201-0/+3
* net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger2017-12-201-0/+8
* net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger2017-12-201-4/+7
* net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2017-12-202-10/+60
* bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt2017-12-161-12/+11
* spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten2017-12-161-0/+1
* can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly2017-12-161-0/+2
* can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson2017-12-161-3/+4
* can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson2017-12-161-1/+1
* can: kvaser_usb: free buf in error pathsJimmy Assarsson2017-12-161-0/+2
* net: fec: fix multicast filtering hardware setupRui Sousa2017-12-091-14/+9
* net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich2017-12-091-1/+1
* net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner2017-11-301-3/+6
* net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner2017-11-301-8/+8
* e1000e: Separate signaling for link check/link upBenjamin Poirier2017-11-302-4/+9
* e1000e: Fix return value testBenjamin Poirier2017-11-301-1/+1
* e1000e: Fix error path in link detectionBenjamin Poirier2017-11-301-3/+4
* USB: fix buffer overflows with parsing CDC headersOliver Neukum2017-11-301-1/+8
* ixgbe: Fix skb list corruption on Power systemsBrian King2017-11-301-1/+1
* fm10k: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* i40evf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* igb: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* i40e: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-302-2/+2
* fealnx: Fix building error on MIPSHuacai Chen2017-11-241-3/+3
* ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov2017-11-211-9/+8