summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* atm: [br2864] fix spelling mistakesgushengxian2021-06-071-2/+2
* net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei2021-06-071-2/+1
* pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng2021-06-071-25/+13
* virtio_net: Remove BUG() to avoid machine deadXianting Tian2021-06-071-1/+1
* net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-071-5/+1
* net: lantiq: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-071-8/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-07102-560/+994
|\
| * cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-044-7/+14
| * sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-046-52/+27
| |\
| | * virtchnl: Add missing padding to virtchnl_proto_hdrsGeert Uytterhoeven2021-06-041-0/+1
| | * ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-041-1/+4
| | * ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-041-45/+6
| | * ice: handle the VF VSI rebuild failureHaiyue Wang2021-06-041-1/+6
| | * ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2021-06-042-5/+8
| | * ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-041-0/+2
| * | Merge branch 'wireguard-fixes'David S. Miller2021-06-0410-195/+227
| |\ \
| | * | wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld2021-06-043-131/+137
| | * | wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld2021-06-043-8/+38
| | * | wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2021-06-042-84/+57
| | * | wireguard: allowedips: initialize list head in selftestJason A. Donenfeld2021-06-041-1/+2
| | * | wireguard: peer: allocate in kmem_cacheJason A. Donenfeld2021-06-043-4/+27
| | * | wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2021-06-042-4/+4
| | * | wireguard: do not use -O3Jason A. Donenfeld2021-06-041-2/+1
| | * | wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld2021-06-041-0/+1
| | * | wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld2021-06-041-1/+0
| |/ /
| * | Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2021-06-044-6/+30
| |\ \ | | |/ | |/|
| | * Bluetooth: btusb: Fix failing to init controllers with operation firmwareLuiz Augusto von Dentz2021-06-031-2/+21
| | * Bluetooth: Fix VIRTIO_ID_BT assigned numberMarcel Holtmann2021-06-031-1/+1
| | * Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-05-311-2/+2
| | * Bluetooth: fix the erroneous flush_work() orderLin Ma2021-05-271-1/+6
| * | virtio-net: fix for skb_over_panic inside big modeXuan Zhuo2021-06-041-1/+1
| * | Merge tag 'ieee802154-for-davem-2021-06-03' of git://git.kernel.org/pub/scm/l...David S. Miller2021-06-044-11/+16
| |\ \
| | * | ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun2021-06-031-1/+3
| | * | ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei2021-06-031-1/+3
| | * | net: ieee802154: mrf24j40: Drop unneeded of_match_ptr()Andy Shevchenko2021-06-031-2/+2
| | * | net/ieee802154: drop unneeded assignment in llsec_iter_devkeys()Yang Li2021-06-031-3/+3
| | * | net: ieee802154: fix null deref in parse dev addrDan Robertson2021-04-231-4/+5
| * | | ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-041-2/+6
| * | | Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-0411-30/+138
| |\ \ \
| | * | | mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau2021-05-301-2/+1
| | * | | mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi2021-05-303-11/+12
| | * | | mt76: validate rx A-MSDU subframesFelix Fietkau2021-05-151-0/+26
| | * | | mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi2021-05-151-4/+77
| | * | | mt76: mt7921: fix max aggregation subframes settingFelix Fietkau2021-05-151-2/+2
| | * | | mt76: connac: fix HT A-MPDU setting field in STA_REC_PHYFelix Fietkau2021-05-151-0/+4
| | * | | mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi2021-05-152-4/+6
| | * | | mt76: mt7921: fix possible AOOB issue in mt7921_mcu_tx_rate_reportLorenzo Bianconi2021-05-151-7/+10
| * | | | fib: Return the correct errno codeZheng Yongjun2021-06-041-1/+1
| * | | | net: Return the correct errno codeZheng Yongjun2021-06-041-1/+1