summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Fix IPv6 packet descriptorsThomas Falcon2018-01-191-9/+11
* ibmvnic: Fix IP offload control bufferThomas Falcon2018-01-191-0/+4
* mlxsw: spectrum_router: Free LPM tree upon failureIdo Schimmel2018-01-191-6/+14
* Merge tag 'wireless-drivers-for-davem-2018-01-17' of git://git.kernel.org/pub...David S. Miller2018-01-181-6/+3
|\
| * brcmfmac: fix CLM load error for legacy chips when user helper is enabledWright Feng2018-01-161-6/+3
* | fm10k: mark PM functions as __maybe_unusedArnd Bergmann2018-01-181-7/+2
* | Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang2018-01-171-1/+1
* | Merge tag 'linux-can-fixes-for-4.15-20180116' of ssh://gitolite.kernel.org/pu...David S. Miller2018-01-171-10/+11
|\ \
| * | can: peak: fix potential bug in packet fragmentationStephane Grosjean2018-01-161-10/+11
* | | net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2018-01-172-3/+14
* | | r8152: disable RX aggregation on Dell TB16 dockKai-Heng Feng2018-01-171-0/+13
* | | tun: fix a memory leak for tfile->tx_arrayCong Wang2018-01-171-2/+13
* | | qed: Fix potential use-after-free in qed_spq_post()Roland Dreier2018-01-161-1/+7
* | | nfp: use the correct index for link speed tableJakub Kicinski2018-01-161-1/+1
* | | lan78xx: Fix failure in USB Full SpeedYuiko Oshino2018-01-161-0/+1
* | | Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-161-2/+15
|\ \ \
| * | | mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+5
| * | | mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler2018-01-151-2/+10
* | | | ibmvnic: Fix pending MAC address changesThomas Falcon2018-01-161-6/+7
| |/ / |/| |
* | | sh_eth: fix dumping ARSTRSergei Shtylyov2018-01-151-1/+1
* | | net: cs89x0: add MODULE_LICENSEArnd Bergmann2018-01-151-0/+4
* | | ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault2018-01-151-2/+3
|/ /
* | net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud2018-01-124-4/+8
* | net/mlx5: Update ptp_clock_event foreach PPS eventFeras Daoud2018-01-121-1/+5
* | net/mlx5e: Don't override netdev features field unless in error flowGal Pressman2018-01-121-18/+25
* | net/mlx5e: Check support before TC swap in ETS initTariq Toukan2018-01-121-3/+5
* | net/mlx5e: Add error print in ETS initTariq Toukan2018-01-121-2/+6
* | net/mlx5e: Keep updating ethtool statistics when the interface is downGal Pressman2018-01-121-2/+1
* | net/mlx5: Fix error handling in load oneMaor Gottlieb2018-01-121-3/+6
* | net/mlx5: Fix mlx5_get_uars_page to return error codeEran Ben Elisha2018-01-122-9/+8
* | net/mlx5: Fix memory leak in bad flow of mlx5_alloc_irq_vectorsAlaa Hleihel2018-01-121-5/+8
* | {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-113-17/+35
* | mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko2018-01-101-3/+4
* | mlxsw: pci: Wait after reset before accessing HWYuval Mintz2018-01-102-1/+7
* | nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
* | Merge tag 'wireless-drivers-for-davem-2018-01-09' of git://git.kernel.org/pub...David S. Miller2018-01-105-28/+30
|\|
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2018-01-052-13/+16
| |\
| | * wcn36xx: Fix dynamic power savingLoic Poulain2018-01-042-13/+16
| * | iwlwifi: pcie: fix DMA memory mapping / unmappingEmmanuel Grumbach2018-01-053-15/+14
* | | net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu2018-01-101-2/+1
* | | sh_eth: fix TXALCR1 offsetsSergei Shtylyov2018-01-081-2/+2
* | | mdio-sun4i: Fix a memory leakChristophe JAILLET2018-01-081-2/+4
* | | phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva2018-01-081-0/+2
* | | xen-netfront: enable device after manual module loadEduardo Otubo2018-01-081-0/+1
* | | bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru2018-01-081-1/+1
* | | bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa2018-01-081-1/+1
* | | sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-051-2/+2
* | | Merge tag 'linux-can-fixes-for-4.15-20180104' of git://git.kernel.org/pub/scm...David S. Miller2018-01-054-3/+4
|\ \ \
| * | | can: ems_usb: improve error reporting for error warning and error passiveMartin Lederhilger2018-01-041-0/+1
| * | | can: flex_can: Correct the checking for frame length in flexcan_start_xmit()Luu An Phu2018-01-041-1/+1