summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-07net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bitGeert Uytterhoeven1-0/+1
2018-02-07xen-netfront: remove warning when unloading moduleEduardo Otubo1-0/+18
2018-02-07igb: Free IRQs when device is hotpluggedLyude Paul1-1/+1
2018-01-31vmxnet3: repair memory leakNeil Horman1-1/+1
2018-01-31pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault1-5/+6
2018-01-17e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2018-01-17Revert "can: kvaser_usb: free buf in error paths"Greg Kroah-Hartman1-2/+0
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet1-0/+6
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-2/+2
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov1-3/+22
2018-01-17can: gs_usb: fix return value of the "set_bittiming" callbackWolfgang Grandegger1-1/+1
2018-01-02net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan1-1/+2
2018-01-02tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2018-01-02net: qmi_wwan: add Sierra EM7565 1199:9091Sebastian Sjoholm1-0/+1
2018-01-02net: mvneta: clear interface link status on port disableYelena Krivosheev1-0/+4
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
2017-12-25igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-12-25net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2017-12-25irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov1-4/+4
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-12-25net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4Tony Lindgren1-0/+4
2017-12-25r8152: fix the list rx_done may be used without initializationhayeswang1-0/+1
2017-12-20ath9k: fix tx99 potential info leakMiaoqing Pan1-0/+5
2017-12-20macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck1-1/+1
2017-12-20ppp: Destroy the mutex when cleanupGao Feng1-0/+1
2017-12-20net: wimax/i2400m: fix NULL-deref at probeJohan Hovold1-0/+3
2017-12-20net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger1-0/+8
2017-12-20net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger1-4/+7
2017-12-20net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2-10/+60
2017-12-16bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2017-12-16spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten1-0/+1
2017-12-16can: usb_8dev: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-16can: esd_usb2: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-16can: ems_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-16can: kvaser_usb: cancel urb on -EPIPE and -EPROTOMartin Kelly1-0/+2
2017-12-16can: kvaser_usb: ratelimit errors if incomplete messages are receivedJimmy Assarsson1-3/+4
2017-12-16can: kvaser_usb: Fix comparison bug in kvaser_usb_read_bulk_callback()Jimmy Assarsson1-1/+1
2017-12-16can: kvaser_usb: free buf in error pathsJimmy Assarsson1-0/+2
2017-12-09net: fec: fix multicast filtering hardware setupRui Sousa1-14/+9
2017-12-09net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich1-1/+1
2017-11-30net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner1-3/+6
2017-11-30net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner1-8/+8
2017-11-30e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-11-30e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-11-30e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-11-30USB: fix buffer overflows with parsing CDC headersOliver Neukum1-1/+8
2017-11-30ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1