aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-28reset: stm32mp1: remove stm32mp1 resetGabriel Fernandez3-122/+0
2021-06-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds108-11004/+6913
2021-06-28Merge branch 'do_once_lite'David S. Miller6-75/+49
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-28once: implement DO_ONCE_LITE for non-fast-path "do once" functionalityTanner Love5-70/+40
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor1-4/+1
2021-06-28Merge tag 'media/v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds556-14498/+18913
2021-06-28net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean1-4/+22
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer1-1/+29
2021-06-28net: bridge: mrp: Update the Test frames for MRAHoratiu Vultur2-0/+38
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds211-4264/+10490
2021-06-28Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller38-581/+967
2021-06-28Merge branch 'sctp-size-validations'David S. Miller6-30/+58
2021-06-28sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner1-3/+10
2021-06-28sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner1-0/+3
2021-06-28sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner6-26/+44
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller56-379/+393
2021-06-29ceph: take reference to req->r_parent at point of assignmentJeff Layton4-1/+11
2021-06-29ceph: eliminate ceph_async_iput()Jeff Layton6-69/+25
2021-06-29ceph: don't take s_mutex in ceph_flush_snapsJeff Layton2-14/+4
2021-06-29ceph: don't take s_mutex in try_flush_capsJeff Layton1-14/+2
2021-06-29ceph: don't take s_mutex or snap_rwsem in ceph_check_capsJeff Layton1-61/+11
2021-06-29ceph: eliminate session->s_gen_ttl_lockJeff Layton5-29/+17
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton4-10/+8
2021-06-29ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_realmJeff Layton1-4/+4
2021-06-29ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-06-29ceph: decoding error in ceph_update_snap_realm should return -EIOJeff Layton1-1/+1
2021-06-29ceph: add IO size metrics supportXiubo Li5-28/+119
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li2-78/+46
2021-06-28libceph: fix doc warnings in cls_lock_client.cBaokun Li1-3/+9
2021-06-28libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin1-6/+1
2021-06-28libceph: fix some spelling mistakesZheng Yongjun3-4/+4
2021-06-28libceph: kill ceph_none_authorizer::reply_bufIlya Dryomov2-3/+2
2021-06-28ceph: make ceph_queue_cap_snap staticJeff Layton2-2/+1
2021-06-28ceph: make ceph_netfs_read_ops staticWei Yongjun1-1/+1
2021-06-28ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton1-9/+1
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesAndreas Roeseler3-25/+60
2021-06-28flow_offload: action should not be NULL when it is referencedgushengxian1-5/+7
2021-06-28net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang1-1/+3
2021-06-28net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang1-2/+2
2021-06-28net: sparx5: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-28Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-16/+152
2021-06-28Merge branch 'bridge-replay-helpers'David S. Miller18-98/+267
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean3-2/+102
2021-06-28net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean1-15/+29
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean6-27/+47
2021-06-28net: bridge: constify variables in the replay helpersVladimir Oltean4-16/+16
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean7-20/+51