summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ieee802154/adf7242: check status of adf7242_read_regTom Rix2020-08-031-1/+3
* ieee802154: fix one possible memleak in ca8210_dev_com_initLiu Jian2020-07-211-0/+1
* tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-211-1/+1
* net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TXBixuan Cui2020-07-211-1/+1
* net: ag71xx: add missed clk_disable_unprepare in error path of probeHuang Guobin2020-07-211-1/+2
* net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-211-2/+14
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-07-211-0/+1
* crypto/chtls: correct net_device reference countVinay Kumar Yadav2020-07-211-1/+1
* crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav2020-07-211-3/+4
* Merge branch 'ionic-locking-and-filter-fixes'David S. Miller2020-07-215-40/+60
|\
| * ionic: use mutex to protect queue operationsShannon Nelson2020-07-213-25/+17
| * ionic: keep rss hash after fw updateShannon Nelson2020-07-211-3/+2
| * ionic: update filter id after replayShannon Nelson2020-07-211-0/+24
| * ionic: fix up filter locks and debug msgsShannon Nelson2020-07-212-10/+12
| * ionic: use offset for ethtool regs dataShannon Nelson2020-07-211-2/+5
|/
* net: hsr: check for return value of skb_put_padto()Murali Karicheri2020-07-211-6/+11
* Documentation: bareudp: update iproute2 sample commandsGuillaume Nault2020-07-211-6/+13
* mlxsw: destroy workqueue when trap_register in mlxsw_emad_initLiu Jian2020-07-211-1/+2
* dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-211-1/+1
* Merge branch 'smc-fixes'David S. Miller2020-07-212-3/+7
|\
| * net/smc: fix dmb buffer shortageKarsten Graul2020-07-211-2/+2
| * net/smc: put slot when connection is killedKarsten Graul2020-07-211-1/+5
|/
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-212-2/+2
* Merge tag 'ieee802154-for-davem-2020-07-20' of git://git.kernel.org/pub/scm/l...David S. Miller2020-07-211-2/+4
|\
| * net: ieee802154: adf7242: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-201-1/+1
| * ieee802154: fix one possible memleak in adf7242_probeLiu Jian2020-07-171-1/+3
* | net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probeZhang Changzhong2020-07-211-2/+2
* | net: bcmgenet: fix error returns in bcmgenet_probe()Zhang Changzhong2020-07-211-1/+1
* | bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-201-3/+7
* | arm64: dts: clearfog-gt-8k: fix switch link configurationRussell King2020-07-201-4/+1
* | net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2020-07-202-3/+20
* | Merge branch 'net-smc-fixes'David S. Miller2020-07-207-133/+135
|\ \
| * | net/smc: fix restoring of fallback changesKarsten Graul2020-07-201-2/+4
| * | net/smc: remove freed buffer from listKarsten Graul2020-07-201-1/+5
| * | net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-204-14/+18
| * | net/smc: fix handling of delete link requestsKarsten Graul2020-07-201-22/+7
| * | net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-203-80/+58
| * | net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-201-6/+18
| * | net/smc: protect smc ib device initializationKarsten Graul2020-07-202-3/+14
| * | net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-201-1/+3
| * | net/smc: clear link during SMC client link down processingKarsten Graul2020-07-201-1/+3
| * | net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-201-3/+5
|/ /
* | mlxsw: core: Fix wrong SFP EEPROM reading for upper pages 1-3Vadim Pasternak2020-07-181-16/+32
* | net: hsr: validate address B before copying to skbMurali Karicheri2020-07-181-1/+2
* | net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri2020-07-181-0/+3
* | rhashtable: drop duplicated word in <linux/rhashtable.h>Randy Dunlap2020-07-181-1/+1
* | net: macb: use phy_interface_mode_is_rgmii everywhereAlexandre Belloni2020-07-181-1/+1
* | net: atlantic: disable PTP on AQC111, AQC112Nikita Danilov2020-07-187-10/+68
* | nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai2020-07-171-1/+4
* | Merge branch 'bcmgenet-WAKE_FILTER'David S. Miller2020-07-173-84/+77
|\ \